python常用编码转换函数:
(1) unicode()
全局函数,将str字符串从其它编码(如gb2312)转换为unicode对象
(2) str.decode()
str字符串的方法,将str字符串从其它编码(如gb2312)转换为unicode对象,与unicode()很相似.
(3) str.encode()
str字符串的方法,
(4) unicode.encode()
unicode对象的方法,将unicode对象转成其它相应编码的str字符串对象,如gb2312.
(5) unicode.decode()
unicode对象的方法
(1) unicode()
全局函数,将str字符串从其它编码(如gb2312)转换为unicode对象
(2) str.decode()
str字符串的方法,将str字符串从其它编码(如gb2312)转换为unicode对象,与unicode()很相似.
(3) str.encode()
str字符串的方法,
(4) unicode.encode()
unicode对象的方法,将unicode对象转成其它相应编码的str字符串对象,如gb2312.
(5) unicode.decode()
unicode对象的方法
具体方法:
1)、修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,即SELINUX="disabled";
2)、执行命令:setenforce 0。
1)、修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,即SELINUX="disabled";
2)、执行命令:setenforce 0。