上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: ssh版本升级会导致配置文件初始化 先检查DNS 建议设置114.114.114.114等 升级完成之后不要关闭连接,先新建连接测试下 cp /etc/ssh /tmp/ssh-bak -R cp /usr/lib/systemd/system/sshd.service /tmp/sshd.serv 阅读全文
posted @ 2024-07-15 17:23 qwer78 阅读(91) 评论(0) 推荐(0)
摘要: ubuntu2204 处理步骤 先把dns设置114.114.114.114等 ubuntu 2204 直接最高到 6.5.0-35 ,需要手动升级内核 手动安装内核(.deb包) 1. 访问Ubuntu Mainline Kernel的官方网站: https://kernel.ubuntu.com 阅读全文
posted @ 2024-07-15 17:18 qwer78 阅读(133) 评论(0) 推荐(0)
摘要: Centos 处理步骤 先设置DNS为114.114.114.114等 CentOS 8 升级内核到 6.9 步骤 1 查看内核现状版本 4.18 [root@localhost yum.repos.d]# hostnamectl Static hostname: localhost.localdo 阅读全文
posted @ 2024-07-15 17:15 qwer78 阅读(84) 评论(0) 推荐(0)
摘要: 方案一 全新安装: 1.https://eco.dameng.com/download/ 下载dm8_20231011_x86_rh6_64.iso 到/aaa目录 2.创建用户所在的组 groupadd dinstall 3.创建用户 useradd -g dinstall -m -d /home 阅读全文
posted @ 2023-11-14 16:13 qwer78 阅读(319) 评论(0) 推荐(0)
摘要: import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringB 阅读全文
posted @ 2023-10-11 16:04 qwer78 阅读(33) 评论(0) 推荐(0)
摘要: ``` start cmd /k "cd/d C:\Program Files\nacos\bin &&startup.cmd" ping 127.0.0.1 -n 25 >nul start cmd /c "cd/d C:\Users\admin\Desktop\nginx-1.16.1 &&ng 阅读全文
posted @ 2023-09-01 11:25 qwer78 阅读(849) 评论(0) 推荐(0)
摘要: ``` ALTER TABLE `wrs_plan_lk` MODIFY COLUMN `lk_id` bigint(10) NOT NULL COMMENT '湖泊id' AFTER `yc_id`, ADD CONSTRAINT `fk_lk` FOREIGN KEY (`lk_id`) REF 阅读全文
posted @ 2023-08-08 18:56 qwer78 阅读(20) 评论(0) 推荐(0)
摘要: ``` SET @sum := 0; SELECT *, (@sum := @sum + flow) AS cumulative_sum FROM wrs_brwater_avg_gq WHERE mea_date > '2023-04-15' ORDER BY mea_date; ``` myba 阅读全文
posted @ 2023-06-28 16:37 qwer78 阅读(175) 评论(0) 推荐(0)
摘要: ``` import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import org.apache.commons.io.File 阅读全文
posted @ 2023-06-02 10:56 qwer78 阅读(34) 评论(0) 推荐(0)
摘要: 5.6版本 SET PASSWORD FOR 'root'@'%' = PASSWORD('123456'); FLUSH PRIVILEGES; 5.7版本 update user set authentication_string = password('123456') where user= 阅读全文
posted @ 2023-05-11 20:10 qwer78 阅读(28) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 18 下一页