摘要: nacos启动报错信息 ERROR Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating 阅读全文
posted @ 2024-07-01 10:15 田坤坤 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Springboot瘦身(lib和程序分开打包) 1. 首先用mvn clean package正常打出jar包 这个jar包可能有几百兆大小,lib占了绝大多数将jar包解压,将 BOOT-INF 下的 lib 包拿出单独存放 2. 修改pom重新打包 <plugin> <groupId>org. 阅读全文
posted @ 2024-05-07 11:33 田坤坤 阅读(31) 评论(0) 推荐(0) 编辑
摘要: -- 查询表名SELECT table_name FROM dba_tables WHERE owner = '所有者' ORDER BY table_name -- 查询表注释SELECT T.table_name,U.COMMENTS As table_comment FROM DBA_TABL 阅读全文
posted @ 2024-03-27 16:48 田坤坤 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1.编辑/etc/firewalld/zones/public.xml 2、加入一下内容 <!--开放指定ip的监控客户端端口--!> <rule family="ipv4"> <source address="172.31.18.81/32"/> <port port="9273" protoco 阅读全文
posted @ 2024-03-26 16:32 田坤坤 阅读(6) 评论(0) 推荐(0) 编辑
摘要: cmd用管理员身份运行 mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-all -Dversion=5.8.0 -Dpackaging=jar -Dfile=activemq-all-5.8.0 阅读全文
posted @ 2024-03-13 11:46 田坤坤 阅读(29) 评论(0) 推荐(0) 编辑
摘要: PgSchoolCalendarWeekManagePageQry pgSchoolCalendarWeekManagePageQry = new PgSchoolCalendarWeekManagePageQry();pgSchoolCalendarWeekManagePageQry.setPgS 阅读全文
posted @ 2024-01-16 14:43 田坤坤 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 官方文档地址:https://easyexcel.opensource.alibaba.com/docs/current/主代码:try { XsxExportTitleVO xsxExportTitleVO = new XsxExportTitleVO(); xsxExportTitleVO.se 阅读全文
posted @ 2024-01-16 11:09 田坤坤 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1、初始化Vue项目 2、安装mock-service-plugin npm i mock-service-plugin --save-dev 3、项目根目录下创建 mock 数据文件夹 mocks 如下图 4、mock-service-plugin 初始化配置 // vue.config.js c 阅读全文
posted @ 2023-05-09 16:39 田坤坤 阅读(71) 评论(0) 推荐(0) 编辑
摘要: /** * 打印当前时间 * * @return */public static void printCurrentTime(String param) { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); // 阅读全文
posted @ 2023-04-27 11:05 田坤坤 阅读(86) 评论(0) 推荐(0) 编辑
摘要: chcp 65001echo %cd% d:cd d:\A_Project\pt_data_commander_ui echo '当前路径:'%cd%echo '开始编译 运营平台'call npm run buildecho '运营平台 编译完成' cd ../pt_document_center 阅读全文
posted @ 2023-04-27 10:32 田坤坤 阅读(102) 评论(0) 推荐(0) 编辑