catxo's recent timeline updates
catxo

catxo

V2EX member #124685, joined on 2015-06-29 10:47:20 +08:00
Per catxo's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
catxo's recent replies
Aug 7, 2023
Replied to a topic by sinxccc Vim VIM 的作者 Bram Moolenaar 过世了
R.I.P
Apr 27, 2022
Replied to a topic by learnjavamyself Python Python 测试培训求助
@learnjavamyself 10 年+pythonista
Apr 24, 2022
Replied to a topic by learnjavamyself Python Python 测试培训求助
在成都吗?在成都的话,周末软件园附近,I am free for a coffee.
Jan 7, 2022
Replied to a topic by cweijan 程序员 分享我自制的数据库管理工具
感觉不错的样子
Dec 24, 2021
Replied to a topic by ddllzz git Git 提交时莫名其妙删除文件
也许你需要 git config core.fileMode true ?
Nov 24, 2021
Replied to a topic by Livid MySQL PlanetScale 一个很有意思的云 MySQL 解决方案
@lockelee get
那么感觉 bytebase 更像一个 schema 版本控制器
代码和 schema 分离了,总担心变更期间的间隙会有意料外的事情
Nov 20, 2021
Replied to a topic by Livid MySQL PlanetScale 一个很有意思的云 MySQL 解决方案
这个我记得之前站里有看到国人创业的类型的产品
也不知道是不是竞品 哈哈哈哈
Nov 14, 2021
Replied to a topic by cjyang Vim vim 配置出现乱码
右下角的不是乱码好吧...
LN 是行 CN 是列
自己移动一下看看怎么变的

橙色是 warning ,告诉你 121 行 有个 trailing space
Jul 3, 2021
Replied to a topic by asilentman Google play store 中 APP 的介绍视频无法播放
请问哪里有官方的港版系统可以下?
你的 worker 是一个循环,没有退出条件
一般都是判断 item 为空作为退出条件
```python
item = q.get()
if not item:
break
do_work(wid, item)
```

producer 里面,加上
```python
for _ in range(4):
q.put(None)
```
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4545 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 10:07 · PVG 18:07 · LAX 03:07 · JFK 06:07
♥ Do have faith in what you're doing.