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