摘要: 本文详细描述了如何在OracleWebLogic服务器上进行升级,包括下载无漏洞补丁、备份、卸载旧补丁、安装新补丁、检查新补丁状态并解决安装过程中可能遇到的内存设置问题。整个过程大约耗时2小时。 说明:1、需要提前去oracle官网下载好无漏洞的补丁压缩包,本次升级下载的压缩包为p34900723_ 阅读全文
posted @ 2024-09-23 16:06 勤快的懒羊羊 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.nzw6.com/27374.html 阅读全文
posted @ 2024-08-28 09:31 勤快的懒羊羊 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/shann/p/6848536.html 阅读全文
posted @ 2024-08-28 09:05 勤快的懒羊羊 阅读(2) 评论(0) 推荐(0) 编辑
摘要: CentOS7如何安装Nginx 参考:https://www.cnblogs.com/lushichao/p/16889862.html 阅读全文
posted @ 2024-08-26 16:36 勤快的懒羊羊 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 关键词:configure: error: no acceptable cc found in $PATH、./configure [admin@vm80523 lrzsz-0.12.20]$ ./configure creating cache ./config.cache checking fo 阅读全文
posted @ 2024-08-26 13:57 勤快的懒羊羊 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 报错如下 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve h 阅读全文
posted @ 2024-08-26 13:29 勤快的懒羊羊 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 不使用telnet进行端口测试的方法 测试通过样例 [root@ip203 ~]# curl -v 10.0.0.210:8082 * About to connect() to 10.0.0.210 port 8082 (#0) * Trying 10.0.0.210... * Connected 阅读全文
posted @ 2024-03-13 16:34 勤快的懒羊羊 阅读(68) 评论(0) 推荐(0) 编辑
摘要: https://www.xshell.com/zh/free-for-home-school/ 阅读全文
posted @ 2024-02-23 09:14 勤快的懒羊羊 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 在使用SpringBoot装配mybatis时出现异常 *************************** APPLICATION FAILED TO START *************************** Description: Field studentService in c 阅读全文
posted @ 2023-12-01 17:53 勤快的懒羊羊 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 一、安装命令: npm install vue-router --save 或者 cnpm install vue-router --save 二、新建一个router.js router.js大致内容 1 import {createRouter, createWebHistory} from ' 阅读全文
posted @ 2023-09-25 14:49 勤快的懒羊羊 阅读(99) 评论(0) 推荐(0) 编辑