Redian新闻
>
笨买家比坏买家更让人无语
avatar
笨买家比坏买家更让人无语# PhotoGear - 摄影器材
L*n
1
"Implement a circular queue of integers of user-specified size using a
simple array. Provide routines to initialize(), enqueue() and dequeue() the
queue. Make it thread safe."
 
Using c++
怎么写比较好?多谢!
avatar
p*l
2
EB-2, TSC,Official Code XM154
PD: 06/04/2009
RD: 02/10/2012
RFE online:07/22/22014
RFE mail arrival: 07/25/2014(EVL + Medical Exam)
RFE response mailout: 08/22/2014
RFE response arrival/review: 08/25/2014
Decision: Late afternoon of 09/25/2014
Decision
On September 25, 2014, we mailed you a notice that we had registered this
customer's new permanent resident status. Please follow any instructions on
the notice. Your new permanent resident card should be mailed within 60 days
following this registration or after you complete any ADIT processing
referred to in the welcome notice, whichever is later. If you move before
receiving your card, please call our customer service center at 1-800-375-
5283.
During this step the formal decision (approved/denied) is written and the
decision notice is mailed and/or emailed to the applicant/petitioner. You
can use our current processing time to gauge when you can expect to receive
a final decision.
2007年5月底开始工作,2008年5月开始办理,中间由于个人的原因和公司HR搞错工作地
址的原因拖到2009年中才办理好材料递交,2012年2月递交I-485,得到一年期的EAD/AP
,2012年12月续EAD/AP,随后拿到两年期的EAD/AP,曾经党员,因为个人的原因和工作
的原因进出米国比较频繁,所以有些担心额外的审查,整个过程中就是自己傻乎乎的等
,一直在同一公司同一部门,希望上面的信息的确说明是绿了(因为没看到CARD
PRODUCT ORDER那一步),不要再出什么差错,卡卡能够平安抵达,最好能在下周三离
开米国出差前抵达。
祝还在等待的同胞们都早日拿到绿卡。
avatar
d*g
3
上次Amazon那个A-z,买家说item not as described,注明this item does not turn
on,判我输。强行全额退款之后,买家给了个好评,描述如下:
this item works fine but don't under stand on how to take things off the pic
.thanks
看完后我只能说一个字:
人笨怪刀钝
需要CS5的,直接去Amazon 3rd-party买一个,回头file A-z,免费正版
avatar
j*o
4
用一个数组的话
用指针记录头和尾的位置
enqueue这么加:  arr[ (tail++)%size ] = val
如果是dequeue 就是HEAD指针“右移”  (也要用 %size).
弱问thread safe是啥概念。。不越界就行啦?

the

【在 L*****n 的大作中提到】
: "Implement a circular queue of integers of user-specified size using a
: simple array. Provide routines to initialize(), enqueue() and dequeue() the
: queue. Make it thread safe."
:  
: Using c++
: 怎么写比较好?多谢!

avatar
h*y
5
congrats

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
a*a
6
赞一个字

turn
pic

【在 d********g 的大作中提到】
: 上次Amazon那个A-z,买家说item not as described,注明this item does not turn
: on,判我输。强行全额退款之后,买家给了个好评,描述如下:
: this item works fine but don't under stand on how to take things off the pic
: .thanks
: 看完后我只能说一个字:
: 人笨怪刀钝
: 需要CS5的,直接去Amazon 3rd-party买一个,回头file A-z,免费正版

avatar
x*6
7
c++不懂,java可以把那两个方法synchronized
avatar
l*n
8
cong!
avatar
k*t
9
笨也罢了. 故意A-Z 生儿子会没PY

turn
pic

【在 d********g 的大作中提到】
: 上次Amazon那个A-z,买家说item not as described,注明this item does not turn
: on,判我输。强行全额退款之后,买家给了个好评,描述如下:
: this item works fine but don't under stand on how to take things off the pic
: .thanks
: 看完后我只能说一个字:
: 人笨怪刀钝
: 需要CS5的,直接去Amazon 3rd-party买一个,回头file A-z,免费正版

avatar
L*n
10
多谢!我也不清楚thread safe 用到这个题是什么意思。同问。

【在 j*****o 的大作中提到】
: 用一个数组的话
: 用指针记录头和尾的位置
: enqueue这么加:  arr[ (tail++)%size ] = val
: 如果是dequeue 就是HEAD指针“右移”  (也要用 %size).
: 弱问thread safe是啥概念。。不越界就行啦?
:
: the

avatar
b*5
11
Congrats!
avatar
x*c
12
软件都能退啊
行医远离amazon

turn
pic

【在 d********g 的大作中提到】
: 上次Amazon那个A-z,买家说item not as described,注明this item does not turn
: on,判我输。强行全额退款之后,买家给了个好评,描述如下:
: this item works fine but don't under stand on how to take things off the pic
: .thanks
: 看完后我只能说一个字:
: 人笨怪刀钝
: 需要CS5的,直接去Amazon 3rd-party买一个,回头file A-z,免费正版

avatar
a*o
13
多线程,用lock

the

【在 L*****n 的大作中提到】
: "Implement a circular queue of integers of user-specified size using a
: simple array. Provide routines to initialize(), enqueue() and dequeue() the
: queue. Make it thread safe."
:  
: Using c++
: 怎么写比较好?多谢!

avatar
v*5
14
Congrats!
avatar
t*e
15
9494,没到不吃人肉就得饿死的地步。

【在 k****t 的大作中提到】
: 笨也罢了. 故意A-Z 生儿子会没PY
:
: turn
: pic

avatar
L*n
16
多谢!我还是不太明白多线程lock的用法。麻烦您写一下好吗?我们大家都好学习下。
非常感谢!

【在 a***o 的大作中提到】
: 多线程,用lock
:
: the

avatar
B*I
17
恭喜!

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
f*y
18
你收到退货,能要求adobe把原来的那个key invalided, 然后给你一个新key吗?

turn
pic

【在 d********g 的大作中提到】
: 上次Amazon那个A-z,买家说item not as described,注明this item does not turn
: on,判我输。强行全额退款之后,买家给了个好评,描述如下:
: this item works fine but don't under stand on how to take things off the pic
: .thanks
: 看完后我只能说一个字:
: 人笨怪刀钝
: 需要CS5的,直接去Amazon 3rd-party买一个,回头file A-z,免费正版

avatar
j*e
19
他说的估计是用mutex之类的,linux下用pthread_mutex

【在 L*****n 的大作中提到】
: 多谢!我还是不太明白多线程lock的用法。麻烦您写一下好吗?我们大家都好学习下。
: 非常感谢!

avatar
m*e
20
gxgx!
avatar
d*g
21
item not as described不需要退货

【在 f*******y 的大作中提到】
: 你收到退货,能要求adobe把原来的那个key invalided, 然后给你一个新key吗?
:
: turn
: pic

avatar
M*O
22
恭喜
avatar
i*f
23
要是一台5D2也不需要?

【在 d********g 的大作中提到】
: item not as described不需要退货
avatar
n*e
24
Cong!
avatar
d*g
25
你太坏了……

【在 i***f 的大作中提到】
: 要是一台5D2也不需要?
avatar
s*r
26
cong!沾点喜气
avatar
i*f
27
只是好奇,我卖东西,要是这么被搞一下不是太伤元气了?Ebay至少能保本儿。

【在 d********g 的大作中提到】
: 你太坏了……
avatar
v*6
28
cong
avatar
k*t
29
好象没这么CATEGORICAL.
ASIN 不一样不需要退货, CONDITION 差点不致于吧?

【在 d********g 的大作中提到】
: item not as described不需要退货
avatar
a*1
30
cong! xm154总算出活了!但才批到8月25日...
avatar
c*t
31
A to Z, not as described就是不需要退货的

【在 k****t 的大作中提到】
: 好象没这么CATEGORICAL.
: ASIN 不一样不需要退货, CONDITION 差点不致于吧?

avatar
p*9
32
cong
avatar
f*y
33
那样的话怎么知道这个“笨”买家不是坏买家装扮的?

【在 d********g 的大作中提到】
: item not as described不需要退货
avatar
w*2
34
Cong
avatar
k*t
35
这样?
那假如你卖本书, 说USED. FRONT COVER HAS SOME WRITING. 我拿到后发现BACK COVER
也有WRITING 你没告诉我. A-Z, 退钱, 书也不还了?

【在 c*****t 的大作中提到】
: A to Z, not as described就是不需要退货的
avatar
c*3
36
cong
avatar
c*t
37
en,不过A to Z 5 times lifetime, 如果你这么干,估计开新帐户都会被封掉.
不仅是not as described,如果你没有要signature, buyer claim not received, 一
样物财两空
amazon在乎的是自己的声誉,不是3rd party的 benefit

COVER

【在 k****t 的大作中提到】
: 这样?
: 那假如你卖本书, 说USED. FRONT COVER HAS SOME WRITING. 我拿到后发现BACK COVER
: 也有WRITING 你没告诉我. A-Z, 退钱, 书也不还了?

avatar
k*k
38
pai
avatar
o*6
39
那是不是如果卖东西被a-z了就完全赔本了?这样的话谁还敢去卖呢?
avatar
l*d
40
恭喜你啊!

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
b*i
41
恭喜啊!
avatar
s*p
42
恭喜恭喜
avatar
m*r
43
恭喜 谢谢分享

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
v*y
44
顺时休百工
丰茸紫绶花
包藏景气浓
子真能自在
我亦赋田舍
的皪曜奇彩
最似红牡丹
爱此里中人
avatar
c*i
45
恭喜恭喜
avatar
g*n
46
cong!

★ 发自iPhone App: ChineseWeb 8.7

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
p*l
47
状态更新
欢迎信于2014年9月29日收到,信里说实体卡将在三周之内抵达。

【在 p**l 的大作中提到】
: EB-2, TSC,Official Code XM154
: PD: 06/04/2009
: RD: 02/10/2012
: RFE online:07/22/22014
: RFE mail arrival: 07/25/2014(EVL + Medical Exam)
: RFE response mailout: 08/22/2014
: RFE response arrival/review: 08/25/2014
: Decision: Late afternoon of 09/25/2014
: Decision
: On September 25, 2014, we mailed you a notice that we had registered this

avatar
t*l
48
恭喜恭喜!!!!终于都绿了!!!
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。