还单身帆布鞋

文章
2
资源
0
加入时间
3年0月9天

subList引起的java.util.ConcurrentModificationException原因解析

最近需要处理一份挺大的数据,因此想到用多线程,将文件数据读到list,然后切割成n份处理,结果报了ConcurrentModificationException,大概的代码如下: public void execute(ExecutorContext executorContext) { List<String> lists = Utils.readFile2List("list.txt"); lists = lists

U盘exe病毒导致电脑中毒解决方案

U盘插在学校周围的打印店,很容易受到exe病毒的影响,使得U盘中的文件夹变成exe,若电脑中没有杀毒软件或者处于关闭状态的话,容易导致电脑中This computer is being attacked病毒,亲身经历。This computer is being attacked病毒的症状:1、电脑每隔几秒钟跳出一个“This Computer is being attacked”蓝...