chengzi's recent timeline updates
chengzi

chengzi

V2EX member #13373, joined on 2011-11-06 14:35:39 +08:00
chengzi's recent replies
系统设置-控制中心-听觉 - 在菜单栏展示 or 在控制中心展示
Jun 14, 2024
Replied to a topic by wloverine macOS mac 有好用的终端管理工具吗
@LonnyWong trzsz-ssh 👍🏻👍🏻👍🏻👍🏻👍🏻
Aug 17, 2022
Replied to a topic by gjquoiai iOS iOS 上最好用的电子书阅读器竟然是微信读书
2500 个小时的多看用户路过。

之前的多看真的是阅读软件的领导者,各种新功能都很好用。 现在的 app 质量太差了。
我记得有次更新,直接把全屏的功能给更没了,一直有个大黑条在顶部,隔了一个多月才修复😅
Jul 28, 2022
Replied to a topic by 90928yao 程序员 redis 的 incr 的过期时间问题
```
value = get(key)
if (value == null) {
incr(key)
expire(key) // incr(), expire() 需要保证原子性, 需要用 multi(), exec() 包一下
} else{
incr(key) // get(), incr() 中间是有时间差的, 如果 incr() 时 key 已经过期, 就会出现 key 无法过期释放问题
}
```
最简单的方案是用 lua 脚本, 或者参考 redis 官网文档里的 RPUSHX 方案 ( https://redis.io/commands/incr/)
现在网络都这么好了么, 页面都开始按 MB 计算了😅
感谢,proxyman 很好用
Nov 14, 2021
Replied to a topic by daniel10001 Android MIUI 相册近 200GB 未知空间占用
这软件质量堪忧啊
昨天去实体店看了下,16 寸的太重了,准备考虑 14 的。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2436 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 01:57 · PVG 09:57 · LAX 18:57 · JFK 21:57
♥ Do have faith in what you're doing.