会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
43
下一页
2023年6月28日
Python Tox介绍和使用
摘要: # Python Tox介绍和使用 tox.ini 是一个配置文件,用于配置和运行项目的测试环境。在 tox.ini 中,你可以指定项目所依赖的 Python 版本,以及需要安装的 Python 包。你还可以配置各种测试场景,例如运行单元测试、集成测试等等。在项目根目录下运行 tox 命令,tox
阅读全文
posted @ 2023-06-28 10:30 michaelchengjl
阅读(915)
评论(0)
推荐(0)
2023年6月27日
安装faiss-gpu失败的问题
摘要: # 安装faiss-gpu失败的问题 安装faiss-gpu出现问题: 尝试使用: ``` conda install -c conda-forge faiss-gpu ``` 或者用对应的whl 包 https://github.com/kyamagu/faiss-wheels/releases/
阅读全文
posted @ 2023-06-27 11:40 michaelchengjl
阅读(2210)
评论(0)
推荐(0)
2023年6月16日
Docker 登录英伟达 Nvidia NGC 下载容器镜像教程
摘要: # Docker 登录英伟达 Nvidia NGC 下载容器镜像教程 https://blog.itdevwu.com/post/1821/
阅读全文
posted @ 2023-06-16 19:07 michaelchengjl
阅读(654)
评论(0)
推荐(0)
2023年6月2日
cpu ,进程,线程
摘要: cpu ,进程,线程 https://www.cnblogs.com/shijiaqi1066/p/3836017.html https://zhuanlan.zhihu.com/p/79772089 https://blog.csdn.net/qq_40317897/article/details
阅读全文
posted @ 2023-06-02 11:01 michaelchengjl
阅读(10)
评论(0)
推荐(0)
2023年6月1日
docker 容器中 os.cpu_count() , multiprocessing.cpu_count() 都为物理机cpu 数
摘要: # docker 容器中 os.cpu_count() , multiprocessing.cpu_count() 都为物理机cpu 数 不论起容器的时候 是否加 --cpus 1 --cpuset-cpus 0 docker 容器中 os.cpu_count() , multiprocessing
阅读全文
posted @ 2023-06-01 20:21 michaelchengjl
阅读(297)
评论(0)
推荐(0)
2023年5月30日
git 版本分支管理
摘要: # git 版本分支管理 https://www.jianshu.com/p/c35b939c5270 https://cloud.tencent.com/developer/article/1592957 https://blog.csdn.net/ShuSheng0007/article/det
阅读全文
posted @ 2023-05-30 20:24 michaelchengjl
阅读(10)
评论(0)
推荐(0)
git 基础
摘要: # git 基础  下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。 Workspace:
阅读全文
posted @ 2023-05-30 20:15 michaelchengjl
阅读(15)
评论(0)
推荐(0)
Python 如何给屏幕打印信息加上颜色
摘要: # Python 如何给屏幕打印信息加上颜色 https://github.com/Textualize/rich https://wxnacy.com/2019/04/24/python-print-color/ https://www.cnblogs.com/benjamin77/p/10853
阅读全文
posted @ 2023-05-30 19:31 michaelchengjl
阅读(222)
评论(0)
推荐(0)
Ubuntu Linux终端颜色个性化设置技巧
摘要: Ubuntu Linux终端颜色个性化设置技巧 https://www.linuxprobe.com/ubuntu-linux-terminal.html https://github.com/wez/wezterm
阅读全文
posted @ 2023-05-30 19:22 michaelchengjl
阅读(99)
评论(0)
推荐(0)
python 中的 multiprocessing
摘要: # python 中的 multiprocessing https://docs.python.org/zh-cn/3/library/multiprocessing.html https://blog.csdn.net/brucewong0516/article/details/85776194
阅读全文
posted @ 2023-05-30 10:26 michaelchengjl
阅读(14)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
43
下一页
公告