
编程语言
传奇石头110
NLP、ML、DL
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python 环境相关配置
1、【pip源配置】 [global] index-url = http://pypi.douban.com/simple trusted-host = pypi.douban.com disable-pip-version-check = true timeout = 120 2、【】原创 2016-08-26 20:34:48 · 451 阅读 · 0 评论 -
Linux shell 常用命令
1、修改系统时间: date -s "2012-11-03 10:25:25" 2、dump core 文件: ulimit -c unlimited 3、make : 警告:检测到时钟错误 : touch * 4、原创 2017-02-08 19:24:13 · 308 阅读 · 0 评论