12 2021 档案

监控数据库表空间使用情况
摘要:1.按用户查表空间使用情况 select a.tablespace_name 表空间名称,total_space/(1024*1024) 总量,free_space/(1024*1024) 剩余量, trunc((free_space/total_space)*100)||'%' 剩余比例 from 阅读全文

posted @ 2021-12-22 15:57 德邦总管 阅读(205) 评论(0) 推荐(0)

maven排除依赖和添加本地依赖
摘要:1.在需要引用依赖包的包配置下添加exclusions标签,在里面添加一个排除依赖项, 如下图所示: <!--web 模块--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-star 阅读全文

posted @ 2021-12-14 15:57 德邦总管 阅读(1575) 评论(0) 推荐(0)

Log4j2 重大漏洞,分享log4j-2.15.0-rc2.jar编译过程
摘要:https://zhuanlan.zhihu.com/p/444128036 阅读全文

posted @ 2021-12-14 10:47 德邦总管 阅读(750) 评论(0) 推荐(0)

JDK9下载
摘要:https://www.wmzhe.com/soft-70403.html 阅读全文

posted @ 2021-12-14 10:47 德邦总管 阅读(36) 评论(0) 推荐(0)

maven历史版本下载
摘要:https://archive.apache.org/dist/maven/maven-3/ 阅读全文

posted @ 2021-12-14 10:45 德邦总管 阅读(43) 评论(0) 推荐(0)

导航