摘要:
@FunctionalInterface //函数式接口:只有一个抽象方法的接口 public interface MyLambdaInterface { public int add(int i); } public class LambdaTest { @Test public void test(){ Integer n... 阅读全文
摘要:
前端:这里不能用ajax请求,ajax请求无法弹出下载保存对话框 想办法触发下面的函数 后端:poi基本操作 创建一个工作薄 创建一行 创建一个单元格 合并单元格 int firstRow, int lastRow, int firstCol, int lastCol 起始行号,终止行号, 起始列号 阅读全文