上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 177 下一页
摘要: [root@dr-mysql01 ~]# cat f1.pl use Encode;print "验证111\n";my $d=encode_utf8('验证');print $d;print "\n";[root@dr-mysql01 ~]# perl f1.pl 验证111验证 [r... 阅读全文
posted @ 2016-06-30 19:24 czcb 阅读(69) 评论(0) 推荐(0) 编辑
摘要: [root@dr-mysql01 ~]# cat f1.pl use Encode;print "验证111\n";my $d=encode_utf8('验证');print $d;print "\n";[root@dr-mysql01 ~]# perl f1.pl 验证111验证 [r... 阅读全文
posted @ 2016-06-30 19:24 czcb 阅读(106) 评论(0) 推荐(0) 编辑
摘要: [root@dr-mysql01 ~]# cat getx.pl use LWP::UserAgent; $ua = LWP::UserAgent->new;# @header = (# 'accept'=> "application/json",# 'content-type'=>... 阅读全文
posted @ 2016-06-30 17:37 czcb 阅读(131) 评论(0) 推荐(0) 编辑
摘要: [root@dr-mysql01 ~]# cat getx.pl use LWP::UserAgent; $ua = LWP::UserAgent->new;# @header = (# 'accept'=> "application/json",# 'content-type'=>... 阅读全文
posted @ 2016-06-30 17:37 czcb 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 127.0.0.1:6379> keys *b4f107c6-e96c-4a1e-8402-a3be9a619847*1) "shiro_redis_session:b4f107c6-e96c-4a1e-8402-a3be9a619847"127.0.0.1:6379> get "shiro_... 阅读全文
posted @ 2016-06-30 15:49 czcb 阅读(42297) 评论(0) 推荐(0) 编辑
摘要: 127.0.0.1:6379> keys *b4f107c6-e96c-4a1e-8402-a3be9a619847*1) "shiro_redis_session:b4f107c6-e96c-4a1e-8402-a3be9a619847"127.0.0.1:6379> get "shiro_... 阅读全文
posted @ 2016-06-30 15:49 czcb 阅读(50037) 评论(0) 推荐(0) 编辑
摘要: use Net::SMTP;use LWP::UserAgent;use HTTP::Cookies;use HTTP::Headers;use HTTP::Response;use Encode;use Switch;use File::Temp qw/tempfile/;use HTTP::... 阅读全文
posted @ 2016-06-30 14:32 czcb 阅读(443) 评论(0) 推荐(0) 编辑
摘要: [root@dr-mysql01 ~]# cat getx.pl use LWP::UserAgent; $ua = LWP::UserAgent->new; @header = ( 'accept'=> "application/json", 'content-type'=> "a... 阅读全文
posted @ 2016-06-30 11:17 czcb 阅读(126) 评论(0) 推荐(0) 编辑
摘要: [root@dr-mysql01 ~]# cat getx.pl use LWP::UserAgent; $ua = LWP::UserAgent->new; @header = ( 'accept'=> "application/json", 'content-type'=> "a... 阅读全文
posted @ 2016-06-30 11:17 czcb 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、ThinkPHP 3 的CURD管理用户信息 http://localhost:8080/thinkphp/index.php/User/index访问User类的index方法模板不存在[./Home/Tpl/User/index.html] 需要模板文件C:\wamp\w... 阅读全文
posted @ 2016-06-29 23:41 czcb 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 177 下一页