摘要: 需要引入的jar包: 1、前端 2、后端接收,并生成原始的List数据 3、下载 4、List写入到Excel对象中 参考链接: http://blog.csdn.net/renlei0109/article/details/36906409 http://bbs.csdn.net/topics/3 阅读全文
posted @ 2017-08-09 08:53 dali_lyc 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public class ListSort { public static void main(String[] args) { List userList = new ArrayList(); userList.add(new User("dd", 4)); userList.add(new User("aa", 6)); userLis... 阅读全文
posted @ 2017-08-09 07:58 dali_lyc 阅读(130) 评论(0) 推荐(0) 编辑