分页: 54/121 第一页 上页 49 50 51 52 53 54 55 56 57 58 下页 最后页 [ 显示模式: 摘要 | 列表 ]

解决:Ajax utf-8中文乱码问题 不指定

root , 2008/05/22 22:04 , Ajax , 评论(0) , 阅读(7514) , Via 本站原创
中文字符转换成Utf8编码
以下内容假定已安装好Python 2.4/2.5
一、下载并编译pyinstaller(只需做一次,以后可直接做第二步)
1.下载pyinstaller,现在的版本是1.3
(1)wget http://pyinstaller.hpcf.upr.edu/source/1.3/pyinstaller_1.3.tar.gz

2.解包进入源码目录
(1)tar zxv pyinstaller_1.3.tar.gz
(2)cd pyinstaller-1.3/source/linux

3.编译源代码
(1)python Make.py 生成python的 .pyc文件

如无错误,则出现如下提示(只有一行):
Now run "make" to build the targets: ../../support/loader/run ../../support/loader/run_d

(2)make 连接生成linux的 .o 文件
分页: 54/121 第一页 上页 49 50 51 52 53 54 55 56 57 58 下页 最后页 [ 显示模式: 摘要 | 列表 ]