V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xuwenbao  ›  全部回复第 2 页 / 共 2 页
回复总数  29
1  2  
2013-04-14 22:26:32 +08:00
回复了 soulinah 创建的主题 Python 有多少在成都的pythoner呢?
@kollinchu +1,工作用Python
2013-04-13 12:44:02 +08:00
回复了 chuangbo 创建的主题 Python 最近 Django 太火了,微博、豆瓣、Twitter各种讨论
我还以为是Python的web框架Django. 为啥会在Python节点里?
2013-03-28 11:55:36 +08:00
回复了 HiVPS 创建的主题 VPS 我们的新KVM VPS服务器即将上线,提供很多免费测试名额
@HiVPS google chrome 25.0.1364.172 m

用ie9试了也不行啊. 浏览器编码是UTF-8,设成中文gbk等编码,网站都是乱码啊.
2013-03-28 11:28:27 +08:00
回复了 HiVPS 创建的主题 VPS 我们的新KVM VPS服务器即将上线,提供很多免费测试名额
@HiVPS 点了加入购物车没反应
2013-03-28 10:42:40 +08:00
回复了 HiVPS 创建的主题 VPS 我们的新KVM VPS服务器即将上线,提供很多免费测试名额
2013-03-07 08:57:59 +08:00
回复了 lvii 创建的主题 Python python logging 模块无法打印日志道文件
logger.setLevel(logging.NOTSET) 修改为 logger.setLevel(logging.DEBUG),NOTSET并不是最小的级别,而是代表继承“parent”。

logging.debug('This is debug message')
logging.info('This is info message')
logging.warning('This is warning message')
这三句改为
logger.debug('This is debug message')
logger.info('This is info message')
logger.warning('This is warning message')
2012-12-18 08:59:33 +08:00
回复了 ThunderEX 创建的主题 Python for line in open(*)里面怎么倒回去读上一行?
>>> import linecache
>>> linecache.getline('/etc/passwd', 4)
'sys:x:3:3:sys:/dev:/bin/sh\n'
2012-11-29 12:42:27 +08:00
回复了 jmania 创建的主题 Python 使用uWSGI+Nginx部署Flask应用,不成功
试下这个呢: unix:///tmp/uwsgi.sock;
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5589 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 02:44 · PVG 10:44 · LAX 19:44 · JFK 22:44
Developed with CodeLauncher
♥ Do have faith in what you're doing.