insolo's recent timeline updates
insolo

insolo

V2EX member #4583, joined on 2010-12-31 22:38:16 +08:00
Per insolo's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
insolo's recent replies
Dec 8, 2015
Replied to a topic by insolo Python Python CGI 中文显示问题
@oyjc 加上 encode()后有内容输出,但是字节码没法读~

加上下面的代码后搞定了,虽然不是太理解机制是什么,谢谢各位
import codecs, sys
sys.stdout = codecs.getwriter('utf8')(sys.stdout.buffer)
Dec 8, 2015
Replied to a topic by insolo Python Python CGI 中文显示问题
@hcwhan python3 有什么不一样的讲究吗?
Dec 8, 2015
Replied to a topic by insolo Python Python CGI 中文显示问题
@callofmx
将#!/usr/bin/python 改为#!/usr/bin/python2 浏览器可以正常输出内容

默认的 Python 版本是 3.4.3 , Python2 的版本是 2.7.6
加上 u 之后浏览器端两个版本都没有显示内容,也没有报错
交互环境下 Python2 及 python3 都能正常输出内容
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3632 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 10:47 · PVG 18:47 · LAX 03:47 · JFK 06:47
♥ Do have faith in what you're doing.