
java
我在浪里
I LOVE Coding,冲刺中。。。
展开
-
快速排序java并行实现
public class And extends Thread{private int[] A;private int first;private int end;public And(int[] A,int first,int end){super();this.A=A;this.first=first;this.end=end;}public原创 2017-05-03 16:17:38 · 1908 阅读 · 0 评论 -
java读写excel,解决poi包中没有org.apache.poi.ss.usermodel.CellType的问题
POI版本为3.8;jar包导入之后XSSFWorkbook可以正常使用了,但出现了The import org.apache.poi.ss.usermodel.CellType cannot be resolved 代码中 cellRowName.setCellType(CellType.STRING); // 设置单元格值的类型 style.setAlignment(HorizontalA...原创 2018-08-30 16:41:27 · 102507 阅读 · 11 评论