avatar
PLI's Claim Drafting# Law - 律师事务所
m*k
1
律师发信说准备简历,要包含research interest。还不了解公司会给办哪种绿卡。是
可以给申EB1的。因为刚刚工作对这些还不了解。想着如果公司给办EB1,用我的ph.d学
位应该快些吧,所以就希望尽量用Ph.D,写research。律师说你现在还做research就写
上research interest,和thesis topic。但是现在做的和原来学校里(物理/CS)的是
不同专业。即使现在可以勉强靠到R&D上,但是以前做的研究显然不是现在的研究兴趣。
律师找我要paper List citation 数量有什么用?因为律师是公司的,也见不到人,交
流起来比较困难。不了解他怎么想的,怕他一烦说那就办EB2吧。所以请问这种情况的
CV怎么写。
谢谢
avatar
b*s
2
Ilya Lutsker is an optician who is now busy with development of a system of
optical inspection. That is why his photos of insects are worth seeing.
avatar
d*d
3
三个板X, 一副贱相!
avatar
r*9
4
下面代码,运行没有问题
void worker()
{
cout << "worker" << endl;
}
int main()
{
boost::thread thrd1(worker);
thread.join();
}
如果换成下面这样
int main()
{
cWorker* w = new cWorker();
boost::thread thrd1(w->worer);
thrd1.join();
}
另有一个 cWorker class的定义
就编译不过,找到不matching的 boost::thread (type>)
请教这种情况应该怎么调用 worker呢?
谢谢
avatar
w*y
6
Can anyone comment on the PLI’s “Claim Drafting” part? PLI has quite a
lot materials and CDs related to the Claim Drafting. Is this going to be
tested in the exam? If so, how many questions usually are there? Thanks a
lot!
avatar
b*g
7
好图
avatar
r*9
8
解决了
要这样
int main()
{
cWorker w;
boost::thread thrd1(&cWorker::start(), &w);
thrd1.join();
}
avatar
I*n
9
No need to study those. They are not on the computer test.
avatar
w*y
10
Thanks, appreciate your info!
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。