V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  adoni  ›  全部回复第 1 页 / 共 1 页
回复总数  4
199 天前
回复了 yujianwjj 创建的主题 git git 如何不显示 merge branch xx into xx 的记录
@0x2CA 这个还是看不同的开发模式,主干开发不一定需要这样
199 天前
回复了 yujianwjj 创建的主题 git git 如何不显示 merge branch xx into xx 的记录
在本地使用 rebase
在远端(网页上 merge 的时候)使用 fastforward
把 ctrl 和大小写键换一下,应该能缓解,会自然很多,无论 windows 还是 mac 上都可以这样做
342 天前
回复了 pathetique 创建的主题 Python 弱极了,请教 Python 多线程如何快速开始
参见: https://adoni.github.io/2019/01/07/python-practice/#concurrent-and-multi-process

```python
from concurrent.futures import ProcessPoolExecutor
with ProcessPoolExecutor(max_workers=16) as exe:
result = exe.map(func, data_list)
```

另外,你可以直接改成单线程,看一下,我感觉 130 万字,分分钟跑完。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3919 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 00:52 · PVG 08:52 · LAX 17:52 · JFK 20:52
Developed with CodeLauncher
♥ Do have faith in what you're doing.