MYSQL爬坑路
wangjj20
全部博文(43)
2016年(1)
2015年(5)
2014年(5)
2013年(14)
2012年(18)
fengzhan
cysummer
sleekguy
sagewg
岁伏
justin_s
ip1981
mfkqwyc8
chengxuy
煩人的小
ftc007
ooooldma
turingbt
分类: PERL
2013-09-25 17:13:45
输入输出utf8化
-----------------------
use utf8;
binmode(STDIN, ':encoding(utf8)');
binmode(STDOUT, ':encoding(utf8)');
binmode(STDERR, ':encoding(utf8)');
上一篇:shell注释大段代码的方法
下一篇:mysql 启动错误
登录 注册