上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 83 下一页
摘要: 1.依赖: 2.配置sonar的主机ip 2.1在maven的setting.xml 文件中添加 3.在eclipse中安装sonar link 直接在搜索sonar 即可 4.检测使用的密令: 查询Test 覆盖率: Test 整个项目的 质量 5.登录到sonar 页面查看结果: 如 阅读全文
posted @ 2018-06-21 19:43 lshan 阅读(251) 评论(0) 推荐(0) 编辑
摘要: ubuntu:1、安装x11vnc sudo apt-get install x11vnc 2、设置密码 x11vnc -storepasswd 3、启动x11vnc(每次windows远程控制,都需要启动x11vnc) x11vnc -forever -shared -rfbauth ~/.vnc 阅读全文
posted @ 2018-06-21 14:31 lshan 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: 1.认证头 ***************************************************************************/ public class URLHttpUtils { private static final Logger logger = Lo 阅读全文
posted @ 2018-06-21 13:51 lshan 阅读(164) 评论(0) 推荐(0) 编辑
摘要: eclipse class decompile 阅读全文
posted @ 2018-06-21 10:46 lshan 阅读(141) 评论(0) 推荐(0) 编辑
摘要: public class DateUtils { private static final Logger LOGGER = LoggerFactory.getLogger(DateUtils.class); /** * @param str * want to convert to date for 阅读全文
posted @ 2018-06-21 09:39 lshan 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.importnew.com/10017.html 阅读全文
posted @ 2018-06-20 22:52 lshan 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 参考来源:https://jingyan.baidu.com/article/2a1383289bea98074a134ff6.html 工具/原料 版本要求Eclipse(4.2,3.8)以上,Java 3.1.2,JavaScript 2。 参考来源:https://jingyan.baidu. 阅读全文
posted @ 2018-06-20 22:39 lshan 阅读(519) 评论(0) 推荐(0) 编辑
摘要: SonarLint(Sonar) 代码质量管理 SonarLint(Sonar) 代码质量管理 一、Sonar是什么? Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量 通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等 阅读全文
posted @ 2018-06-20 19:38 lshan 阅读(1781) 评论(0) 推荐(0) 编辑
摘要: import sun.misc.BASE64Decoder; public class Base64 { /** * 字符串转Base64编码 * @param s * @return */ public static String getBASE64(String s) { if ... 阅读全文
posted @ 2018-06-20 17:36 lshan 阅读(2545) 评论(0) 推荐(0) 编辑
摘要: 1.转PDF test 工具类: 阅读全文
posted @ 2018-06-20 16:31 lshan 阅读(814) 评论(0) 推荐(0) 编辑
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 83 下一页