摘要:
if($msg->type eq "friend_message"){#接收到好友消息 $sender = $msg->sender; #获取到该好友对象 $friend=$sender->displayname; # print "我的好友... 阅读全文
posted @ 2016-04-24 13:52
czcb
阅读(188)
评论(0)
推荐(0)
摘要:
AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client 一个简单的非堵塞的 HTTP/HTTPS 客户端:use AnyEvent::HTTP;http_get “http://www.nethype.de/“, su... 阅读全文
posted @ 2016-04-22 13:57
czcb
阅读(358)
评论(0)
推荐(0)
摘要:
AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client 一个简单的非堵塞的 HTTP/HTTPS 客户端:use AnyEvent::HTTP;http_get “http://www.nethype.de/“, su... 阅读全文
posted @ 2016-04-22 13:57
czcb
阅读(193)
评论(0)
推荐(0)
摘要:
异步超时设置:例子:Example: do a simple HTTP GET request for http://www.nethype.de/ and print the response body. http_request GET => "http://www.nethype.de... 阅读全文
posted @ 2016-04-22 09:55
czcb
阅读(731)
评论(0)
推荐(0)
摘要:
异步超时设置:例子:Example: do a simple HTTP GET request for http://www.nethype.de/ and print the response body. http_request GET => "http://www.nethype.de... 阅读全文
posted @ 2016-04-22 09:55
czcb
阅读(335)
评论(0)
推荐(0)
摘要:
Mongodb 配置用户密码:首先创建admin数据库的用户密码再创建pics的用户名密码> show databases;admin 0.203125GBlocal 0.078125GBpics 0.953125GBtest (empty)> use admin;switched to db ... 阅读全文
posted @ 2016-04-21 16:50
czcb
阅读(252)
评论(0)
推荐(0)
摘要:
Mongodb 配置用户密码:首先创建admin数据库的用户密码再创建pics的用户名密码> show databases;admin 0.203125GBlocal 0.078125GBpics 0.953125GBtest (empty)> use admin;switched to db ... 阅读全文
posted @ 2016-04-21 16:50
czcb
阅读(223)
评论(0)
推荐(0)
摘要:
第二部:创建用户定位到D:\Program Files \mongodb\bin,使用mongo.exe进入mongodb的命令行管理。键入命令:>use admin>db.addUser(“root”, “root”)现在我们为mongodb的admin数据库添加一个用户root,密码也是ro... 阅读全文
posted @ 2016-04-21 15:33
czcb
阅读(416)
评论(0)
推荐(0)
摘要:
本节课大纲:一、模板包含 在模板中变量用[变量]接受 二、模板渲染 1、自动开启模板渲染 设置配置文件 'LAYOUT_ON'=>true,//开启模板渲染 准备一个模板渲染页面,在页面中使用{__CONTENT__}接受具体模板页面的内容 如果在摸一... 阅读全文
posted @ 2016-04-21 15:23
czcb
阅读(262)
评论(0)
推荐(0)
摘要:
本节课大纲:一、模板包含 在模板中变量用[变量]接受 二、模板渲染 1、自动开启模板渲染 设置配置文件 'LAYOUT_ON'=>true,//开启模板渲染 准备一个模板渲染页面,在页面中使用{__CONTENT__}接受具体模板页面的内容 如果在摸一... 阅读全文
posted @ 2016-04-21 15:23
czcb
阅读(172)
评论(0)
推荐(0)
浙公网安备 33010602011771号