avatar
c*e
1
我想在中国内地办美国签证,然后去香港玩。但美国签证有可能被check,拿不到护照。
想问问,从内地进入香港,没有护照的话,需要什么证件?(我现在在美国,可以去纽
约办个进入许可,并且不贴在护照上么?)
谢谢!
avatar
d*3
2
不好意思是DIY新手,怎么也找不到怎么查自己州所在地应该file到哪个service
center,谢谢。。。
avatar
f*w
3
入门问题,肯定是我什么地方理解错了 但是不明白为啥
这样的两行代码
console.log('req.body:' + JSON.stringify(req.body))
console.log('email:' + req.body['email'])
输出是:
req.body:{"body":{"email":"[email protected]
/* */"}}
email:undefined
我不明白为什么 ,明明我在body的内容里面是有email这个属性的。而且我尝试了其他
的reference的方法,都是说undefined
请问这是为啥啊?
avatar
e*1
4
Does anyone have an access to this journal?
ChemMedChem
Volume 2, Issue 1, pages 58–61, January 15, 2007
Thank you very much for your help!
avatar
b*a
5
港澳通行证
本来去香港就不应该用护照的

【在 c******e 的大作中提到】
: 我想在中国内地办美国签证,然后去香港玩。但美国签证有可能被check,拿不到护照。
: 想问问,从内地进入香港,没有护照的话,需要什么证件?(我现在在美国,可以去纽
: 约办个进入许可,并且不贴在护照上么?)
: 谢谢!

avatar
d*3
6
是这样,我看到有3个service center可以处理140,但是140表里又说只有Texas的
lockbox可以,有点糊涂了。。
avatar
p*2
7
看起来body有两层呀

/* */"}}

【在 f*****w 的大作中提到】
: 入门问题,肯定是我什么地方理解错了 但是不明白为啥
: 这样的两行代码
: console.log('req.body:' + JSON.stringify(req.body))
: console.log('email:' + req.body['email'])
: 输出是:
: req.body:{"body":{"email":"[email protected]
: /* */"}}
: email:undefined
: 我不明白为什么 ,明明我在body的内容里面是有email这个属性的。而且我尝试了其他
: 的reference的方法,都是说undefined

avatar
c*e
9
多谢!请问,在美国也可以办理港澳通行证么?

【在 b********a 的大作中提到】
: 港澳通行证
: 本来去香港就不应该用护照的

avatar
H*S
10
130,140,485寄哪总是变来变去,只能自己去读最新版instructions里面的where to
file
刚去帮你查了一下,第6页,寄到USCIS Dallas Lockbox,至于之后分到哪个service
center,就不是你操心的事了。
给个包子吧

【在 d********3 的大作中提到】
: 是这样,我看到有3个service center可以处理140,但是140表里又说只有Texas的
: lockbox可以,有点糊涂了。。

avatar
f*w
11
body之下还有两层? 我看上去只有一层啊
难道不是req.body.email就到leaf了么

【在 p*****2 的大作中提到】
: 看起来body有两层呀
:
: /* */"}}

avatar
c*a
13
进入许可没有照片。要贴在护照上。
如果签证被CHECK,可以索回护照。等CHECK通过了再递上去。

【在 c******e 的大作中提到】
: 我想在中国内地办美国签证,然后去香港玩。但美国签证有可能被check,拿不到护照。
: 想问问,从内地进入香港,没有护照的话,需要什么证件?(我现在在美国,可以去纽
: 约办个进入许可,并且不贴在护照上么?)
: 谢谢!

avatar
d*3
14
问题是分到哪个center是和我的地址有关系吧,我可以有好几个州可以选择,随后包子
就奉上

to

【在 H*********S 的大作中提到】
: 130,140,485寄哪总是变来变去,只能自己去读最新版instructions里面的where to
: file
: 刚去帮你查了一下,第6页,寄到USCIS Dallas Lockbox,至于之后分到哪个service
: center,就不是你操心的事了。
: 给个包子吧

avatar
f*w
15
ah ... 明白了 stupid

【在 p*****2 的大作中提到】
: 看起来body有两层呀
:
: /* */"}}

avatar
n*t
17
body.body.email

【在 f*****w 的大作中提到】
: body之下还有两层? 我看上去只有一层啊
: 难道不是req.body.email就到leaf了么

avatar
l*n
18
这不明显吗?这也来问。

/* */"}}

【在 f*****w 的大作中提到】
: 入门问题,肯定是我什么地方理解错了 但是不明白为啥
: 这样的两行代码
: console.log('req.body:' + JSON.stringify(req.body))
: console.log('email:' + req.body['email'])
: 输出是:
: req.body:{"body":{"email":"[email protected]
: /* */"}}
: email:undefined
: 我不明白为什么 ,明明我在body的内容里面是有email这个属性的。而且我尝试了其他
: 的reference的方法,都是说undefined

avatar
p*2
19
人家说了是入门呀

【在 l**********n 的大作中提到】
: 这不明显吗?这也来问。
:
: /* */"}}

avatar
f*w
20
不好意思啊 浪费大家时间了
新手。。。以为自己访问方法不对, body里面有body因为名字完全一样还以为输出的
是上一层的变量
及其蠢的问题。。。
非常感谢大家回复

【在 l**********n 的大作中提到】
: 这不明显吗?这也来问。
:
: /* */"}}

avatar
p*2
21
这种问题常见 不算什么
老手有时候也会犯类似问题

【在 f*****w 的大作中提到】
: 不好意思啊 浪费大家时间了
: 新手。。。以为自己访问方法不对, body里面有body因为名字完全一样还以为输出的
: 是上一层的变量
: 及其蠢的问题。。。
: 非常感谢大家回复

avatar
W*o
22
to get email, it should be req.body.body.email
ps: does it wear a ma-jia ?

/* */"}}

【在 f*****w 的大作中提到】
: 入门问题,肯定是我什么地方理解错了 但是不明白为啥
: 这样的两行代码
: console.log('req.body:' + JSON.stringify(req.body))
: console.log('email:' + req.body['email'])
: 输出是:
: req.body:{"body":{"email":"[email protected]
: /* */"}}
: email:undefined
: 我不明白为什么 ,明明我在body的内容里面是有email这个属性的。而且我尝试了其他
: 的reference的方法,都是说undefined

avatar
l*n
23
这种情况我会加一层,把要的剥离出来,以表明这是返回的格式脑残,总之我不会写
req.body.body, 这样写法不好,万一返回的格式变了,又要重写。

【在 f*****w 的大作中提到】
: 不好意思啊 浪费大家时间了
: 新手。。。以为自己访问方法不对, body里面有body因为名字完全一样还以为输出的
: 是上一层的变量
: 及其蠢的问题。。。
: 非常感谢大家回复

avatar
l*n
24
如果是scala, 这种情况就不会出现。

【在 l**********n 的大作中提到】
: 这种情况我会加一层,把要的剥离出来,以表明这是返回的格式脑残,总之我不会写
: req.body.body, 这样写法不好,万一返回的格式变了,又要重写。

avatar
f*w
25
没很明白 能展开说说吗

【在 l**********n 的大作中提到】
: 这种情况我会加一层,把要的剥离出来,以表明这是返回的格式脑残,总之我不会写
: req.body.body, 这样写法不好,万一返回的格式变了,又要重写。

avatar
l*n
26
functional programming, 就是data transformation, functions are very easy to
test.
the idea is before you process the response received from the server side.
do some pre-processing on them, like sanity check, even you can throw Error
if the response is not what you expect.
The idea is that you just pass a Promise around.
A Promise has three state: unresolved, resolved, and rejected.
There are many ways to create a Promise, using a constructor,
new Promise(function(resolve, reject){
// do your processing here, once processing done
// you can do
resolve(value)
// or
reject(reason)
})
You can directly do:
Promise.resolve(value)
or Promise.reject(reason)
If something is a thenable, you can do:
Promise.resolve(thenable)
finally you can do
promise.then(function(value){
})
.catch(function(err){
})
you can even catch specific errors with the help of bluebird.
Because I know the response has been sanity checked, I can safely use it.
Also Promise holds the exception too so I can do something else if something
went wrong.

【在 f*****w 的大作中提到】
: 没很明白 能展开说说吗
avatar
p*2
27

to
Error
req?.body?.body

【在 l**********n 的大作中提到】
: functional programming, 就是data transformation, functions are very easy to
: test.
: the idea is before you process the response received from the server side.
: do some pre-processing on them, like sanity check, even you can throw Error
: if the response is not what you expect.
: The idea is that you just pass a Promise around.
: A Promise has three state: unresolved, resolved, and rejected.
: There are many ways to create a Promise, using a constructor,
: new Promise(function(resolve, reject){
: // do your processing here, once processing done

avatar
l*n
28
how you process exception in your way?
Scala has Promise too.

【在 p*****2 的大作中提到】
:
: to
: Error
: req?.body?.body

avatar
L*s
29

那个是coffeescript写法,跟exception没关系
x = req?.body?.body 编译成js就是一坨
x = typeof req !== 'undefined' && req !== null ?
( (ref = req.body) != null ? ref.body : void 0 ) : void 0;

【在 l**********n 的大作中提到】
: how you process exception in your way?
: Scala has Promise too.

avatar
p*2
30

还是大牛聪明

【在 L***s 的大作中提到】
:
: 那个是coffeescript写法,跟exception没关系
: x = req?.body?.body 编译成js就是一坨
: x = typeof req !== 'undefined' && req !== null ?
: ( (ref = req.body) != null ? ref.body : void 0 ) : void 0;

avatar
L*s
31

我只是帮二爷做做注脚

【在 p*****2 的大作中提到】
:
: 还是大牛聪明

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