摘要: /****单元格值对象**/public class Cells { /*** * 行 */ private int row; /** * 列 */ private int column; /** * 单元格的值 */ private Object val;... 阅读全文
posted @ 2019-08-13 20:14 全力以赴001 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 下载lombok-1.16.12.jar包 然后将包添加到eclipse.ini 同级目录下 打开eclipse目录:最后两行添加如下配置: 然后重新启动eclipse 在你的项目中同时引用lombok-1.16.12.jar 这个包 此时你的lombok插件设置生效. 阅读全文
posted @ 2019-08-13 20:00 全力以赴001 阅读(213) 评论(0) 推荐(0) 编辑