摘要:
参考:http://www.importnew.com/10017.html 阅读全文
posted @ 2018-06-20 22:52
lshan
阅读(160)
评论(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
阅读(567)
评论(0)
推荐(0)
摘要:
SonarLint(Sonar) 代码质量管理 SonarLint(Sonar) 代码质量管理 一、Sonar是什么? Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量 通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等 阅读全文
posted @ 2018-06-20 19:38
lshan
阅读(1798)
评论(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
阅读(2738)
评论(0)
推荐(0)
摘要:
1.转PDF test 工具类: 阅读全文
posted @ 2018-06-20 16:31
lshan
阅读(836)
评论(0)
推荐(0)