雕刻时光

just do it……nothing impossible
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 50 下一页

2019年4月4日

摘要: 避免写两个判断 org.springframework.util.CollectionUtils 方法: public static boolean isEmpty(Collection collection){return collection == null || collection.isEm 阅读全文

posted @ 2019-04-04 16:55 huhuuu 阅读(5267) 评论(0) 推荐(0) 编辑

2019年2月1日

摘要: MessageFormat.format("region = '{0}'", "en");实际结果是region = {0}如果需要被替换的话,需要用双单引号 MessageFormat.format("region = ''{0}''", "en"); 阅读全文

posted @ 2019-02-01 18:31 huhuuu 阅读(2862) 评论(0) 推荐(1) 编辑

2018年11月19日

摘要: 问题:写单元测试,debug时,报错 解决方法: 在项目/.idea/workspace.xml文件中添加一行代码如下 <component name="PropertiesComponent"> ... <property name="dynamic.classpath" value="true" 阅读全文

posted @ 2018-11-19 12:10 huhuuu 阅读(384) 评论(0) 推荐(0) 编辑

2018年9月29日

摘要: https://blog.csdn.net/kkgbn/article/details/72777750 阅读全文

posted @ 2018-09-29 12:13 huhuuu 阅读(1356) 评论(0) 推荐(0) 编辑

2018年9月7日

摘要: https://blog.csdn.net/liubenlong007/article/details/78180333 阅读全文

posted @ 2018-09-07 17:37 huhuuu 阅读(545) 评论(0) 推荐(0) 编辑

2018年6月29日

摘要: 一列里面找出重复数据并且高亮:https://zhidao.baidu.com/question/564048100.html 阅读全文

posted @ 2018-06-29 11:38 huhuuu 阅读(189) 评论(0) 推荐(0) 编辑

2018年6月6日

摘要: 转自:https://blog.csdn.net/zhemeban/article/details/71901759 Example类是什么? Example类指定如何构建一个动态的where子句. 表中的每个non-BLOB列可以被包括在where子句中. 例子是展示此类用法的最好方式. Exam 阅读全文

posted @ 2018-06-06 22:37 huhuuu 阅读(2698) 评论(0) 推荐(0) 编辑

2017年11月22日

摘要: 问题描述: Information:Using javac 1.6.0_43 to compile java sourcesInformation:java: Errors occurred while compiling module 'searchwork.core.agent'Informat 阅读全文

posted @ 2017-11-22 20:40 huhuuu 阅读(1047) 评论(0) 推荐(0) 编辑

2017年11月8日

摘要: import java.lang.reflect.Field;import java.util.HashMap; 阅读全文

posted @ 2017-11-08 15:50 huhuuu 阅读(14448) 评论(0) 推荐(0) 编辑

2017年6月20日

摘要: 更多写法参考:http://www.cnblogs.com/martinzhang/p/3220595.html 阅读全文

posted @ 2017-06-20 14:10 huhuuu 阅读(489) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 50 下一页