240
世界上有10种人,一种懂二进制,另一种不懂二进制。
摘要: 1.变量申明未赋值 var type; //type 变量未赋值 1. type==undefined //true 2. type undefined //true 3. typeof(type)=='undefined' //true 4. typeof(type) 'undefined' // 阅读全文
posted @ 2017-03-05 16:49 unionline 阅读(9249) 评论(0) 推荐(0)
摘要: 案例是MySQL5.5(3306端口)和MySQL5.6(3307端口)。 1. 修改C:\Program Files (x86)\MySQL\MySQL Server 5.6\下的my-xxx.ini 为my.ini 并修改里面代码如下: 2. cmd 进入C:\Program Files (x8 阅读全文
posted @ 2017-03-05 11:01 unionline 阅读(1069) 评论(0) 推荐(0)
摘要: SonarQube升级注意事项 0. 前提条件 如果之前是使用sonarqube5.2 + sonar-runner-2.4 +MySQL5.5版本或者类似的组合。 安装方法请参照SonarQube代码质量管理工具安装与使用(sonarqube5.1.2 + sonar-runner-dist-2. 阅读全文
posted @ 2017-03-05 10:58 unionline 阅读(1011) 评论(0) 推荐(0)
摘要: 1. SonarQube安装(sonarqube5.1.2 + sonar-runner-dist-2.4) 1.1 前提条件 1) 已安装Java环境(version:1.7+) 2) 已安装MySQL数据库(version:5.x) 下载SonarQube: http://www.sonarqu 阅读全文
posted @ 2017-03-05 10:39 unionline 阅读(4410) 评论(0) 推荐(0)