摘要: import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application 阅读全文
posted @ 2019-11-20 13:01 julian_chang 阅读(1490) 评论(0) 推荐(0) 编辑
摘要: 之前看过JAVA 8的书,但由于时间长,平时没用所以忘的差不多了,大概记得格式。 常用代码 1.获得对象集合的某个属性倒序(最新)的一个对象 Optional<AppLog> appPLog = appLogList.stream().sorted(Comparator.comparing(AppL 阅读全文
posted @ 2019-11-20 12:50 julian_chang 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 若依项目中的工具类,可以读取FTP输入流中的Excel表格 import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import jav 阅读全文
posted @ 2019-11-20 12:42 julian_chang 阅读(7237) 评论(0) 推荐(0) 编辑