10 2020 档案
摘要:注意事项: mysql的不同的版本对应着不同jdbc驱动 我们的mysql是mysql-8.0.11的版本,选择的驱动是 <!-- 导入Mysql数据库链接jar包 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connect
阅读全文
摘要:这个报错,之前还以为是T3协议导致的,MMP .然来是hosts配置的坑。 <Sep 3, 2017 3:29:09 PM CST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to b e loaded: weblogic
阅读全文
摘要:打开项目页面,全乱码,mmp setDomainEnv.sh export JAVA_OPTIONS="$JAVA_OPTIONS -Dfile.encoding=GBK|UTF-8 " //根据编码自动调整合适的选项
阅读全文
摘要:导入前设置字符集 set names utf8; //导入指定编码source /xxx.sqlcommit;
阅读全文
摘要:1. 漏洞说明 Oracle官方于2020年10月20日发布了针对Oracle WebLogic中间件安全漏洞的第四季度累积修复补丁集。 2. 补丁软件准备 MOS登录查看相关Patches信息: 可以看出本次weblogic10.3.6的10月份补丁包包括一个累积的补丁包Patch 3164125
阅读全文
摘要:https://www.oracle.com/security-alerts/ Critical Patch Updates, Security Alerts and Bulletins This page lists announcements of security fixes made in
阅读全文