gettext

gettext

V2EX member #248852, joined on 2017-08-15 21:17:29 +08:00
1 G 34 S 52 B
Per gettext's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
gettext's recent replies
@sagaxu 哈哈哈,如果每年都有活動,年年續費,你這就掉入圈套了。。。
Nov 22, 2019
Replied to a topic by AZTEC 宽带症候群 GCP 最近抽的有点不正常!
V2 刚刚也遇到了,换个 IP 就续上了,然后就又断了,我也没看视频。求教 V2 怎么限制速度
@gettext #34 打电话开撕把钱要回来了 80 多,然后把上网功能关了,老年人一个月 19 块够了,移动休想再多赚一块 🐶
移动太坑了 10 元 100M,我家人不小心超了 1.2G ,直接 120。。。

以前都是超了 1G,直接自动开通比如 30 元 2G 套餐,现在居然取消了,真的是坑人。

当然我家人超流量,是我家人的问题,所以直接把数据关了,反正在家用 wifi
Mac 清净~
主要还是最近美国爆出了很多吸烟致病的案例,特别是青少年,国家禁止网上销售也是保护青少年,网络的传播力太强了了
我用的是 Office Editing for Docs, Sheets & Slides 这个插件
Nov 5, 2019
Replied to a topic by gettext MySQL 困惑: MySQL 用户变量的代码执行顺序
@oraZhang #3

```
select t1.SId,t1.score,
CASE
when @fontage = t1.score then @rank
when @fontage := t1.score then @rank := @rank + 1
END as rank
FROM (select @fontage:=null,@rank:=0) init,
(select sc.SId, sc.Score from course, teacher, sc
where course.CId=sc.CId
and course.TId=teacher.TId
and teacher.Tname = '李四'
ORDER BY
sc.score DESC
) as t1
```

用子查询包裹后就对了,我就是疑惑这个执行顺序
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5617 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 07:54 · PVG 15:54 · LAX 00:54 · JFK 03:54
♥ Do have faith in what you're doing.