上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: /** * 权限拦截器 * * @author yanglizhe * */ public class AuthorityInterceptor extends HandlerInterceptorAdapter{ @Override public boolean preHandle(HttpServletRequest request, HttpServletRe... 阅读全文
posted @ 2017-11-01 09:18 rubekid 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: /** * CryptoJS core components. */ var CryptoJS = CryptoJS || (function (Math, undefined) { /* * Local polyfil of Object.create */ var create = Object.... 阅读全文
posted @ 2017-09-21 11:53 rubekid 阅读(1935) 评论(0) 推荐(0) 编辑
摘要: 修改 prod.env.js 阅读全文
posted @ 2017-09-13 23:34 rubekid 阅读(324) 评论(0) 推荐(0) 编辑
摘要: /************动画效果**************/ .fade{ animation:fade 2s infinite; -webkit-animation:fade 2s infinite; -moz-animation:fade 2s infinite; -ms-animation:fade 2s infinite; -o-animation:fade 2s infi... 阅读全文
posted @ 2017-09-12 11:54 rubekid 阅读(186) 评论(0) 推荐(0) 编辑
摘要: connect_error) { die("连接失败: " . $conn->connect_error); } mysqli_query("set names utf8"); $result = $conn->query('show tables', $mysql_conn); if ($result->num_rows > 0) { // 取得所有表名 while ... 阅读全文
posted @ 2017-07-21 00:01 rubekid 阅读(273) 评论(0) 推荐(0) 编辑
摘要: yum install jemalloc wget http://www6.atomicorp.com/channels/atomic/centos/6/x86_64/RPMS/redis-3.0.7-4.el6.art.x86_64.rpm rpm -ivh redis-3.0.7-4.el6.a 阅读全文
posted @ 2017-07-15 08:58 rubekid 阅读(650) 评论(0) 推荐(0) 编辑
摘要: centos 6.5安装NodeJS 下载 可以在本地下载node.js最新版,然后通过ftp工具上传到服务器,或者直接在服务器终端使用wget命令下载(我当时下载的是node-v7.5.0-linux-x86版本,其他版本请查看上面链接然后替换即可): 解压 进入服务器终端,找到上传或者下载的安装 阅读全文
posted @ 2017-06-22 22:43 rubekid 阅读(3978) 评论(0) 推荐(1) 编辑
摘要: 1、jenkins安装 sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo sudo rpm --import https://jenkins-ci.org/redhat/j 阅读全文
posted @ 2017-06-21 21:49 rubekid 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 版本问题,最直接的解决办法就是重新编辑安装git吧: 1. 下载:# wget -O git.zip https://github.com/git/git/archive/master.zip 2. 解压:# unzip git.zip 3. 进入git目录:# cd git-master 4. 编 阅读全文
posted @ 2017-06-17 00:39 rubekid 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: function checkIDCard(no){ if(!no){ return false; } var baseRegx = /^([1-9]([0-9]{13}([0-9]|X|x))|(([0-9]{17})([0-9]|X|x)))$/; var h... 阅读全文
posted @ 2017-05-02 14:44 rubekid 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页