摘要:与Nginx+uwsgi+web.py配置类似 启动文件wsgi.py 其它 Django的settings.py中ALLOWED_HOSTS需要添加 可能遇到字符编码问题 import sysreload(sys)sys.setdefaultencoding('utf8')
阅读全文
随笔分类 - Python
摘要:与Nginx+uwsgi+web.py配置类似 启动文件wsgi.py 其它 Django的settings.py中ALLOWED_HOSTS需要添加 可能遇到字符编码问题 import sysreload(sys)sys.setdefaultencoding('utf8')
阅读全文
摘要:cd python源码目录/Modulesvi Setup.dist找到# Socket module helper for SSL support; you must comment out the other# socket line above, and possibly edit the S
阅读全文
摘要:以下内容仅试过在Python2.7下 sqlite 在windows10 下可以这样用 cursor.execute('insert into tb(a) values(:a)',{'a':u'A'}) cursor.execute('insert into tb(a) values(:a)',{'
阅读全文
|