随笔分类 -  工具类

整理一些常用的工具类,避免重复造轮子
摘要:/** * Copyright 2015-2025 FLY的狐狸(email:jflyfox@sina.com qq:369191470). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th... 阅读全文
posted @ 2019-02-27 11:07 爱吃香蕉和菠萝 阅读(844) 评论(0) 推荐(0)
摘要:1首先引入接口类 2表格导出的实现类 3针对list设置表头,前两个类可以直接引入。这个类需要针对自己情况做设置 4调用实现 第二种方法使用设计表结构字段注释做表头 工具类 阅读全文
posted @ 2019-02-27 11:00 爱吃香蕉和菠萝 阅读(1999) 评论(0) 推荐(0)
摘要:/** * Copyright 2015-2025 FLY的狐狸(email:jflyfox@sina.com qq:369191470). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th... 阅读全文
posted @ 2019-02-27 10:46 爱吃香蕉和菠萝 阅读(206) 评论(0) 推荐(0)
摘要:package com.hailian.util;import java.text.DateFormat;import java.text.SimpleDateFormat;import java.util.ArrayList;import java.util.Calendar;import jav 阅读全文
posted @ 2019-02-27 10:43 爱吃香蕉和菠萝 阅读(854) 评论(0) 推荐(0)
摘要:/** * Copyright 2015-2025 FLY的狐狸(email:jflyfox@sina.com qq:369191470). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th... 阅读全文
posted @ 2019-02-27 10:38 爱吃香蕉和菠萝 阅读(742) 评论(0) 推荐(0)