由买买提看人间百态

topics

全部话题 - 话题: occurrence
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
m******s
发帖数: 1469
1
Zan and Bless

isomorphic
remapped
occurrences
M****l
发帖数: 416
2
bless

isomorphic
remapped
occurrences
l*****a
发帖数: 14598
3
好人,很久没看到什么最新面经了

isomorphic
remapped
occurrences
l*****a
发帖数: 14598
4
第二题有点小疑惑
为什么12需要*1
其他的不要,
这样似乎没法用一段code全支持
似乎12只能单独处理,大家什么意见

isomorphic
remapped
occurrences
l*****a
发帖数: 14598
5
I wonder whether the result of example 3 for Q1 is correct or not

isomorphic
remapped
occurrences
Q**F
发帖数: 995
6
第一题最后一个ab->ca怎么map?

isomorphic
remapped
occurrences
l*********u
发帖数: 19053
7
bless

isomorphic
remapped
occurrences
l*****a
发帖数: 14598
8
来自主题: JobHunting版 - YHOO phone interview
1) sorted array, find rightmost occurrence index for target number
how to modify to find leftmost ......
2) remove duplicate characters in given string,keep the first one
c****a
发帖数: 50
9
题目有点长,求大牛赐一个漂亮点的解法
面试要求可以在eclipse等工具下完成,可以上网用google等
ProgA
System Dependencies
Components of computer systems often have dependencies--other components
that must be installed before they will function properly. These
dependencies are frequently shared by multiple components. For example, both
the TELNET client program and the FTP client program require that the TCP/
IP networking software be installed before they can operate. If you install
TCP/IP and the TELNET client program, and later decide ... 阅读全帖
x****u
发帖数: 81
10
来自主题: JobHunting版 - 也来攒下人品,L面经
背景:master,3年,application track
电面:
1) lowest common ancestor; merge intervals
2) find the smallest character that is strictly larger than the search
character; minimal distance between two words
onsite:
1) sum nested list; given a sequence of DNA (ATGC), find the 10-letter
sequence that has the most occurrences
2) technical communication. 介绍一个你最自豪的项目,会穿插问你一些问题
3) maximum points on a line 只做了一个题,开始互相介绍之后,因为对他做的东西
比较感兴趣,我问了他一些问题占用了好些时间。
4) design a web-based hangman game. 两个表情严肃的印度大哥,怎么也逗不笑
5) hos... 阅读全帖
j********l
发帖数: 325
11
来自主题: JobHunting版 - ms onsite面经
ms onsite interview面经
因为是hiring event,面试流程更紧,一轮只有45分钟,所有人都是4轮,全是白人面
试官
1st: implement queue by array assuming the size of array is enough, write
the enque and deque methods;
2st: implement c#'s dictionary, both k and v are generic, write put(k,
v), get(k) and remove(k) methods;
3rd,
a. insert an integer into an sorted linked list, implement the linked list
and write the insert method;
b. find the first occurrence of second string from the first string (
actually, it's the Implement strStr ... 阅读全帖
l*y
发帖数: 70
12
来自主题: JobHunting版 - 面经 + 总结
前言
楼主最近集中面了5家,略有体验。准备过程中从坛子里受益匪浅,希望在此分享面试
经历回馈本版。本来想总结的有条理些,但是又懒又不想太说教所以就以流水账的形式
出现,想到哪里说到哪里,比较混乱您就当看故事了。觉得有用的希望能对您以后面试
有帮助,觉得没用的请您一笑而过。
面经在最后以独立部分列出以便查阅。由于签了NDA并出于尊重面试官的考虑,此部分
不分公司放出 (电面onsite也混合)。
背景
MS毕业后工作7年,最近在马鬃工作. 进马鬃之前在本地小公司厮混也不知本版的高大上
,进马鬃之后偶然间知道这片天地,奋起刷题一年 (有小孩+工作忙+自己也有懈怠
)终于做完一遍LC。虽然回首一看有40%左右跟新题一样(完全没印象)但是感觉能力
有所提高,正赶上N家定了onsite遂开始找兄弟们内推,有幸两周半之内安排好另外4家
,聚一周一起面。
公司:F, L, G, I (Intuit) 和 N(Netflix)。
注:楼主至今还没收到offer所以就不谈了。至于以后,如果能有,也不会报去向以及
具体数字,避免争议。多包涵哈。
我的准备之也谈刷题
跟些老朋友聊,刷题刷的是什么?(不是寂寞... 阅读全帖
w*********o
发帖数: 3030
13
Just because you work hard, doesn't give you the right to judge.
Did this ever occurr to you?
s****7
发帖数: 19
14
来自主题: JobHunting版 - 我连把SDET的coding都fail掉了,唉
抛砖求指教。
三个page连在一起做key,maintain最大occurrence和对应的key
顺便问follow up: stream的情况是不是可以把这个最大count和最大key做成class
variable,这样就支持随时query了吧。 难道还有坑。。?
public class MostFrequentConsequtivePages {
public static String find(int[] pages) {
if (pages == null || pages.length < 3) return "";
Map occur = new HashMap<>();
int p = 2;
int maxOccur = 0;
String maxKey = "";
while (p < pages.length) {
if (pages[p - 2] == pages[p - 1] - 1 && pag... 阅读全帖
w*****1
发帖数: 6807
15
来自主题: JobHunting版 - G's interview, 2 questions
我来说一下第二个题,作为一个面试题的话,那简直难到爆炸。是我们graduate概率课
的一个例子,做为一道一小时完成的ECE qualify题目完全是有可能的。这个题叫做
First Occurrence of Successive Hits。
Let y_m 表示题目要求的,flip出m个head需要的平均次数(期望)。
To analytically get y_m,需要下面这个recurrence equation:
y_m = y_{m-1}/p + 1/p
初始条件,y_1 = 1/p (其实算出这个初始条件都不简单了,你需要知道 geometric
random variable 的特殊性质,不信你试试看。。。)
这题答案看上去很简单,但是要得到那个recurrence equation是很花时间的,要用到
expectation的很多高级性质,我估计LZ在简历说了自己概率或者数学很厉害什么的,
我很难想象面试能有这种题!!!面试官黑的漂亮!!!
b**********1
发帖数: 215
16
来自主题: JobHunting版 - 一道JAVA coding question?
最近收到一道 java coding question:
Given a list of country names and an int value n, write a method that
determines if there is any
combination of three countries that when you sum up their occurrence it is
equal to n
Examples:
list = Italy, France, USA, UK, Germany, Italy, Mexico, USA, Canada, Italy
n = 7
result = return false
list = Greece, Spain, China, Norway, Russia, Greece, Portugal, China, Greece
, Portugal, China, Turkey, Greece, China
n =10
result = return true
思路是:吧这些 list 输入到hashmap 里,得出他们的... 阅读全帖
g*********n
发帖数: 282
17
来自主题: JobHunting版 - Tableau/EA/Prosper/Afirm等电面经
面试了一些公司,职位是testing/software engineer,跟大家分享下面挂的经历。
tableau:
1. 聊工作经验半小时
2. 设计一个算法使得一个string list通过serialize和deserialize后返回同样的list
。没有答出来,回家上网看了是leetcode 271题,完全没有刷到。
public String serialize(List list)
public List deserialize(String input)
ea:
1. 聊工作经验10分钟
2. leetcode group anagrams,没有刷到这题,经过国人大哥提示才做出来。
==>没有后文了
prosper:
1. 解释java object oriented concepts: polymorphysim, inheritance,
encapsulation
2. java multithread how to start two threads
3. how to test a web page with asynchron... 阅读全帖
d**********e
发帖数: 122
18
来自主题: JobHunting版 - 报个snapchat offer+求建议
phd(none CS)+6years
10k signon + 120k base + 645k stock
but snapchat is still using 15b as its valuation against market's value of
12b
http://mashable.com/2015/11/10/snapchat-tech-valuations/#SAdSiq
vesting 是10,20,30,40%, 还有一个什么liquidity event
(2) the occurrence of a Liquidity Event (as defined below) within the time
frame set by the Board at the time of grant, which, as of the date of this
letter, is six-and-one-half years after the grant date.
In the event your employment with the Company term... 阅读全帖
h*****u
发帖数: 109

发帖数: 1
20
来自主题: JobHunting版 - 放c code求老师傅指教
update:
谢谢板上各位老师傅,现在我知道是我的问题了,“without using a second string
”我没有理解好,感谢大家赐教,我继续努力!
刚刚解决身份问题,男,找工作和leetcode都有一段时间了,最近碰到这家公司的一个
面试
http://stackoverflow.com/jobs/115265/software-engineer-networking-schweitzer-engineering?searchTerm=SEL&offset=3&sort=s
问的问题和glassdoor一样,所以我也准备了一下那个unions的答案和例子,以前没用
这个:
Interview Questions
1) What is in the software requirements?
2) What is mutex and semaphore?
3) When to use unions?
4) What are the pros and cons of using assembly in embedded systems?
5) Programming t... 阅读全帖
m*****k
发帖数: 731
21
来自主题: JobHunting版 - 贡献一道面试题
Please read all the instructions before you start writing the code for this
programming exercise. You have 1-hour to submit your solution (so please
keep track of your time).
(Exercise)
Write a program to read a file and
a) print the number of occurrences of each word
b) print the largest word that starts and ends with the same character.
(Notes)
Anything that is separated by space - “ “ should be treated as a word.
Fullstops - “.” do not count as a part of the word and don’t qualify as a
word t... 阅读全帖
P*T
发帖数: 339
22
来自主题: Living版 - Is this home insurance too expensive?
Just got a quote from AllState for a $500k house insurance. It said they
already decucted $260 discount if I buy auto insurance together. If it is
expensive, which part should be dropped or modified?
Thanks a lot.


Dwelling Protection: Limits of Liability $427,382; Premium: $954.96
Building Structure Reimbursement Extended Limits: Included
Other Structures Protection: cover $42.728; Included
Personal Property Protection: cover $256,430; Included
Personal Property Reimbur... 阅读全帖
I*********y
发帖数: 185
23
来自主题: Living版 - 家门口路边的果树归谁所有?
我自己的帖子自己更新一下,也算给大家一个参考。我写信给市政府询问遇到这种情况
应该怎么办,下面是他们的回复。总结起来就是让我报警。其实他们要是只摘枣子不伤
树的话,我不会这么不痛快。关键这两个韩国老家伙太猥琐,为了俩枣子拼命摇树,还
拿个大棍子乱打,掉下来得不只是果子和叶子,很大的树支都掉下来了。tnnd,又不是
他家门口,还大老远开车跑来在我眼皮子底下毁树。下次要是再让我发现,我就报警。
Dear Mr. xxxx,
Thank you for contacting Public Works regarding the occurrence with your
street fruit tree. In the future, the best way handle this situation is by
calling the xxx Police Department, as citizens are not allowed to disturb
public property including trees. The best number to call is (xxx) ... 阅读全帖
i**b
发帖数: 116
24
来自主题: Living版 - Homeowner insurance in NJ
多谢多谢!
我也从geico要了个quote,有几个问题,请大侠们答疑:
1. Medical Payments to Others - Each Person ,这个管什么?1000刀是不是太少?
2. Personal Liability - Each Occurrence,这个跟上面的medical payment什么关系
啊?
3. ~500k的single family,没有特殊的coverage, 什么价位算好 ?
另外,我有朋友是liberty Mutual,她并不推荐,说保费是低一点,不过出了事情的时
候,服务很差。
再次感谢!
j****y
发帖数: 1714
25
来自主题: Living版 - What Moves Mortgage Rates? [zt]
http://library.hsh.com/read_article-hsh.asp?row_id=85
The questions are simple enough: What's going on with mortgage rates?
What makes them rise, or fall? Is it the Fed? The economy? Inflation?
The banks? The President? Fannie Mae or Freddie Mac? Is it a secret
conspiracy?
The answer is that rates are moved by a number of related factors, and
believe it or not, you -- Joe or Jane Consumer -- are one of those
factors.
Mortgage money can come from many sources, including deposits at banks
and brok... 阅读全帖
S******1
发帖数: 820
26
房子是2900 SF
Dwelling coverage $485,000 with extended replacement @ 25% up to $606,250
Building ordinance coverage 10% additional + $48,500
Separate Structures $48,500
Personal Property $363,750
replacement costLoss of Use $194,000 up to 24 months
Personal Liability $500,000 including personal injury
Guest medical $1000
Identity Fraud $30,000 ($1500 indemnification $28,500 addl costs)
Discounts included: Experience rating (claims free), Affinityeducator, Full-
fire sprinkler, new home, and non-smo... 阅读全帖
g***i
发帖数: 1972
27
现在的quote是一年552刀,deductible都是500刀。medical payment那个已经是最高的
5000刀了,personal liability是管什么的呢?
Basic Coverages
Dwelling Coverage $320,000
Other Structures $32,000
Personal Property $224,000
Loss of Use $64,000
Personal Liability - Each Occurrence $300,000
Medical Payments to Others - Each Person $5,000
Wind/Hail:
All Other Peril
Optional Coverages:
Personal Prop Replmnt Cost
Increased Repl Cost on Dwelling
Water Backup/Sump Pump
f*****g
发帖数: 7
28
来自主题: Living版 - home insurance
第一次买房,关于home insurance,请有经验人士帮忙看一下premium,是不是可以去
除一些选项,或降低额度呢?比方C和E?有什么影响么,或者其他的建议?谢谢
Base Coverages & Limits
Deductibles Amount
General Deductible $1,000.00
Wind Deductible $1,000.00
Coverage Type Limit
A - Your Dwelling With Expanded Replacement Cost $387,700
B - Other Structures On Residence Premises $38,770
C - Personal Property With Replacement Cost $290,780
D - Loss Of Use Of Your Residence Premises Actual Loss
E - Personal Liability (each occurrence) $300,000
F... 阅读全帖
f*****g
发帖数: 7
29
来自主题: Living版 - home insurance
谢谢。可以考虑,我看一下。
对于一下2项,有没有什么建议啊?
C - Personal Property With Replacement Cost
E - Personal Liability (each occurrence) $300,000
z****b
发帖数: 2959
30

哦,也是...
Personal Property (Coverage B) 361,500
Personal Liability (Coverage L) each occurrence 300,000
上面是保险公司给的quote里给出的property coverage,房子自己值36W?
X***3
发帖数: 6
31
急!请教购买合同中的一个“不平等”条约?
请教坛子里的大佬和前辈们是如何看下面的购买合同中的一段话。Inventory home,
builder 是Westin Home. 这段话合理吗?大家都无条件放弃这些权利吗?
非常感谢!先谢谢大家!
BYHERS EXPRESSLY WAIVE ANY AND ALL RIGHTS OF RECOVERY, CAUSES OF ACTION AND/
OR CLAIMS FOR DAMAGES, WHETHER ACTUAL OR CONSEQUENTIAL, AGAINST SELLER
ARSING OUT OF OR RELATING TO THE NEGLIGENCE OF SELLER AND/OR ITS
SUBCONTRACTORS, WHICH RESULTS IN THE OCCURRENCE OF OR EXPOSURE TO MOLD,
MILDREW, FUNGI, SPORTS AND/ OR ANY OTHER HAZARDOUS CHEMICAL OR BIOLOGICAL
AGENTS.
q*********8
发帖数: 224
32
大家给看看我的房子保险都是说什么的?
看不懂。
我要换屋顶还要换地毯,1700英尺的房子。
我应该用哪一项来换呢?
是不是我只需要缴纳2000(每项1000)的Deductible就可以把屋顶和地毯都换掉呢?
谢谢。
coverages limit of liability
A. Residence $182,000
B. Related private structures $40,200
C. Personal property $91,400
D. Addl. living cost and fair rental value $61,000
L. Personal liability $300,000 each occurrence
M. Medical payments to othe... 阅读全帖
s******g
发帖数: 3530
33
【 以下文字转载自 Military 讨论区 】
发信人: sweetbug (小虫子), 信区: Military
标 题: 密歇根妇女家中车库内死去六年后才被发现,
发信站: BBS 未名空间站 (Fri Mar 7 11:06:24 2014, 美东)
银行扣钱直到没钱了, 派了一个人去她家里查看, 发现该妇女死在家中车库的车里,
车钥匙还在ignition位置, 至少死了六年了
http://www.cnn.com/2014/03/07/us/michigan-mummified-body-found/
CNN) -- For years, the payments went out of the woman's bank account.
Nobody batted an eyelid. Bills were paid. And life went on as normal in the
quiet neighborhood of Pontiac, Michigan.
Neighbors didn't notice anything unusual. The woman... 阅读全帖
s******g
发帖数: 3530
34
【 以下文字转载自 Military 讨论区 】
发信人: sweetbug (小虫子), 信区: Military
标 题: 密歇根妇女家中车库内死去六年后才被发现,
发信站: BBS 未名空间站 (Fri Mar 7 11:06:24 2014, 美东)
银行扣钱直到没钱了, 派了一个人去她家里查看, 发现该妇女死在家中车库的车里,
车钥匙还在ignition位置, 至少死了六年了
http://www.cnn.com/2014/03/07/us/michigan-mummified-body-found/
CNN) -- For years, the payments went out of the woman's bank account.
Nobody batted an eyelid. Bills were paid. And life went on as normal in the
quiet neighborhood of Pontiac, Michigan.
Neighbors didn't notice anything unusual. The woman... 阅读全帖
x***c
发帖数: 6
35
第一次当房东,明天要签第一分合同。看了合同书 (从买房子agent那里拿的),有一
些问题请教大家。我们房子在IL 房租1500块一个月。
1. 如果晚交房租,每天罚多少钱?
2. 支票跳票,罚多少?
3. 房子里多住一个人,要多交多少钱?
4. 房子里不允许宠物(猫,狗啥的)和吸烟。发现了罚多少?
5. 修东西。一个service call tenant先付前面多少钱 然后我们来付?原话是
Tenant is responsible to pay the first $———— for any service call to the
residence unless this is waived by Landlord. 这个合理吗?
6. 看房子。如果他们拒绝两次以上合理时间看房子给未来房客,每次罚多少?
7. 保险。Tenant will obtain a Renter’s Insurance Policy covering Tenant
’s personal property for its full insurable value... 阅读全帖
h***o
发帖数: 171
36
估价 $850, 贵吗?
最后那些limits for the following items,为什么没有写赔偿额度?
Coverage and premium discounts
Coverages
Dwelling Coverage $335,000
Other Structures $33,500
Personal Property $234,500
Loss of Use $67,000
Personal Liability - Each Occurrence $500,000
Medical Payments to Others - Each Person $5,000
Additional Coverages Included
HomeShield Plus Package
Limited Fungi,Mold,Wet/Dry Rot $10,000 / $50,000 (Included)
The HomeShield Plus Package includes coverage or increased
limits for the following items:
P... 阅读全帖
j*******g
发帖数: 223
37
来自主题: Living版 - 狗血的final walk
因为agent是朋友介绍的,我们之前一直不好意思。这是她之前给我的一个回复,她说
她和我的律师谈过了,Unfortunately, It is very difficult to get out of this
contract。 You can only get out of the contract if the house is deemed
unsafe or inhabitable. This was a one time occurrence that can be cured &
has been cured. You will lose your deposit. The seller will also sue you and
you will stand to lose a great deal of money. Not only will you have to pay
the other realtors commission you will have to pay the difference of
whatever the seller eventual... 阅读全帖
p*********8
发帖数: 1039
38
来自主题: Living版 - help or suggestion needed: thanks!
多些多谢回答,今天收到自己agent发的几分邮件,有些糊涂。还得麻烦给看看, 简单
来说,肉眼现在是看不出来有过事故。所以想求建议,是应该直接walk away还是可以
试着做. inspection,如果inspection没有相关问题,是不是就不能反悔了?
还有,所有解释都来自于买家agent,没有任何文件,感觉是不留一丝痕迹,卖价不告
诉,我根本也无从知道,下一任买价,如果我不告诉,也不得而知?
1。这是关于这个事故的解释,
I have spoken with the remediation company . The property was vacant and the
downstairs toilet got clogged up. When the tub upstairs was drained after
use, the downstairs toilet flooded out from the blockage. NO damage was done
upstairs at all, just toilet flooded downstairs becaus... 阅读全帖
k****r
发帖数: 456
39
来自主题: Living版 - 房屋保险
今天quote 一个房屋保险, 有懂行的能帮忙解释一下这个保险怎么样吗? 都应该注意
一些什么?
多谢!
Basic Coverages
Coverage: Limit:
Dwelling $350,000
Other Structures $35,000
Personal Property $175,000
Loss of Use $70,000
Personal Liability/Each Occurrence $100,000
medical Payments to Others/Each Person $1,000
Coverage: Deductible: Limit:
Credit Card, Fund Transfer Card, Forgery and Counterfeit Money $1,000
Death Benefit $1,000
Debris Removal
Fire Department Service Charges $500
Horsepower limitation for outboard engines/motor... 阅读全帖
f****s
发帖数: 5631
40
一个contractor带几个人明天下午来换shingles,我现在的home insurance
Personal Liability Protection **
Medical Payments to Others: $2,000 per Person
Personal Liability: 500,000 per Occurrence
请问还需要买点别的什么保险吗?雪刚化,怕contractor他们从房上掉下来。需要额外
的保险吗?
Thanks.
g*****j
发帖数: 1211
41
来自主题: Medicine版 - 不孕不育的34岁女求助
By definition, failure to conceive in 1 year with good sexual activity is considered infertility. The occurrence in reproductive age women is 10%. Generally, one year is the threshold that triggers a more thorough workup. For women more than 35 year old, 6 month is often sufficient to trigger workup. However, considering your age, I should consider seeking help earlier rather than later. I am wondering what is 学校的生殖专家. The type of doctor that you need to see is reproduction endocrinologist
t*******n
发帖数: 4445
42
The standard treatment of cataract is surgery.
Some studies suggest that lutein (叶黄素) intake is inversely correalted
with cataract occurrences, but routine supplementation of hasn't been
warranted. It's even less likely to work with existing cataract.
f****o
发帖数: 2770
43
I recently got vaccinated and then found out I was pregnant. What should I
do?
If you discovered that you were pregnant when you got the chickenpox vaccine
, or if you get pregnant within 3 months after getting the vaccine, contact
your doctor. In addition, the vaccine manufacturer (Merck) and CDC maintain
a registry for reports of women inadvertently vaccinated prior to or during
pregnancy, and women or their health care providers are encouraged to call (
800) 986-8999 (toll-free) to report the... 阅读全帖
w*********s
发帖数: 2136
44
来自主题: Medicine版 - CDC to Study Vaccines and Autism (转载)
【 以下文字转载自 Parenting 讨论区 】
发信人: whiteclouds (/ 参考消息 /), 信区: Parenting
标 题: CDC to Study Vaccines and Autism
发信站: BBS 未名空间站 (Tue Mar 22 18:44:33 2011, 美东)
CDC to Study Vaccines and Autism
HuffingtonPost.com
David Kirby
Author/Journalist
Posted: March 18, 2011 05:46 PM
The Centers for Disease Control and Prevention wants to study autism as a
possible clinical outcome of immunization, as part of its newly adopted 5-
year research agenda for vaccine safety, the agency said on its website.
The CDC wi... 阅读全帖
b*******l
发帖数: 856
45
来自主题: Medicine版 - 我和甲减的抗争
中医治疗和楼主的病基本上毫无关系!
帮楼主说下吧:这个叫Postpartum thyroiditis,一般产后一年内发病,首先表现可能
为甲亢,也可能甲减,继后发展成严重甲减。发病一般在产后1-4个月,甲亢期2-8个
星期,然后发展成甲减,甲减期可持续2周,最久6个月,以后甲状腺功能可以慢慢恢复
。有30%的女性停留在甲减期不恢复,需要终身服药,在甲减诊断的前6个月内,医生
一般会说 you might need take...rest of your life. (might=可能,不等于必需)
因为甲状腺激素是人体必需激素,在T4很低或者TSH很高的情况下,一般给予T4治疗。
70%妇女产后一年甲状腺功能恢复正常。30%需要长期替代治疗。(着30%的人在以后
也会部分恢复甲状腺功能)
这个和中医的治疗没有直接关系!
PhD楼主,以上情况临床很多见,并且有若干文献如下:
Marqusee E, Hill JA, Mandel SJ. Thyroiditis after pregnancy loss. J Clin
Endocrinol Metab 1997; 82:2455.
Nic... 阅读全帖
b*******l
发帖数: 856
46
来自主题: Medicine版 - 我和甲减的抗争
中医治疗和楼主的病基本上毫无关系!
帮楼主说下吧:这个叫Postpartum thyroiditis,一般产后一年内发病,首先表现可能
为甲亢,也可能甲减,继后发展成严重甲减。发病一般在产后1-4个月,甲亢期2-8个
星期,然后发展成甲减,甲减期可持续2周,最久6个月,以后甲状腺功能可以慢慢恢复
。有30%的女性停留在甲减期不恢复,需要终身服药,在甲减诊断的前6个月内,医生
一般会说 you might need take...rest of your life. (might=可能,不等于必需)
因为甲状腺激素是人体必需激素,在T4很低或者TSH很高的情况下,一般给予T4治疗。
70%妇女产后一年甲状腺功能恢复正常。30%需要长期替代治疗。(着30%的人在以后
也会部分恢复甲状腺功能)
这个和中医的治疗没有直接关系!
PhD楼主,以上情况临床很多见,并且有若干文献如下:
Marqusee E, Hill JA, Mandel SJ. Thyroiditis after pregnancy loss. J Clin
Endocrinol Metab 1997; 82:2455.
Nic... 阅读全帖
c**s
发帖数: 771
47
The occurrence rate of diabetics in China is increasing alarmingly fast.
Recent survey published last year indicated that China has catched up with
the Western countries on diabetics in the past two decades.
7-9% of whole population in USA is diabetic, China has the same number now,
comparing to ~3% in 80s last century.
Among these, the majority is type II diabetics. There is no efficient way to
treat it, unfortunately. Diabetics itself develops slowly. However, once in
the fully developed stage... 阅读全帖
l*h
发帖数: 4124
48
来自主题: Medicine版 - 关于恶性淋巴瘤-- 急寻帮助
post a description of the events in chronological order, with exact dates of
occurrence. there seem to be things that don't add up.
1. if the "lymphoma" was based on bone marrow biopsy, this would be a late
stage lymphoma with bone marrow infiltration.
2. the biopsy specimen should be good for immunotyping.
3. the management of the high fever baffles me: for high fever of unknown
cause/origin, infection should be the first suspect. the initial management
should be to take sufficient blood sample... 阅读全帖
C******n
发帖数: 9204
49
来自主题: Money版 - aa 75k还活着
自己读帖子
Generally (as in most cases, but your miles may vary)
1. There are two different application timeframes that are important in this
offer. Citi only allows 2 applications for ANY Citi card within a 60 day
timeframe. Citi only allows 1 application for a business card every 90 days.
So if you apply for a Sears card and an AA Visa, you have to wait 60+ days
before applying for the business card. If you applied and were denied for
just a business card, you have to wait 90+ days before trying ag... 阅读全帖
d*******3
发帖数: 6550
50
来自主题: Money版 - 太倒霉了!---Amex travel 订旅馆
自己看手册啊, 下面quote SAP的
"Severe weather, which prevents a reasonable and prudent person
from beginning or continuing on a Covered Trip"
"If a trip cancellation occurs, the Company will reimburse you or an
Immediate Family Member for the non-refundable amounts paid up to
Trip Cancellation & Trip Interruption Maximum limit of Insurance per
Occurrence of five thousand ($5,000.00) dollars for each claim on a
Covered Trip. "
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)