随笔 - 253,  文章 - 0,  评论 - 29,  阅读 - 25万
03 2024 档案
DM相关表结构查询
摘要:-- 查询表名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 田坤坤 阅读(397) 评论(0) 推荐(0) 编辑
centos开放端口文件
摘要: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 田坤坤 阅读(37) 评论(0) 推荐(0) 编辑
maven安装jar包到本地仓库
摘要: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 田坤坤 阅读(36) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示