上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 177 下一页
摘要: if($msg->type eq "friend_message"){#接收到好友消息 $sender = $msg->sender; #获取到该好友对象 $friend=$sender->displayname; # print "我的好友... 阅读全文
posted @ 2016-04-24 13:52 czcb 阅读(181) 评论(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 阅读(151) 评论(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 阅读(338) 评论(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 阅读(720) 评论(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 阅读(327) 评论(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 阅读(236) 评论(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 阅读(214) 评论(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 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、模板包含 在模板中变量用[变量]接受 二、模板渲染 1、自动开启模板渲染 设置配置文件 'LAYOUT_ON'=>true,//开启模板渲染 准备一个模板渲染页面,在页面中使用{__CONTENT__}接受具体模板页面的内容 如果在摸一... 阅读全文
posted @ 2016-04-21 15:23 czcb 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、模板包含 在模板中变量用[变量]接受 二、模板渲染 1、自动开启模板渲染 设置配置文件 'LAYOUT_ON'=>true,//开启模板渲染 准备一个模板渲染页面,在页面中使用{__CONTENT__}接受具体模板页面的内容 如果在摸一... 阅读全文
posted @ 2016-04-21 15:23 czcb 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 177 下一页