摘要: 1首先引入接口类 2表格导出的实现类 3针对list设置表头,前两个类可以直接引入。这个类需要针对自己情况做设置 4调用实现 第二种方法使用设计表结构字段注释做表头 工具类 阅读全文
posted @ 2019-02-27 11:00 爱吃香蕉和菠萝 阅读(1903) 评论(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 爱吃香蕉和菠萝 阅读(169) 评论(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 爱吃香蕉和菠萝 阅读(813) 评论(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 爱吃香蕉和菠萝 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 1对方法实现runable 2调用 阅读全文
posted @ 2018-12-26 18:11 爱吃香蕉和菠萝 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 一:模板 二:继承模板 三:调用 注意需要引入相关poi jar包 阅读全文
posted @ 2018-12-01 18:42 爱吃香蕉和菠萝 阅读(2721) 评论(0) 推荐(0) 编辑
摘要: 一、在写代码之前先在在百度翻译平台中,申请APP_ID 申请地址连接:http://api.fanyi.baidu.com/api/trans/product/index 二,可以看官方文档,实际上官方有提供demo申请id后可以直接作为工具类来用了 三,以下是我写的工具类: 阅读全文
posted @ 2018-12-01 15:57 爱吃香蕉和菠萝 阅读(1647) 评论(0) 推荐(0) 编辑
摘要: 第二种 阅读全文
posted @ 2018-11-05 10:48 爱吃香蕉和菠萝 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 服务器在运行时为了安全,必须开启防火墙,但是在将防火墙全部开启之后,外部就不能访问应用了,在这种情况下,需要我们自己手动配置如站规则,主要是添加端口的入站规则,80,443,3306的。 点击启动或关闭防火墙。 防护墙全部打开,点击- --》高级设置 点击入站规则,新建规则 这样就将80端口加入到入 阅读全文
posted @ 2018-10-30 10:19 爱吃香蕉和菠萝 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: 重点: 阅读全文
posted @ 2018-09-19 15:07 爱吃香蕉和菠萝 阅读(464) 评论(0) 推荐(0) 编辑