Python
pingyuan99
数据库管理员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python开发环境搭建
一,安装Python 操作系统Win7 64bit SP1,安装python-2.7.12.amd64.msi,自定义时把python.exe路径勾选上 二,python插件安装 1,安装wheel(支持wheel格式的安装包) cmd模式下输入:pip install wheel 安装完后提示 pip已经有新版本 8.1.2,接下来升级 2,升级pip(Python的原创 2016-08-21 08:02:31 · 1327 阅读 · 0 评论 -
怎么解决python "Non-ASCII character"错误
#!/usr/bin/env python # This Python file uses the following encoding: utf-8 '''An example of reading and writing Unicode string: ''' CODEC = 'utf-8' FILE = 'unicode.txt' hello_out = u"汉字测试" bytes_o转载 2016-09-03 19:51:29 · 643 阅读 · 0 评论
分享