06 2023 档案

摘要:## 一、前置条件 1. 已准备ubuntu22.04 LTS版本作为服务器001~002节点,并配置为本地域名`tomcat-001`,`tomcat-002`,可使用SSH对其进行远程管理。 ![image](https://img2023.cnblogs.com/blog/3081210/20 阅读全文
posted @ 2023-06-25 16:58 狗子未遂胆儿肥。 阅读(397) 评论(0) 推荐(0) 编辑
摘要:## 使用(微软账户)进行远程桌面连接 1. 打开找到[查看高级系统设置] -> [远程] -> [远程桌面]。 ![image](https://img2023.cnblogs.com/blog/3081210/202306/3081210-20230620213008346-1294112930 阅读全文
posted @ 2023-06-20 21:32 狗子未遂胆儿肥。 阅读(400) 评论(0) 推荐(0) 编辑
摘要:## 配置Podman desktop镜像源加速 1. 打开阿里云`https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors`,复制里面的加速地址 ![image](https://img2023.cnblogs.com/blog/308 阅读全文
posted @ 2023-06-20 16:17 狗子未遂胆儿肥。 阅读(3442) 评论(0) 推荐(0) 编辑
摘要:## 1. 题号1142 查询姓“李”的教师数量 ```sql select count(t_id) from teacher where t_name like '李%'; /* 1. 大水题,无脑写 ``` ## 2. 题号1143 查询课程编号为”01“的课程比”02“的课程成绩高的所有学生的 阅读全文
posted @ 2023-06-13 22:03 狗子未遂胆儿肥。 阅读(42) 评论(0) 推荐(0) 编辑
摘要:## 预备条件 1. 本次实验使用静态IP的地址192.168.1.81作为mysql-001服务器地址,并配置为本地域名mysql-001: ![](https://img2023.cnblogs.com/blog/3081210/202306/3081210-20230612181234792- 阅读全文
posted @ 2023-06-12 18:14 狗子未遂胆儿肥。 阅读(1578) 评论(0) 推荐(1) 编辑
摘要:### 默认情况下使用命令`podman exec -it test-001 bash`进入容器显示的命令提示符是容器ID: ![image](https://img2023.cnblogs.com/blog/3081210/202306/3081210-20230610153840434-1165 阅读全文
posted @ 2023-06-10 15:47 狗子未遂胆儿肥。 阅读(91) 评论(0) 推荐(0) 编辑
摘要:## 一、配置静态IP 1. 使用命令`ip a`查看当前网卡名称,Ubuntu22.04默认网卡为ens33: ![](https://img2023.cnblogs.com/blog/3081210/202306/3081210-20230610150008286-884644878.png) 阅读全文
posted @ 2023-06-10 14:43 狗子未遂胆儿肥。 阅读(4132) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示