V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  noahliaszn  ›  全部回复第 22 页 / 共 30 页
回复总数  582
1 ... 14  15  16  17  18  19  20  21  22  23 ... 30  
2023 年 4 月 7 日
回复了 Andor_Chen 创建的主题 推广 送几本“通透”的《流畅的 Python (第 2 版)》
分母
2023 年 4 月 2 日
回复了 v50Tks 创建的主题 程序员 数据统计场景存储选型,大佬们帮帮忙
why not ask gpt-4? https://gpt.best/J2pwM2Yw
2023 年 3 月 31 日
回复了 dashBit 创建的主题 程序员 好奇模拟类游戏的 ai 部分是怎么写的
当你不熟悉一个领域的时候可以去问问 gpt4 https://gpt.best/MBVVx0YZ
2023 年 3 月 31 日
回复了 gilgameshcc 创建的主题 程序员 如何在国内使用 GPT-4?
现在套壳营销这么多的吗
2023 年 3 月 24 日
回复了 cocomiko 创建的主题 OpenAI chagpt 出现之后,学习编程语言变容易多了
有个观点我需要纠正下 一个语言能不能活下来 会不会被淘汰 主要看的是它的生态( python 它的优势是在数据科学方面 ) 而不是性能
2023 年 3 月 24 日
回复了 wganbleuthall 创建的主题 Visual Studio Code VScode, Python 如何多线程 debug 代码
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()
```
2023 年 3 月 24 日
回复了 wganbleuthall 创建的主题 Visual Studio Code VScode, Python 如何多线程 debug 代码
2023 年 3 月 21 日
回复了 Allonsy 创建的主题 Python Python 进阶疑惑
1. python 要高级的写法 这两本书 fluent python 和 python cookbook 都介绍的比较详细
2. 学习 cpython 直接看源码不就好了吗 ( https://github.com/python/cpython) 前提是你要有 c 的基础
2023 年 3 月 20 日
回复了 thqw0925 创建的主题 Linux 在 Linux 上,观看 4K Netflix 影片的正确姿势是什么?
2023 年 3 月 20 日
回复了 annoygaga 创建的主题 程序员 如何科学的测试 docker image?
有个概念叫做 Container Structure Tests ( https://github.com/GoogleContainerTools/container-structure-test
https://github.com/lencx/ChatGPT 其实这个桌面客户端也挺好用的
2023 年 3 月 4 日
回复了 liangxin1998 创建的主题 程序员 ChatGpt 有没有什么好的落地场景方案?
我想到一个 配合 midjourney 来 做 nft 产品哈哈哈哈 ( https://www.bilibili.com/video/BV1ms4y157kJ/)
2023 年 2 月 10 日
回复了 leyviw 创建的主题 程序员 如何训练 chatgpt3
自己训练 你有这么多卡吗。
2023 年 2 月 1 日
回复了 howfree 创建的主题 程序员 问问大佬们,有哪些关于 kubernetes 的书籍,求推荐
2023 年 1 月 30 日
回复了 googlai 创建的主题 Python 请教学习完《 Python 学习手册》后的进阶路线
进阶的话 fluent python. python cookbook 这两本书 数据分析的话 不就是 pandas numpy matplotlib 以及统计学那些吗 再进阶就机器学习了 (这部分的话 很需要数学!)
2023 年 1 月 29 日
回复了 dollck 创建的主题 Python 你们都在哪里交流 Python
python discord /Reddit
2023 年 1 月 11 日
回复了 yangyuhan12138 创建的主题 程序员 oracle 1000 的阶乘 最后输出字符串
@yangyuhan12138 我记得 oracle 是可以反射调用 java 程序的 2500 位的话 你这种用数据库肯定做不了
2023 年 1 月 11 日
回复了 yangyuhan12138 创建的主题 程序员 oracle 1000 的阶乘 最后输出字符串
@yangyuhan12138 首先你这个问题 肯定是一个 profile 的问题 ,你都没验证测试过 就说不可能 多大是多大?( stackoverflow 上的答案 也是别人的实践解决方案啊
1 ... 14  15  16  17  18  19  20  21  22  23 ... 30  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2474 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 16:10 · PVG 00:10 · LAX 09:10 · JFK 12:10
♥ Do have faith in what you're doing.