Redian新闻
>
htc touch pro是不是ROM不好?
avatar
htc touch pro是不是ROM不好?# PDA - 掌中宝
f*w
1
F1 退税的时候填了tax treaty
收到的退税把那5000拿掉了,说是the treaty you claimed is not a valid treaty
是不是哪里填错了
我在treaty里填的
country The people's republic of china
tax treaty article 20,
number of months claimed in prior tax years 10
amount of exempt income in current tax year 5000
哪儿错了呢,这个还能要回来吗
avatar
m*2
2
最近有人去过么?要提前多久预约?
多谢了
avatar
h*e
3
watched this video more than three times during the past several months with wet eyes every time.
my favorite quotes from this video:
❝Everybody has a fantastic ear. So nobody is tone deaf.❞
❝... classical music is for everybody. Everybody.❞
❝And the vow was, I will never say anything that couldn't stand as
the last thing I ever say.❞
http://www.youtube.com/watch?v=r9LCwI5iErE
avatar
t*y
4
如果一个系列的文件名:
/gc/gs/A/ome
/bc/bs/ba/B/ome
/dc/ds/dv/C/ome
只想保留 A, B, C作为标签. 共同点是,它们的下一级目录都是ome
请问有简单的shell command line吗? 多谢
avatar
w*s
5
一直用nfsf wm 6.5
最近死机太频繁,收到一个短信然后要看的话,可能会等好几分钟才有反应
收到voice mail也是,死活打不开voice mail
机器经常自动关机,50%情况收不到别人打的电话...
要不是sero,早把这手机扔垃圾桶了..郁闷.
avatar
c*r
6
应该是20(c) or 20(b)

【在 f*******w 的大作中提到】
: F1 退税的时候填了tax treaty
: 收到的退税把那5000拿掉了,说是the treaty you claimed is not a valid treaty
: 是不是哪里填错了
: 我在treaty里填的
: country The people's republic of china
: tax treaty article 20,
: number of months claimed in prior tax years 10
: amount of exempt income in current tax year 5000
: 哪儿错了呢,这个还能要回来吗

avatar
z*n
7
第二或者第三天拿到,提前1个多月预约吧

【在 m*********2 的大作中提到】
: 最近有人去过么?要提前多久预约?
: 多谢了

avatar
l*n
8
好,来看看

with wet eyes every time.

【在 h******e 的大作中提到】
: watched this video more than three times during the past several months with wet eyes every time.
: my favorite quotes from this video:
: ❝Everybody has a fantastic ear. So nobody is tone deaf.❞
: ❝... classical music is for everybody. Everybody.❞
: ❝And the vow was, I will never say anything that couldn't stand as
: the last thing I ever say.❞
: http://www.youtube.com/watch?v=r9LCwI5iErE

avatar
x*o
9
echo '/dc/ds/dv/C/ome' | awk -F\/ '{printf("%s\n", $(NF-1))}'
assume that ome is the last file

【在 t**********y 的大作中提到】
: 如果一个系列的文件名:
: /gc/gs/A/ome
: /bc/bs/ba/B/ome
: /dc/ds/dv/C/ome
: 只想保留 A, B, C作为标签. 共同点是,它们的下一级目录都是ome
: 请问有简单的shell command line吗? 多谢

avatar
s*a
10
sero还可以用TP2

【在 w*****s 的大作中提到】
: 一直用nfsf wm 6.5
: 最近死机太频繁,收到一个短信然后要看的话,可能会等好几分钟才有反应
: 收到voice mail也是,死活打不开voice mail
: 机器经常自动关机,50%情况收不到别人打的电话...
: 要不是sero,早把这手机扔垃圾桶了..郁闷.

avatar
a*n
11
20c,你在美国转的身份还是直接从中国来的f1?如果是前者,没有treaty.后者你
可以去argue看看

【在 f*******w 的大作中提到】
: F1 退税的时候填了tax treaty
: 收到的退税把那5000拿掉了,说是the treaty you claimed is not a valid treaty
: 是不是哪里填错了
: 我在treaty里填的
: country The people's republic of china
: tax treaty article 20,
: number of months claimed in prior tax years 10
: amount of exempt income in current tax year 5000
: 哪儿错了呢,这个还能要回来吗

avatar
h*e
12
需要些耐心,这个视频挺长的。
不过如果开始看上一会,估计就很容易被这个老家伙绘声绘色、亦说亦演的方式吸引直到看完。:-)

【在 l****n 的大作中提到】
: 好,来看看
:
: with wet eyes every time.

avatar
t*y
13
Thanks for the reply. Unfortunately, ome is not the last directory.
The file names should be:
/gc/gs/A/ome/ene
/bc/bs/ba/B/ome/ene
/dc/ds/dv/C/ome/ene
Sorry for my previous misleading post.
If this is the case, is there a way to substring "A", "B", "C"
Thanks a lot!

【在 x****o 的大作中提到】
: echo '/dc/ds/dv/C/ome' | awk -F\/ '{printf("%s\n", $(NF-1))}'
: assume that ome is the last file

avatar
w*s
14
怀疑是ROM的问题,换一个试试看先,tp2和tp应该也差不多的吧..

【在 s***a 的大作中提到】
: sero还可以用TP2
avatar
x*s
15
echo "/gc/gs/A/ome/ene" | sed 's/\/ome\/.*//' | awk -F/ ' { print $(NF) } '
avatar
a*m
16
恩。换个rom吧。没觉得有这么大问题。

【在 w*****s 的大作中提到】
: 怀疑是ROM的问题,换一个试试看先,tp2和tp应该也差不多的吧..
avatar
x*o
17
in this case, you can simply change NF -1 to NF-2

【在 t**********y 的大作中提到】
: Thanks for the reply. Unfortunately, ome is not the last directory.
: The file names should be:
: /gc/gs/A/ome/ene
: /bc/bs/ba/B/ome/ene
: /dc/ds/dv/C/ome/ene
: Sorry for my previous misleading post.
: If this is the case, is there a way to substring "A", "B", "C"
: Thanks a lot!

avatar
zj
18
TP还好了,你这个肯定是ROM的问题,我的TP用的是6.1的官方ROM,
一周也不一定死一次,懒得折腾6.5了

【在 w*****s 的大作中提到】
: 怀疑是ROM的问题,换一个试试看先,tp2和tp应该也差不多的吧..
avatar
t*y
19
世界上这么会有我这么笨的人啊!?
多谢了

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