08 2021 档案
摘要:[weblogic@localhost ~]$ java -jar fmw_12.2.1.3.0_wls_quick.jar 启动程序日志文件为/tmp/OraInstall2021-04-15_02-37-24PM/launcher2021-04-15_02-37-24PM.log。正在提取安装程
阅读全文
摘要:weblogic启动之后经常报这个警告,导致日志文件增加非常大。 E-WL: WebLogic Logs Warning Message: " " [ID 1423761.1]Solution亲测 解决访问:新增加个log的filter,即可解决.搜了一下metalink,有现成的说明:E-WL:
阅读全文
摘要:[root@pxc3 ~]# vi function8.sh#!/bin/bashtext="global variable"tj=91850use_local_var_fun(){ local text="local variable" echo "In function use_local_va
阅读全文
摘要:#!/bin/bashshow_week(){ for day in Monday Tuesday Wednesday Thursday Friday Saturday Sunday do echo "$day " done} show_number(){ for (( i = 1; i <= 7;
阅读全文
摘要:#! /bin/bashparameter=ind_argind_arg=Helloind_func(){ echo "$1"}ind_fun(){ echo "test!!!"}ind_func "$1"ind_func "$parameter"ind_func "${!parameter}"in
阅读全文
摘要:转自 https://blog.csdn.net/qq_35080214/article/details/111177787 一、PodPod 是可以在 Kubernetes 中创建和管理的、最小的可部署的计算单元。Pod中包含了一个或多个容器,还包括了存储、网络等各个容器共享的资源。Pod支持多种
阅读全文
摘要:1、在mysql中数据库information_schema中查询以下三张表: select * from innodb_trx; ## 当前运行的所有事务 select * from innodb_locks; ## 当前出现的锁 select * from innodb_lock_waits;
阅读全文
摘要:https://www.cnblogs.com/f-ck-need-u/p/9010872.html
阅读全文
摘要:假设在win(192.168.0.101)上安装了xmanager,想接收来自linux(192.168.100.16)的图形界面。1.在win端打开Xmanager - Passive 2.在linux上设置DISPLAY环境变量 export DISPLAY=192.168.0.101:0.0
阅读全文