上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 43 下一页
摘要: 首先看帮助选项: [root@pxc1 bsu]# ./bsu.sh -help-help Displays this usage message. REQUIRED-version Displays version information.-view View information about 阅读全文
posted @ 2020-11-27 01:12 beawh 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-19 15:19 beawh 阅读(10) 评论(0) 推荐(0) 编辑
摘要: [root@k8s-node1 etc]# kubectl get nodesThe connection to the server localhost:8080 was refused - did you specify the right host or port? 将主节点(master节点 阅读全文
posted @ 2020-11-18 17:00 beawh 阅读(499) 评论(0) 推荐(0) 编辑
摘要: vim catalina.sh 添加jmx监控的信息: export JAVA_OPTS="-Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxre 阅读全文
posted @ 2020-11-17 17:34 beawh 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/nanshanjushi/p/11324607.html 阅读全文
posted @ 2020-11-17 13:05 beawh 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 注意事项: mysql的不同的版本对应着不同jdbc驱动 我们的mysql是mysql-8.0.11的版本,选择的驱动是 <!-- 导入Mysql数据库链接jar包 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connect 阅读全文
posted @ 2020-10-29 17:37 beawh 阅读(1803) 评论(0) 推荐(0) 编辑
摘要: 这个报错,之前还以为是T3协议导致的,MMP .然来是hosts配置的坑。 <Sep 3, 2017 3:29:09 PM CST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to b e loaded: weblogic 阅读全文
posted @ 2020-10-29 17:36 beawh 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 打开项目页面,全乱码,mmp setDomainEnv.sh export JAVA_OPTIONS="$JAVA_OPTIONS -Dfile.encoding=GBK|UTF-8 " //根据编码自动调整合适的选项 阅读全文
posted @ 2020-10-29 17:30 beawh 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 导入前设置字符集 set names utf8; //导入指定编码source /xxx.sqlcommit; 阅读全文
posted @ 2020-10-29 17:25 beawh 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1. 漏洞说明 Oracle官方于2020年10月20日发布了针对Oracle WebLogic中间件安全漏洞的第四季度累积修复补丁集。 2. 补丁软件准备 MOS登录查看相关Patches信息: 可以看出本次weblogic10.3.6的10月份补丁包包括一个累积的补丁包Patch 3164125 阅读全文
posted @ 2020-10-29 10:12 beawh 阅读(855) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 43 下一页