上一页 1 2 3 4 5 6 7 ··· 14 下一页
  2019年10月16日
摘要: /** * 遍历目录 * @staticvar int $depth * @staticvar array $path * @param type $dir * @param type $clear 是否销毁静态变量 * @return string|boolean */ public function _scan($dir, $clear = false) { static $depth = 0 阅读全文
posted @ 2019-10-16 18:50 bandbandme 阅读(186) 评论(0) 推荐(0) 编辑
  2019年10月10日
摘要: 同步项目 rsync_xxxx.sh #!/bin/bash F_CODE_DIR=" /usr/local/var/www/S/xxxx" RSYNC_PROJECT="/usr/local/var/www/S/xxxx_test" #svn up --non-interactive --user 阅读全文
posted @ 2019-10-10 10:19 bandbandme 阅读(133) 评论(0) 推荐(0) 编辑
  2019年9月29日
摘要: 安装mysql brew install mysql We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation MySQL is configure 阅读全文
posted @ 2019-09-29 14:50 bandbandme 阅读(176) 评论(0) 推荐(0) 编辑
  2019年8月15日
摘要: 添加Dao层 添加Module层 阅读全文
posted @ 2019-08-15 14:00 bandbandme 阅读(308) 评论(0) 推荐(0) 编辑
  2019年8月8日
摘要: /** * 清除记录 */public function clear_apply_row() { $trial_id = $this->input->get('trial_id', ture); $phone = $this->get_clear_phone_line(); $this->load->database(); ... 阅读全文
posted @ 2019-08-08 15:11 bandbandme 阅读(1295) 评论(0) 推荐(0) 编辑
  2019年7月25日
摘要: #!/bin/sh -e # svn log -r 2484:2444 | grep 'r' | cut -d '|' -f1 | cut -d 'r' -f2 | sort -n > /tmp/version.txt # # 开发目录 maindir="/usr/local/var/www/A/qmmy" # 主干目录 trunkdir="/usr/local/var/www/A/qmmy... 阅读全文
posted @ 2019-07-25 16:54 bandbandme 阅读(528) 评论(0) 推荐(0) 编辑
摘要: http://www.woshipm.com/pmd/868722.html http://www.woshipm.com/zhichang/2329530.html 阅读全文
posted @ 2019-07-25 15:23 bandbandme 阅读(116) 评论(0) 推荐(0) 编辑
  2019年7月16日
摘要: 三级分类名称 var WEBDOMAIN = ''; var catNamesJson = ''; KISSY.use('node, io, combobox, json', function(S, Node, IO, ComboBox, JSON) { var $ = KISSY.... 阅读全文
posted @ 2019-07-16 10:23 bandbandme 阅读(921) 评论(0) 推荐(0) 编辑
  2019年6月3日
摘要: MySQL的FIND_IN_SET()函数 NSERT INTO `test` VALUES (1, 'name', 'daodao,xiaohu,xiaoqin'); INSERT INTO `test` VALUES (2, 'name2', 'xiaohu,daodao,xiaoqin'); 阅读全文
posted @ 2019-06-03 19:37 bandbandme 阅读(578) 评论(0) 推荐(0) 编辑
  2019年5月24日
摘要: 指定的元素(属于被选元素的子元素)添加一个或多个事件处理程序,并规定当这些事件发生时运行的函数。 delegate(selector,[type],[data],fn) http://jquery.cuishifeng.cn/delegate.html 阅读全文
posted @ 2019-05-24 13:57 bandbandme 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页