len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2012 档案

摘要:我是在上海南京西路的美国大使馆面试的。预约的是早上7点15的面试,大约6点20到达梅陇镇广场西侧的入口处排队。因为我面试的是有美国商会担保的商务签证,所以要排一个特殊的队伍,到场咨询保安就知道了。我到的时候排到了大概第五名的位置。排队之前要先到旁边的戏院里面寄存包,电子的东西都不能带,手机也要寄存的,这个也是问保安就知道了。面试之前要过安检,进门只能带材料和钱包,建议不要系皮带,安检的时候要脱下来,很麻烦。然后会在一号窗口领之前由美国商会递交的个人材料,再到二号窗口留十指指纹。留十指指纹的时候手不能太干,否则采集不出来,建议自己提前涂点护手霜。之后就到窗口和面试官面谈,就和银行的窗口一样,大约 阅读全文
posted @ 2012-06-29 09:56 Len3d 阅读(5441) 评论(0) 推荐(0)

摘要:* Distribute tasks in a round-robin fashion.* Required APIs:void task::spawn_root_and_wait(taks&);void task::spawn(task&);void task::spawn_and_wait_for_all(task&);Depth-first execution: * Strike when the cache is hot. The deepest tasks are the most recently created tasks, and therefore a 阅读全文
posted @ 2012-06-22 21:33 Len3d 阅读(586) 评论(4) 推荐(0)

摘要:UDP Multicast example:http://ntrg.cs.tcd.ie/undergrad/4ba2/multicast/antony/example.htmlHow to multicast over TCP/IPhttp://www.ibiblio.org/pub/linux/docs/howto/other-formats/html_single/Multicast-HOWTO.htmlLinux Socket Multicasthttp://www.tenouk.com/Module41c.html 阅读全文
posted @ 2012-06-06 13:28 Len3d 阅读(568) 评论(3) 推荐(0)