上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 35 下一页
摘要: 转自:http://www.cnblogs.com/linjiqin/p/4547452.html 1.首先在页面上有<ul/>标签 2.定义ztree的配置参数 3.获得ztree所要绑定的数据,可以使用静态数据也可以使用ajax获取的数据a)Ztree的数据有两种格式,标准格式如下:标准的 JS 阅读全文
posted @ 2016-03-19 17:52 绿尘枫 阅读(10443) 评论(0) 推荐(2) 编辑
摘要: 博客: http://www.cnblogs.com/linjiqin/p/3433635.html http://blog.csdn.net/windxxf/article/details/7520340 http://gqsunrise.iteye.com/blog/1933366 jq插件库: 阅读全文
posted @ 2016-03-19 17:28 绿尘枫 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1.Kali-linux安装之后的简单设置 :http://xiao106347.blog.163.com/blog/static/215992078201342410347137/ 2.kali文件系统:http://www.cnblogs.com/yyyyy5101/articles/19018 阅读全文
posted @ 2016-03-18 18:38 绿尘枫 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/ManMonth/archive/2010/01/14/1648010.html 问题: 运行程序更新时出现报错: 无法获得锁 /var/lib/dpkg/lock - open (11: 资源临时不可用) 解决:其实这是因为有另外一个程序在运行, 阅读全文
posted @ 2016-03-18 18:11 绿尘枫 阅读(145) 评论(0) 推荐(0) 编辑
摘要: //把当前日期时间以指定的格式转成字符串 $date_out=date ( 'Y-m-d H:i:s', time () ); //把时间字符串改成时间戳 $aab=strtotime($date_out); //计算天数 $NowTime = $proall['date']; $aab=strtotime($NowTime); $NowTime=date('Y-m... 阅读全文
posted @ 2016-03-18 11:43 绿尘枫 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 参考网址: http://www.thinkphp.cn/topic/7749.html http://blog.csdn.net/stxyc/article/details/44650971 php生成二维码的几种方式方法:http://blog.csdn.net/small_rice_/arti 阅读全文
posted @ 2016-03-18 10:02 绿尘枫 阅读(2615) 评论(0) 推荐(0) 编辑
摘要: 例如我要找到user_jj表保存数据的语句 做法:editplus选择正则表达式输入 user_jj.*save 就可以定位到:M('user_jj')->where(array('tgbz_id'=>$peiduidate['id']))->save(array('zt'=>0)); 错误的做法: 阅读全文
posted @ 2016-03-17 10:08 绿尘枫 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.kali.org.cn/thread-21271-1-1.html 阅读全文
posted @ 2016-03-16 12:39 绿尘枫 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 模板文件和php网页都可以 阅读全文
posted @ 2016-03-16 11:50 绿尘枫 阅读(857) 评论(0) 推荐(0) 编辑
摘要:     错误: 正确: 阅读全文
posted @ 2016-03-15 09:34 绿尘枫 阅读(350) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 35 下一页