VingXia's recent timeline updates
VingXia

VingXia

V2EX member #215274, joined on 2017-02-15 16:23:12 +08:00
A powerful man.
VingXia's recent replies
我当时研究和申请 GV 号码的时候见到过这个购买永久号的教程,但是我觉得这个教程里对 google 的意思是误解的。

https://www.googlevoice.cn/wp-content/uploads/2019/09/1567739319-6_meitu_8-768x493.png

看这个图里 google 的说明,这里面永久号是针对换号之后旧号码只保留 3 个月而言的,意思就是说花了钱就可以同时拥有 2 个号码,而不是大家正常理解的“永久”(指不会因为长时间不使用等其他任何原因被 google 收回)。

而且按我个人的使用经历,我从用它没打过电话,也基本没有发过短信,只是收收验证码,用了有些年也没收到过 google 的号码回收提醒。
Jul 9, 2019
Replied to a topic by lanceluotian Android 请教下 Android Q beta 4 的问题
@RikkaW 发现安装支付宝之后多了支付宝付款的选项。
已经购买,抱歉打扰。
Jul 9, 2019
Replied to a topic by lanceluotian Android 请教下 Android Q beta 4 的问题
@RikkaW 想入 storage redirect,但是没有 google play 的付款方式。请问有其他购买渠道么?
@snnn 代码并不只是写给自己看的嘛。
很多其他语言没有这样的问题,这样写会有一种让人以为是字符串错觉。
其实我基本都不在意末尾的 0 多占用一个字节,用 char s[] = "abc"的情况更多。
@HuangLibo 越界肯定是有问题的,比如

```
int main() {
char s[] = "abc";
char ss[4] = "abcd";
printf("%s\n", ss);
return 0;
}
```

我用 clang 编译会输出 abcdabc,像 @lifanxi 说的,与 char s[3] = {'a', 'b', 'c'} 等价,但最好还是避免这种写法。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5268 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 07:38 · PVG 15:38 · LAX 00:38 · JFK 03:38
♥ Do have faith in what you're doing.