kasheemlew's recent timeline updates
kasheemlew

kasheemlew

V2EX member #343423, joined on 2018-08-22 10:10:47 +08:00
kasheemlew's recent replies
用 Cython 来操作也可,https://juejin.cn/post/7007043202251390984
@zddewe 感谢
python 也可以这样:

```python
import asyncio
import requests

async def main():
loop = asyncio.get_event_loop()
futures = [
loop.run_in_executor(None, requests.get, 'http://www.baidu.com')
for _ in range(100)
]
await asyncio.gather(*futures)

asyncio.run(main())
```
Mar 10, 2019
Replied to a topic by aLazarus MacBook Pro mbp15 的左右两边 type-C 接口不一样么?
我 15 年 15 寸插 iPhone 也有这个问题,左右偶尔都会出现这个情况,一般多插几次或者换个口就好了。感觉是接触不良,最好有空去店里检查检查
+1
@Xs0ul 每一位代表选择的 macro action,目前训练前自定义要训练的行为的配置代码还在完善
@janhu9527 个人是当作一个娱乐项目,训练资源也有限,目前可战胜虫族困难电脑,人族和神族的普通电脑😅
Aug 23, 2018
Replied to a topic by kasheemlew 分享创造 Python 实现终端的五子棋游戏
可以,之前是觉得一个 X 和一个 O 比较好区分,不过只是颜色不一样应该也行
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   974 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 19:27 · PVG 03:27 · LAX 12:27 · JFK 15:27
♥ Do have faith in what you're doing.