由买买提看人间百态

topics

全部话题 - 话题: senario
首页 上页 1 2 3 4 5 6 (共6页)
s*i
发帖数: 5025
1
来自主题: DotNet版 - VB.Net question
In C#, you will get the same thing.
I think it is a good thing. By default, the "producer" of class A, who is the
programmer, has all the power to design, implement anything related to A. So
when he is implementing something related to A, he should be able to access
anything.
However, the "consumer", other classes that uses A, should have restricted
access power.
Any senario that this could be a really bad idea?
c*o
发帖数: 70
2
来自主题: DotNet版 - Drawbacks of using static
Then waht are the drawbacks of using static in this senario?

.
in-depth
postback,a
ur
field
to
in
from
f*******8
发帖数: 3612
3
可惜我原来没太费心,最近才能慢慢静下心来想想一些senario,
多少能提出些问题,但还是不知道真实的问题,
有时候上机都不知道想解决什么问题。
最近看西安张sir的ccna设计video, 很不错,你们可能都不会感兴趣了,
本想问问谁知道还有类似风格更深点的资料没有。
他那个录像,其实就是带着一班人从设计的角度全面过了一下
一个真实的campus network. 好歹让人知道他们在考虑什么事,
包括从需求分析-设计,到设备选型。还挺不错的。
m********d
发帖数: 188
4
来自主题: EmergingNetworking版 - 请教wireless backhaul: MPLS 及 VLAN management
对不起,非高手又出来了。看着好像是个挺有意思的问题,可是实在是有好几个“术语
”看不懂,
但是再问关于问题的问题又太搞笑,干脆算了,就失去这次学习的机会吧。
中间那几个互相独立的网络能做出一条l2vpn连接hub和msc呢?还是不十分懂你的问题
。例如
你这儿的vlan management指得是什么?好像你的senario描述觉得勉强看懂了,但后面的
3个问题一个都没看懂,真是失败啊。
s*******8
发帖数: 12734
5
来自主题: EmergingNetworking版 - L2VPN VS VLAN
L2VPN是under same subnet的,你说的senario是layer 3 VPN。
c*******u
发帖数: 1269
6
来自主题: Flash版 - A simple problem on Flex
req header:
GET URL HTTP/1.1
If-Modified-Since: date
If-None-Match: tag
User-Agent: xxx
Accept: formats
Cookie: xxx
parameter1:xxx
parameter2:xxx
parameter3:xxx
resq header:
HTTP/1.1 200 OK
Date: date
ETag: tag
Refresh: xxx
parameter1:xxx
parameter2:xxx
parameter3:xxx

in Java, two functions can be used to headle the senario.
conn.setRequestProperty("xxx","xxx);
conn.getHeaderField("xxx);
but in flash/as, i only found
var resp:LoadVars=new LoadVars();
req.addRequestHeader("xxx","xxx");
there
c*****t
发帖数: 1879
7
来自主题: Programming版 - 一道编程题 - throw Exceptions
goodbug's answer is merely for general cases, not for specific senarios.
It is quite annoying to handle a lot of checked exceptions sometimes.
Unchecked exception is dangerous if not handled. Returning error code
is pretty much like checked exception, only worse since one has to check
the error. If you are going to deal with each specific error any ways,
returning error code is better.
So take-n-pick the best thing for you.
b******n
发帖数: 592
8
I had same issues before. It is very difficult to really test mutex.
valgrind may help. My solution was to mock mutexes, and hand craft 'senarios
' for testing. Then have a very long test with random executions.
g*****g
发帖数: 34805
9
来自主题: Programming版 - 这个C#是为了啥?
Though I don't have any personal experience, based on the complaint
I heard from the client team in ex-company, it can be expensive
and taking a long time to resolve.
On the other hand, I've been using maybe 100 different open source api,
and I haven't found a case that I can't find a workaround in a few hours.
In worst case senario, you can get rid of it and have an alternative API
that does pretty much the same thing. I doubt you have that luxury in
M$ world.
c**t
发帖数: 2744
10
来自主题: Programming版 - 这个C#是为了啥?
If the app has been deployed over a few hundred copies, it's nightmare when
worse senario you described happens.
d****n
发帖数: 1637
11
来自主题: Programming版 - recurvion真的很难懂~~
基本的结构就是
1,确定终止条件,
2,起始设定
3,recursion call
int fib(int n){
if (n==0|| n==1)//起始+终止设定
return n;
return fib(n-1)+fib(n-2);//recursion call
}
一定要考虑什么是终止条件判定。不要漏过任何 senario
m*******l
发帖数: 12782
12
不一定, 有时候开始的时候作者考虑的是开始的适用的senario
后来变大了,就不适合了,但是大家又懒的改底层的东西
有人要改 ,你又要担心一改动全身,还是不改了...
l*******1
发帖数: 175
13
来自主题: Accounting版 - AUD--对Audit risk的理解
今天在做2009BECKER的FINAL EXAM。有这么一题,不是很理解,求教版上大侠。
Senario:
Several employees have taken advantage of new telecommuting program, whereby
they can work at home one day each week. Remote access to company's network
is appropriately controlled via password.
问:对audit risk, audit program的影响。
答案:
No effect on audit risk, No effect on the audit program.
Since the new telecommuting program encompasses appropriate password
controls, there would be no effect on audit risk or on the audit program.
我的理解是用了密码,应该是... 阅读全帖
f**u
发帖数: 170
14
来自主题: Accounting版 - CMA(美国注册管理会计师证)
I took Part1 two weeks ago. I studies about 3 months. It has 4 hours and 3
hours to complete 100 multiple choices and 1 hour to complete essays (two
senarios). Hope this is helpful.
f**u
发帖数: 170
15
来自主题: Accounting版 - CMA(美国注册管理会计师证)
I took Part1 two weeks ago. I studies about 3 months. It has 4 hours and 3
hours to complete 100 multiple choices and 1 hour to complete essays (two
senarios). Hope this is helpful.
x******u
发帖数: 24
16
来自主题: Accounting版 - 求助 ! 关于ON SITE interview
我原来面试考excel是给了一个senario让做个cashflow的表,就是行和列计算,会计不
会编程的亚 ,hehe
background check我的理解是发offer之后才查的吧,他的意思估计让你填个表,写上
你的refree之类的
w*******a
发帖数: 105
17
来自主题: CivilEngineering版 - 请问FE考试可以使用什么样的calculator?
报了FE考试。今天收到ELSES的确认信,信中列了允许使用的三种计算器,包括casio,
Hewlett Packard, Texas Instruments. 我现在的计算器时Senario Model SC-110, 功
能比简单的一种。 ELSES的信中强调,"Only the models of calculators listed
below may be brought into the exam room. Examinees with any other model or
variation will be dismissed from the exam."
请问我是否得重新买一个计算器?我现在的计算器能用吗?谢谢!
h*******l
发帖数: 359
18
所以需要一个协调机制,使得最后结果收敛到一个均衡而不是另一个。共产党也是慢慢
才悟出这个道理,从刘少奇到陈良宇,政争失败后官员的日子比以前好过多了,这对大
家都好,经过文革,共产党高官体会到,今天在台上,不代表一辈子得势,所以有了一
种Rawls的思维方式,考虑worst case senario的情况。
共产党把这个协调机制总结为“社会主义政治文明”,十六大明确地将建设社会主义政
治文明 与建设社会主义物质文明、精神文明一起,确定为社会主义现代化建设的三大
基本目标 。
l*****n
发帖数: 1034
19
来自主题: Education版 - 10个月合同如何维持H1的问题
10个月合同的意思是你实际工作10个月。许多校区都是教师上9个月课。全国的公立学
校都一样的。
这种合同是EMPLOYMENT AT WILL,只要你不出重大差错,学校都会跟你续约。所以这个
跟H1-B没有影响;相反,对H1-B影响最大的是你的LICENSURE。如果拿到正式TEACHING
LICENSE,一般H1-B都会给你三年,然后你可以再EXTEND。移民局会假定你三年内都会被
校区雇用。WORST CASE SENARIO,H1-B至少是一年的,不会10个月的这样发。
放暑假的时候的工资怎么发是个人的选择问题。有人选择一年的工资分12个月发完,有
人选择10个月发完。至于医疗保险,那是一直都会给你COVER的,这个不用担心。
l*******G
发帖数: 1191
20
来自主题: Engineering版 - 一个流体力学问题
I didn't do this kind of stuff, but what I think the best way is
to check
1) whether N-S equation or any other equation you want to use for momentum
balance of fluid assume constant viscosity or not. Seems to me that NS
equation can be used for non-homogeneous or non-constant viscosity problems
2) re-derive the vorticity equation by taking curl to the momentum equation
and find out which terms the viscosity will go in
3) take simple senarios, find out solutions such as shearing flow
h********s
发帖数: 41
21
来自主题: MedicalCareer版 - Emma 座谈会(2)step 3 征文
作为长期潜水员, 我第一次做总结。
首先真心感谢EMMA的分享! 非常精彩!
听完后觉得根据EMMA的经验, 大家可以少走多少弯路!!
1.考试变化: STEP3 难度加强, 增加药理题, MCQ 长度增长。 而CCS 比重也很大,
占总分是20%的比例, 题目有时候会短。 风传如果CCS3个FAIL了, 就STEP3 FAIL了。
2.准备前的计划:麦地的考经又好又全, 每一个考生在准备复习前, 一定要看一遍。
但是每个人的期望, 个人的基础不一样。 所以每一个应试的同学要针对自己的条件
斟酌的看版上的个人考经。 每一个人要根据自己的情况和时间来制定计划。
3.考试内容:
1) MCQ:考试比UW 难, 题干长, 单位时间内题数目多。 在考试的时候无法真正反复
思考( STEP1 和2 可以DOUBLE CHECK)。 一道题要一次过, 按自己的感觉走。 每个
BLOCK 最多剩5分钟, 也有很多人没有做完。所以一定要开始就做一遍, 不能像CK从
最后文句和答案读起, 要从头来弄清题的条件和数据完全分析。 MCQ虽然难还是可以
帮助提分,
2) CCS: 一定早学习, 学多遍, 不益... 阅读全帖
d****y
发帖数: 2180
22
来自主题: MedicalCareer版 - [合集] Emma 座谈会(2)step 3 征文
☆─────────────────────────────────────☆
daisyy (daisy) 于 (Thu Aug 23 20:04:59 2012, 美东) 提到:
请大家把记录的笔记,感想放到这个帖子下面,以便于收精华区。
同时也保证你成为以后会议的VIP.谢谢!
☆─────────────────────────────────────☆
kitty2010 (麦地乖乖猫) 于 (Thu Aug 23 20:32:51 2012, 美东) 提到:
Great!
☆─────────────────────────────────────☆
ilovemilktea (milk tea) 于 (Thu Aug 23 21:04:28 2012, 美东) 提到:
Emma-step3
反正要认真学习不要侥幸心理。
Ccs: short,pdf88case用处不大,尽早做UW52case.内外妇儿,急诊门诊病房,万变
不离其宗。练习时建议分科做,提前做,UW多做几遍,建议4遍以上,CD界面要尽早熟
悉,
MCQ:临床思维-第一反应
复习... 阅读全帖
m******r
发帖数: 1904
23
☆─────────────────────────────────────☆
daisyy (daisy) 于 (Sat Aug 25 19:06:16 2012, 美东) 提到:
☆─────────────────────────────────────☆
daisyy (daisy) 于 (Thu Aug 23 20:04:59 2012, 美东) 提到:
请大家把记录的笔记,感想放到这个帖子下面,以便于收精华区。
同时也保证你成为以后会议的VIP.谢谢!
☆─────────────────────────────────────☆
kitty2010 (麦地乖乖猫) 于 (Thu Aug 23 20:32:51 2012, 美东) 提到:
Great!
☆─────────────────────────────────────☆
ilovemilktea (milk tea) 于 (Thu Aug 23 21:04:28 2012, 美东) 提到:
Emma-step3
反正要认真学习不要侥幸心理。
Ccs: short,pdf8... 阅读全帖
W*******r
发帖数: 152
24
来自主题: MedicalCareer版 - 4-20-13 match talk
1st speaker:patho 240/250
成绩很重要,the higher, the better, LOR key,step3 非常重要对Patho,
水桶理论:package 短板, 但也要有长板:PhD,一直病理研究,老板patho MD,
照片!喜欢和看得舒服的人工作,网上search AMG 照片,应是怎么样的,照好点,头
发,眼镜款式,etc。
Connection 最重要,有的program现要amg,再要有step3的;
IV时,被问到ps是不是自己写的?离家近的program,不仅是iv机会,面试rank的机会
也会高,program也担心你不来;
至少知道:director,PD,副PD,即使iv时不在,也要知道,如果在program吃饭,也
要帮助收拾,人品;
语言:program担心,iv看你语言,如果语言好,问题不大;但现在img from
Carrebean? American, they talk together happily, you cannot get into the
conversation; if you are ived wit... 阅读全帖
r*****1
发帖数: 805
25
来自主题: MedicalCareer版 - Sharing ACAP Mock Interview
-----------------声明:转帖-----------------
周日在第一个面试后去了ACAP mock iv,收获很大。本来就想跑上来分享个,发现大伙
儿都是感谢贴,偶就多写些技术贴吧。此次组织非常给力,虽然参加人数没有限制,但
每个同学按照签到顺序,都有至少一次单独与attending physician一对一面谈的机会
。Dr. Conard Fisher中间加盟,给偶们鼓劲不少。
因为自己刚经过面试,有了准备带着问题去training,感觉效果很好。总体而言,我把
自己面试中拿捏不定的情况咨询了指导偶的attending physicians, 同时他们也通过
mock iv及辅导经验给了我一针见血的建议,既有信心,也是茅塞顿开,知道了下一步
努力的方向。
Dr. He久仰大名,没想到是偶的老乡加亲族。平易近人的他在了解偶的background后先
给了很多鼓励,一一解决我真实面试中的各个疑虑,最后点出我最需要做好的一个准备
:small stories. 我在面试前准备了6个case,临行前才刚开始背,所以面试中给
chief attending问到一个没准备... 阅读全帖
r*****1
发帖数: 805
26
来自主题: MedicalCareer版 - Sharing ACAP Mock Interview
-----------------声明:转帖-----------------
周日在第一个面试后去了ACAP mock iv,收获很大。本来就想跑上来分享个,发现大伙
儿都是感谢贴,偶就多写些技术贴吧。此次组织非常给力,虽然参加人数没有限制,但
每个同学按照签到顺序,都有至少一次单独与attending physician一对一面谈的机会
。Dr. Conard Fisher中间加盟,给偶们鼓劲不少。
因为自己刚经过面试,有了准备带着问题去training,感觉效果很好。总体而言,我把
自己面试中拿捏不定的情况咨询了指导偶的attending physicians, 同时他们也通过
mock iv及辅导经验给了我一针见血的建议,既有信心,也是茅塞顿开,知道了下一步
努力的方向。
Dr. He久仰大名,没想到是偶的老乡加亲族。平易近人的他在了解偶的background后先
给了很多鼓励,一一解决我真实面试中的各个疑虑,最后点出我最需要做好的一个准备
:small stories. 我在面试前准备了6个case,临行前才刚开始背,所以面试中给
chief attending问到一个没准备... 阅读全帖
f********g
发帖数: 91
27
来自主题: Nursing版 - 再请教面试
谢谢大家对先前我发的着装问题的回答。还有几个问题想问问大家。
已经是第二轮面试。由本科室Manager参加。还会问那些HR的问题吗?还是只问专业问
题?是不是类似给你一个Senario,病人什么情况下出现什么什么症状,你会如何处理
?你觉得医生会给什么Order?
会跟你讨论工资吗?其实我没找工作,是Agent找的我。我就全当练手。根据Agent说,
这个职位的工资Range 在45,000到84,000. 根据我的Background,应该很接近84,
000. 这是不是意味着我要自己争取自己的工资?
如果,遇到不会的问题,你们如何处理?
d**********y
发帖数: 1506
28
来自主题: Nursing版 - CRNA面试
one of my colleagues got an offer as a CRNA student. She had the interview
and didn't think it was bad, it was pretty casual, she was asked to make up
a critical care senario and the way to manage the situation.
R****9
发帖数: 65
29
来自主题: Nursing版 - ICU interview help
版上这么多ICU经验的姐妹们,在interview 时,除了一些general questions, 一般还
会问什么专业问题和senarios呢?
l***u
发帖数: 91
30
来自主题: Quant版 - several questions
1. better to look senarios, if market crashes, the put get called, and your
long vega hedging position will worth a lot more thanks to the skew, that's
why people put risk reversal to hedge berm or american. or you can look at
dSpotdVol.
2. short correlation obviously.

of
at
i**w
发帖数: 71
31
这些是最近两个月每次面试完,给C同学(谢谢陪我一路哈~~)的汇报整理出来的。其实
也没怎么整
理...
大部分都是常见的题。有些常见的题就直接没列。还有些当时忘了的,现在更记不起来
了。
有些是电话上的,有些是onsite。题目有些没说清楚,大家将就,领会精神。
本来什么都没定下来的时候一肚子感想和经验,想着有一天搞定了,一定好好总结总结
。现在定下来
了,倒没了兴致了。。。但想想从版上看过那么多面试题和面经,我争取写点儿,励志
型的,给出身
不好的同学们一点鼓励。也顺便攒攒人品,希望OPT快点儿下来!
1. Singly linked list, write a function to print the nodes backwards.
2. solve dS = (a - b*S)dt+sigma*dW Calculate the variance of S(T)
3. what does it look like if we plot: floating variable against the
actual value assigned to the variable?
4.... 阅读全帖
i**w
发帖数: 71
32
这些是最近两个月每次面试完,给C同学(谢谢陪我一路哈~~)的汇报整理出来的。其实
也没怎么整
理...
大部分都是常见的题。有些常见的题就直接没列。还有些当时忘了的,现在更记不起来
了。
有些是电话上的,有些是onsite。题目有些没说清楚,大家将就,领会精神。
本来什么都没定下来的时候一肚子感想和经验,想着有一天搞定了,一定好好总结总结
。现在定下来
了,倒没了兴致了。。。但想想从版上看过那么多面试题和面经,我争取写点儿,励志
型的,给出身
不好的同学们一点鼓励。也顺便攒攒人品,希望OPT快点儿下来!
1. Singly linked list, write a function to print the nodes backwards.
2. solve dS = (a - b*S)dt+sigma*dW Calculate the variance of S(T)
3. what does it look like if we plot: floating variable against the
actual value assigned to the variable?
4.... 阅读全帖
W*******d
发帖数: 63
33
来自主题: Quant版 - negative theta
two forces:
1. negative theta decay
2. Time value change from excercise
if 2>1, the theta would be positive
considering a senario of very high interest, it is much better to exercise
now
D******n
发帖数: 2836
34
来自主题: Statistics版 - R doesnt have pass by reference mechanism?
Because it needs to be modified.
when u pass a vector to a function, u want the function to modify its elemen
ts. It is a very common senario.Easy to implement in all other common langua
ges but not in R.
t******2
发帖数: 2265
35
来自主题: _Stockcafeteria版 - 身体健康最重要!
去vacation,本来挺好的一件事,结果搞成悲剧了,先是没有internet,后来着急上火,被
空调搞成热伤风,嗓子,鼻子,眼睛全出问题,现在还没好,浑身无力,被迫提前回来,什么
也干不了,再看看无数新贴,由衷的感叹,身体好才是真好~
搂了一眼大盘,本以为已经过了due的最后一波rally不会来了,谁知道又完了两天来了.
本以为上周会破线,但是本周被硬拖在线内. 所以还没出现跳水现象. 不过不要紧,之前
预测的那个senario又回来了,这是大好事,按照判断,这是最后一次Rally,也是很可能是
不会完成的rally,具体能走到哪里,再看吧.
病好再来.
n********k
发帖数: 2818
36

transcription for a particular gene, this can be a very elegant regulatory
mechanism to either repress the forward transcription, or make the
chromatin structure open and prepare for quick induction when there is
inducing signal.
It seems u didn't read the paper as carefully or they didn't discuss this
(??)...the older idea was AS transcription help to keep the forward in check
...however, it doesn't seem it is exactly(or at all) the case with the new
evidence, the second senario is likel
g*****g
发帖数: 34805
37
来自主题: _Xiyu版 - 紧急请教iphone大拿们
Not iphone大拿at all, but in worse case senario, playback
and record using your laptop.
s*****y
发帖数: 4595
38
来自主题: _PerfectMoms版 - 请教一下混合喂养的妈妈们 (转载)
my guess is you need to set up breast-feeding habbit for baby at the
beginning (the first 2 weeks can be very stressful though), when the baby
gets used to sucking from mommy instead of plastic nipple, she will eat more
vigorously (which will also help you produce enuf milk). giving bottle only
during night-time is a good suggestion, I feel.
look on the bright side, the "worst" senario is 靠瓶子的全母乳 (our case
here, //shrug)......
首页 上页 1 2 3 4 5 6 (共6页)