摘要:
最近工作需要,需要读写CSV文件的数据,简单封装了一下 依赖读写CSV文件只需引用`javacsv`这个依赖就可以了 读文件 因为甜大王比较喜欢将读取的一列封装为一个Object,同时为了工具更通用返回的结果类型是一个List<T> 写文件 附:完整代码 阅读全文
摘要:
1.Exchanger 功能:用于线程间数据的交换 应用场景:1)遗传算法,目前还不是特别理解 2)校对工作,假设A,B线程做同一件任务,可以通过数据校验判断两线程是否正确的工作 例子:是一个简单的校对工作例子 Exchanger类中最重要的一个方法就是exchange(),该方法用于交换信息,并且 阅读全文
摘要:
java并发中的Semaphore 阅读全文
摘要:
java内存区域分析及java对象的创建 阅读全文
摘要:
使用mybatis分页插件PageHelper报错Caused by: java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor 阅读全文
摘要:
解决Exception in thread "main" java.nio.BufferOverflowException报错 阅读全文
摘要:
解决mybatis报错:Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer 阅读全文
摘要:
解决SpringMVC整合SpringSecurity的报错:Caused by: java.lang.IllegalArgumentException: A universal match pattern ('/**') is defined before other patterns in the filter chain, causing them to be ignored. Please check the ordering in your 阅读全文
摘要:
kaptcha生成java验证码 阅读全文