posted @ 2019-04-04 16:55 huhuuu 阅读(5268) 评论(0) 推荐(0) 编辑
摘要:
避免写两个判断 org.springframework.util.CollectionUtils 方法: public static boolean isEmpty(Collection collection){return collection == null || collection.isEm 阅读全文
摘要:
MessageFormat.format("region = '{0}'", "en");实际结果是region = {0}如果需要被替换的话,需要用双单引号 MessageFormat.format("region = ''{0}''", "en"); 阅读全文
posted @ 2019-02-01 18:31 huhuuu 阅读(2935) 评论(0) 推荐(1) 编辑
摘要:
问题:写单元测试,debug时,报错 解决方法: 在项目/.idea/workspace.xml文件中添加一行代码如下 <component name="PropertiesComponent"> ... <property name="dynamic.classpath" value="true" 阅读全文
posted @ 2018-11-19 12:10 huhuuu 阅读(386) 评论(0) 推荐(0) 编辑
摘要:
https://blog.csdn.net/kkgbn/article/details/72777750 阅读全文
posted @ 2018-09-29 12:13 huhuuu 阅读(1357) 评论(0) 推荐(0) 编辑
摘要:
https://blog.csdn.net/liubenlong007/article/details/78180333 阅读全文
posted @ 2018-09-07 17:37 huhuuu 阅读(560) 评论(0) 推荐(0) 编辑
摘要:
一列里面找出重复数据并且高亮:https://zhidao.baidu.com/question/564048100.html 阅读全文
posted @ 2018-06-29 11:38 huhuuu 阅读(189) 评论(0) 推荐(0) 编辑
摘要:
转自:https://blog.csdn.net/zhemeban/article/details/71901759 Example类是什么? Example类指定如何构建一个动态的where子句. 表中的每个non-BLOB列可以被包括在where子句中. 例子是展示此类用法的最好方式. Exam 阅读全文
posted @ 2018-06-06 22:37 huhuuu 阅读(2713) 评论(0) 推荐(0) 编辑
摘要:
问题描述: 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 阅读(1050) 评论(0) 推荐(0) 编辑