摘要: mysql create database 指定utf-8编码 CREATE DATABASE IF NOT EXISTS thinkphp DEFAULT CHARSET utf8 COLLATE utf8_general_ci; COLLATE 校对 阅读全文
posted @ 2017-12-09 17:35 盘思动 阅读(515) 评论(1) 推荐(0) 编辑
摘要: https://github.com/zhoushengmufc/iosselect 阅读全文
posted @ 2017-12-09 14:33 盘思动 阅读(221) 评论(0) 推荐(0) 编辑
摘要: if (_this.hasClass('default_btn_is')){ _this.removeClass('default_btn_is'); _this.addClass('default_btn_not'); _this.data('val',0); console.log(_this.data('val'));... 阅读全文
posted @ 2017-12-09 11:35 盘思动 阅读(4106) 评论(0) 推荐(0) 编辑
摘要: utils = { setParam : function (name,value){ var uid = $('#uid').val(); name = name + '_' + uid; //console.log("set_" + name); localStorage.setItem(name,value); ... 阅读全文
posted @ 2017-12-09 09:31 盘思动 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: crontab -e ================>自动执行某脚本!!!!!!! 1001 ls 1002 cd /home/wwwroot/default/ 1003 ls 1004 crontab -e 1005 pwd 1006 crontab -e 阅读全文
posted @ 2017-12-09 09:28 盘思动 阅读(472) 评论(0) 推荐(0) 编辑