Alias4ck 最近的时间轴更新
Alias4ck

Alias4ck

V2EX 第 159995 号会员,加入于 2016-02-23 08:36:47 +08:00
今日活跃度排名 8608
根据 Alias4ck 的设置,主题列表只有在你登录之后才可查看
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
Alias4ck 最近回复了
6 天前
回复了 cocomiko 创建的主题 OpenAI chagpt 出现之后,学习编程语言变容易多了
有个观点我需要纠正下 一个语言能不能活下来 会不会被淘汰 主要看的是它的生态( python 它的优势是在数据科学方面 ) 而不是性能
https://code.visualstudio.com/docs/python/debugging 搜 multithread 关键词 它有一个场景 如果你用的是 win32api 创建线程的话 而不是 python 内部的话 你则需要加上一段话

If you're working with a multi-threaded app that uses native thread APIs (such as the Win32 CreateThread function rather than the Python threading APIs), it's presently necessary to include the following source code at the top of whichever file you want to debug:
```
import debugpy
debugpy.debug_this_thread()
```
9 天前
回复了 Allonsy 创建的主题 Python Python 进阶疑惑
1. python 要高级的写法 这两本书 fluent python 和 python cookbook 都介绍的比较详细
2. 学习 cpython 直接看源码不就好了吗 ( https://github.com/python/cpython) 前提是你要有 c 的基础
10 天前
回复了 annoygaga 创建的主题 程序员 如何科学的测试 docker image?
有个概念叫做 Container Structure Tests ( https://github.com/GoogleContainerTools/container-structure-test
https://github.com/lencx/ChatGPT 其实这个桌面客户端也挺好用的
26 天前
回复了 liangxin1998 创建的主题 程序员 ChatGpt 有没有什么好的落地场景方案?
我想到一个 配合 midjourney 来 做 nft 产品哈哈哈哈 ( https://www.bilibili.com/video/BV1ms4y157kJ/)
48 天前
回复了 leyviw 创建的主题 程序员 如何训练 chatgpt3
自己训练 你有这么多卡吗。
关于   ·   帮助文档   ·   博客   ·   nftychat   ·   API   ·   FAQ   ·   我们的愿景   ·   广告投放   ·   实用小工具   ·   4473 人在线   最高记录 5556   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 07:43 · PVG 15:43 · LAX 00:43 · JFK 03:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.