上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 177 下一页
摘要: else{ $hash{$phone}="没有找到需要的验证码信息"; $c->render(json => \%hash ); 阅读全文
posted @ 2016-04-29 14:51 czcb 阅读(165) 评论(0) 推荐(0) 编辑
摘要: redirect('Login/index'); } } public function index(){ $city=M('city'); //返回Model实例 //返回数组 $arr=$city->select(); //dump($arr); $this->assig... 阅读全文
posted @ 2016-04-29 09:56 czcb 阅读(471) 评论(0) 推荐(0) 编辑
摘要: redirect('Login/index'); } } public function index(){ $city=M('city'); //返回Model实例 //返回数组 $arr=$city->select(); //dump($arr); $this->assig... 阅读全文
posted @ 2016-04-29 09:56 czcb 阅读(576) 评论(0) 推荐(0) 编辑
摘要: activemq:redis01:/root# cp apache-activemq-5.13.2-bin.tar.gz /usr/local/安装目录:redis01:/usr/local/apache-activemq-5.13.2# pwd/usr/local/apache-activem... 阅读全文
posted @ 2016-04-29 09:26 czcb 阅读(143) 评论(0) 推荐(0) 编辑
摘要: activemq:redis01:/root# cp apache-activemq-5.13.2-bin.tar.gz /usr/local/安装目录:redis01:/usr/local/apache-activemq-5.13.2# pwd/usr/local/apache-activem... 阅读全文
posted @ 2016-04-29 09:26 czcb 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #本节课大纲:一、空模块和空操作 1、空操作 function _empty($name){ $this->show("$name 不存在 返回首页"); } 2.空模块 class EmptyAction extends Action{ function index(){ $ci... 阅读全文
posted @ 2016-04-28 17:28 czcb 阅读(223) 评论(0) 推荐(0) 编辑
摘要: #本节课大纲:一、空模块和空操作 1、空操作 function _empty($name){ $this->show("$name 不存在 返回首页"); } 2.空模块 class EmptyAction extends Action{ function index(){ $ci... 阅读全文
posted @ 2016-04-28 17:28 czcb 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、空模块和空操作 1、空操作 function _empty($name){ $this->show("$name 不存在 返回首页"); } 2.空模块 class EmptyAction extends Action{ function index(){ $cit... 阅读全文
posted @ 2016-04-28 15:16 czcb 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、空模块和空操作 1、空操作 function _empty($name){ $this->show("$name 不存在 返回首页"); } 2.空模块 class EmptyAction extends Action{ function index(){ $cit... 阅读全文
posted @ 2016-04-28 15:16 czcb 阅读(322) 评论(0) 推荐(0) 编辑
摘要: HTML::Entities 编码或解码 HTML 实体的字符串 use HTML::Entities; $a = "Våre norske tegn bør æres"; decode_entities($a); encode_entities($a, "\200-\377"); 比如, ... 阅读全文
posted @ 2016-04-28 10:19 czcb 阅读(473) 评论(0) 推荐(0) 编辑
上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 177 下一页