Skip to main content

关于推荐信

发信人: muser (负尽千重罪,练就不死心), 信区: AdvancedEdu
标  题: Re: 关于推荐信,请问
发信站: 水木社区 (Mon Oct 11 09:09:00 2010), 站内

推荐信嘛...不用那么紧张。

天下牛人不是少,而是多,太多。所以,能给别人留个不错的印象,已经不错了。
除非你拿了诺奖啊菲奖呢,或是非常的天才,别人看来,也就那么回事。

读博是个持久战,你能不能、愿不愿静下心来好好做学问,这才是关键。

几年前和一个正在招assistant的系主任聊了聊,问他们看什么。
他说:新人嘛,你怎么可以上来指望是泰山北斗?叫几个看上不错的,来吃吃饭,聊聊
天。打电话问问推荐人,别说什么怪话就是。
所以,人不好挑啊。好多地方招人,一招就很久。最后烦了,谁最后面试,就是谁了。
hehe...所以,有点看运气。

除了那些牛的不能再牛的学校,天天盯着既是天才又肯吃苦做学问的 以外,其他的,
个人以为,颇为看重你的勤劳、执着、与谦虚。
天才多的是。没几天找个高薪的工作,走人了。这种例子也是多的数不胜数。

不用紧张。努力考试与准备。

【 在 casseto (casseto) 的大作中提到: 】
: 过来短期讲学认识的一个牛导。今天他把推荐信发给我了。写的比较空。
: 第一段介绍短期讲学的情况。第二段说对我的分析能力,专业背景,技术能力留下深
刻印
: 象。第三段说好学生能够得到最好的机会。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...