上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: 其实,很简单,找到zend studio 安装目录,G:\zend studio\plugins,把文件com.zend.verifier_12.5.1.v20150514-2003.jar替换成压缩包里的jar文件,注意,jar文件名字还是用原先的。然后输入注册码即可 阅读全文
posted @ 2016-01-18 21:02 屌丝IT男 阅读(319) 评论(0) 推荐(0) 编辑
摘要: PHP代码:where($where)->count(); $pagecount=10; $page=new \Think\Page($count,$pagecount); $page->setConfig('first','首页'); $pa... 阅读全文
posted @ 2016-01-17 20:51 屌丝IT男 阅读(472) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO `user`( `name`, `password`, `sex`, `age`, `email`, `mypage`, `salary`) SELECT `name`, `password`, `sex`, `age`, `email`, `mypage`, `salar... 阅读全文
posted @ 2016-01-17 17:43 屌丝IT男 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 浏览器的兼容:_ ie6认识 格式:_width:100px;要写在最后面来覆盖前面的。* ie6和ie7都认识 格式:* width:100px;要写在最后面来覆盖前面的。\0 ie8认识 格式:margin-top:12px\0; 要写在最后面来覆盖前面的。\9 ie9认识 格式:margin-... 阅读全文
posted @ 2016-01-14 20:27 屌丝IT男 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 代码: Document 测试 效果: 阅读全文
posted @ 2016-01-13 22:03 屌丝IT男 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 先去ueditou.baidu.com网站下载百度编辑器,放到项目根目录下的Data目录中,然后引入文件 Document 效果图: 阅读全文
posted @ 2016-01-10 17:23 屌丝IT男 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 方法:static public function getChildren($data,$pid){ $arr=array(); foreach ($data as $v) { if ($v['pid']==$pid) { ... 阅读全文
posted @ 2016-01-10 16:16 屌丝IT男 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 方法:static public function getParents($data,$id){ $arr=array(); foreach ($data as $v) { if ($v['id']==$id) { $a... 阅读全文
posted @ 2016-01-10 15:59 屌丝IT男 阅读(809) 评论(0) 推荐(0) 编辑
摘要: 方法代码: static public function unlimitedForLayer($data,$pid=0){ $arr=array(); foreach ($data as $v) { if ($v['pid']==$pid) {... 阅读全文
posted @ 2016-01-10 15:37 屌丝IT男 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 在Home模块下建一个Clas文件夹,里面建一个Cate.class.php类文件,类文件代码:php代码如下:array( 'id'=>1, 'pid'=>0 ), ... 阅读全文
posted @ 2016-01-10 14:55 屌丝IT男 阅读(849) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页