上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页
摘要: 关闭防火墙: $ systemctl stop firewalld $ systemctl disable firewalld 关闭selinux: $ sed -i 's/enforcing/disabled/' /etc/selinux/config # 永久 $ setenforce 0 # 阅读全文
posted @ 2022-01-24 17:41 beawh 阅读(55) 评论(0) 推荐(0) 编辑
摘要: MySQL8应该使用transaction_isolation,tx_isolation被弃用。 重新登录生效。 在RC隔离级别,在会话1窗口commit 的数据在会话2窗口可以执行查询到。 阅读全文
posted @ 2022-01-21 11:24 beawh 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-01-21 11:10 beawh 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-01-21 10:50 beawh 阅读(17) 评论(0) 推荐(0) 编辑
摘要: mysql> show variables like '%commit%'; + + + | Variable_name | Value | + + + | autocommit | OFF | | innodb_commit_concurrency | 0 | | innodb_flush_log 阅读全文
posted @ 2022-01-20 14:15 beawh 阅读(801) 评论(0) 推荐(1) 编辑
摘要: 执行计划作用是如下: 表的读取顺序 数据读取操作的操作类型 哪些索引可以使用 哪些索引被实际使用 表之间的引用 每张表有多少行被优化器查询 1.1 id select查询的序列号,包含一组数字,表示查询中执行select子句或者操作表的顺序 id号分为三种情况: ​ 1、如果id相同,那么执行顺序从 阅读全文
posted @ 2022-01-10 15:08 beawh 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 最近log4j,根据临时解决方案, 需要查看jar包里有没有漏洞的class文件 执行zip -q -d 删除包含漏洞的class文件 阅读全文
posted @ 2021-12-27 16:30 beawh 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 您好!根据 Oracle 目前官方文档的描述,WLS 10.3.6 包含的 Apache Log4j 库是版本 1,未报告有这些漏洞。请参考文档:Impact of December 2021 Apache Log4j Vulnerabilities on Oracle Products and S 阅读全文
posted @ 2021-12-24 16:00 beawh 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 应用程序jdk只支持1.7及1.7以下版本的,weblogic不能使用weblogic12.2,可以使用weblogic12.1版本和weblogic10.3.6, 应用程序支持1.8的jdk建议使用weblogic12.2.1.4/12.2.1.3 ; tomcat与jdk对应关系是这个图: 开源 阅读全文
posted @ 2021-12-16 10:27 beawh 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-15 06:48 beawh 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页