上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: 导入的包是jxl的包 import org.apache.poi.ss.usermodel.Cell;import org.apache.poi.ss.usermodel.Row;import org.apache.poi.ss.usermodel.Sheet;import org.apache.p 阅读全文
posted @ 2018-02-06 16:28 Ice_Blue_Brother 阅读(593) 评论(0) 推荐(0) 编辑
摘要: //BeanUtil里面的方法 阅读全文
posted @ 2018-02-06 16:11 Ice_Blue_Brother 阅读(900) 评论(0) 推荐(0) 编辑
摘要: 用到的包 阅读全文
posted @ 2018-02-06 13:46 Ice_Blue_Brother 阅读(4098) 评论(0) 推荐(0) 编辑
摘要: 首先我的情况网上的方法都没用,这个是反复加载Service的问题,具体不说了 解决方法如下: 单独弄一个配置文件,需要自动加载的全部放里面去。不要忘了改web.xml让它扫描 配置文档里面一共三种方法,用自定义那个,如下 cron里面按倒序是年月日时分秒 以上 阅读全文
posted @ 2018-02-06 12:53 Ice_Blue_Brother 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 需要的包 阅读全文
posted @ 2018-02-06 12:49 Ice_Blue_Brother 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 算了,不废话了 阅读全文
posted @ 2018-02-06 12:41 Ice_Blue_Brother 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 看情况会有用,虽然我觉得转Json更快…… 阅读全文
posted @ 2018-02-06 12:39 Ice_Blue_Brother 阅读(1633) 评论(0) 推荐(0) 编辑
摘要: 如果json是数组,则转成list 根据需要还可以将map转换为list 转键也可以 阅读全文
posted @ 2018-02-06 12:36 Ice_Blue_Brother 阅读(461) 评论(0) 推荐(0) 编辑
摘要: public class RandStrUtil { public final static String EN_UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; public final static String EN_LOWER = "abcdefghijklmnop 阅读全文
posted @ 2018-02-06 12:35 Ice_Blue_Brother 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 有时候需要保存的内容很长很长,数据库的一个字段无法全部存完,我们就可以使用双主键,将内容分割后再进行存储 阅读全文
posted @ 2018-02-06 12:14 Ice_Blue_Brother 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页