mybatis分页
摘要:工具类-list分页package cn.togeek.util;import com.baomidou.mybatisplus.extension.plugins.pagination.Page;import java.util.ArrayList;import java.util.List;pu
阅读全文
posted @
2022-08-08 09:45
齐天大圣龙卷风
阅读(47)
推荐(0)
早中晚判断
摘要:public Map<String, String> searchGreetings() { Map<String, String> map = new HashMap<>(1); Date date = new Date(); int hour = DateUtil.hour(date, true
阅读全文
posted @
2022-08-08 09:41
齐天大圣龙卷风
阅读(45)
推荐(0)
excel文件解析-java
摘要:compile 'org.apache.poi:poi:4.1.2'compile 'org.apache.poi:poi-ooxml:4.1.2' 工具类 package cn.togeek.util;import java.io.InputStream;import java.math.BigD
阅读全文
posted @
2022-08-08 09:38
齐天大圣龙卷风
阅读(584)
推荐(0)
excel模板导出
摘要:public void getDownImportantInfoModuleTemplate(HttpServletResponse response) { //获取要下载的模板名称 String fileName = "重点工作模板.xlsx"; //设置要下载的文件的名称 response.se
阅读全文
posted @
2022-08-08 09:37
齐天大圣龙卷风
阅读(122)
推荐(0)
数据库获取word数据转换为pdf实现在线预览
摘要:1、导入依赖 / https://mvnrepository.com/artifact/com.documents4j/documents4j-local implementation group: 'com.documents4j', name: 'documents4j-local', vers
阅读全文
posted @
2022-08-08 09:32
齐天大圣龙卷风
阅读(698)
推荐(0)
API:127.0.01:8844/nacos/v1/ns/instance/beat. code:500 msg: java.net.ConnectException: Connection refused
摘要:ERROR [com.alibaba.nacos.client.naming:454] - [uuid=] [token=] - request 127.0.0.1:8844 failed. ErrCode:500, ErrMsg:failed to req API:127.0.01:8844/na
阅读全文
posted @
2022-08-02 16:23
齐天大圣龙卷风
阅读(1237)
推荐(0)