上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 82 下一页
摘要: 参考:http://www.importnew.com/10017.html 阅读全文
posted @ 2018-06-20 22:52 lshan 阅读(149) 评论(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 阅读(503) 评论(0) 推荐(0) 编辑
摘要: SonarLint(Sonar) 代码质量管理 SonarLint(Sonar) 代码质量管理 一、Sonar是什么? Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量 通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等 阅读全文
posted @ 2018-06-20 19:38 lshan 阅读(1778) 评论(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 阅读(2465) 评论(0) 推荐(0) 编辑
摘要: 1.转PDF test 工具类: 阅读全文
posted @ 2018-06-20 16:31 lshan 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 指定jdk 的版本: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreemen 阅读全文
posted @ 2018-06-18 22:49 lshan 阅读(167) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-18 21:02 lshan 阅读(65) 评论(0) 推荐(0) 编辑
摘要: SimpleDateFormat担当重任,怎样格式化都行 import java.util.Date; import java.text.SimpleDateFormat; public class Demo { public static void main(String[] args) { Date now=new Date(); SimpleDateFormat f=newSi... 阅读全文
posted @ 2018-06-18 14:18 lshan 阅读(1421) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-18 00:59 lshan 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 语法: <aop:config> <!-- 配置多个切点,&& || ! --> <aop:pointcut id="pc" expression="execution(public * com.wtas.*.service.*.*(..)) || execution(public * com.wt 阅读全文
posted @ 2018-06-16 17:38 lshan 阅读(684) 评论(0) 推荐(0) 编辑
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 82 下一页