lawlietfans 最近的时间轴更新
lawlietfans

lawlietfans

V2EX 第 148866 号会员,加入于 2015-11-27 12:17:35 +08:00
lawlietfans 最近回复了
2017-05-09 11:00:57 +08:00
回复了 zeyexe 创建的主题 Tornado Tornado 怎么按天生成日志,而不是按大小生成
options.define("log_rotate_when", type=str, default='D',
help=("specify the type of TimedRotatingFileHandler interval "
"other options:('S', 'M', 'H', 'D', 'W0'-'W6')")) # 单位
options.define("log_rotate_interval", type=int, default=1,
help="The interval value of timed rotating") # 时长

组合起来是 1 天


http://www.tornadoweb.org/en/stable/_modules/tornado/log.html
2016-12-01 19:57:35 +08:00
回复了 rockzhou8 创建的主题 Python Windows 下 pypi 源怎么修改默认值?改了 pip.ini 不成功
非常感谢,我也是被( http://www.jb51.net/article/98401.htm )坑了。
pip.ini 新建到%APPDATA%完全没用。
应该新建到%USERPROFILE%\pip\pip.ini
```py
[global]
index-url = https://pypi.douban.com/simple
```
速度立马飞起
2016-11-07 11:01:43 +08:00
回复了 bboysoul 创建的主题 程序员 求大家推荐 rss 阅读 app
用 QQ 邮箱订阅啊
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1155 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms · UTC 23:47 · PVG 07:47 · LAX 16:47 · JFK 19:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.