摘要: function del_dir($dir) { if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') { $str = "rmdir /s/q " . $dir; } else { $str = "rm -Rf " . $dir; } exec($str,$output,$retval); ... 阅读全文
posted @ 2016-12-12 16:43 male110 阅读(74) 评论(0) 推荐(0) 编辑
摘要: jquery autocomplete插件 https://goodies.pixabay.com/jquery/auto-complete/demo.html autocomplete-table 以表格形式提示: http://vyasrao.github.io/tAutocomplete/ 阅读全文
posted @ 2016-11-20 14:42 male110 阅读(65) 评论(0) 推荐(0) 编辑
摘要: mydate97: http://www.my97.net/dp/demo/index.htm 阅读全文
posted @ 2016-10-22 08:14 male110 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 如果ifconfig命令不存在 阅读全文
posted @ 2016-10-12 09:38 male110 阅读(158) 评论(0) 推荐(0) 编辑
摘要: php文件日志类,按年月日组织目录结构。 阅读全文
posted @ 2016-10-11 14:41 male110 阅读(474) 评论(0) 推荐(0) 编辑
摘要: http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1702502&authorid=4532202&page=1 阅读全文
posted @ 2016-10-10 06:52 male110 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Codeigniter CRUD生成工具 http://crudigniter.com/ 阅读全文
posted @ 2016-09-22 11:30 male110 阅读(147) 评论(0) 推荐(0) 编辑
摘要: daocloud:https://www.daocloud.io/ 网易蜂巢:https://c.163.com/ 阅读全文
posted @ 2016-09-22 07:13 male110 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 好用的在线作图工具processon https://www.processon.com/ 阅读全文
posted @ 2016-09-22 07:05 male110 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 常用人JS弹窗,lhgDialog 4.20 阅读全文
posted @ 2016-09-22 07:03 male110 阅读(102) 评论(0) 推荐(0) 编辑