上一页 1 2 3 4 5 6 7 ··· 20 下一页
摘要: 命令:curl -X GET "http://192.168.101.63:8848/nacos/v1/ns/service/list?pageNo=1&pageSize=100" -H "Content-Type: application/json" 阅读全文
posted @ 2025-06-10 14:27 _Lawrence 阅读(73) 评论(0) 推荐(0)
摘要: 1、redis-cli.exe -h localhost -p 6379 -a 登录密码 阅读全文
posted @ 2025-04-24 16:38 _Lawrence 阅读(27) 评论(0) 推荐(0)
摘要: java -jar test.jar >> d:/test.log 2>&1 阅读全文
posted @ 2024-12-06 19:14 _Lawrence 阅读(22) 评论(0) 推荐(0)
摘要: package com.dp.config; import org.springframework.cloud.gateway.filter.GatewayFilterChain; import org.springframework.cloud.gateway.filter.GlobalFilte 阅读全文
posted @ 2024-11-24 17:34 _Lawrence 阅读(206) 评论(0) 推荐(0)
摘要: 换命令启动成功: .\startup.cmd -m standalone 阅读全文
posted @ 2024-11-07 11:29 _Lawrence 阅读(321) 评论(0) 推荐(0)
摘要: https://dev.mysql.com/downloads/mysql/ 下载离线包 tar -xvf mysql-server_8.4.3-1ubuntu24.04_amd64.deb-bundle.tar -C /mysql 解压完依次执行: dpkg -i mysql-community- 阅读全文
posted @ 2024-11-05 16:26 _Lawrence 阅读(846) 评论(0) 推荐(0)
摘要: 复制:并显示复制详情 sudo cp -r -v aaa/* bbb/ 移动 mv source_dir destination_dir 更改名称 mv old_file_name new_file_name 模糊删除文件夹及子文件夹内容 find . -name '*2020*' -exec rm 阅读全文
posted @ 2024-11-04 08:40 _Lawrence 阅读(76) 评论(0) 推荐(0)
摘要: sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt install update-manager-core sudo nano /etc/update-manager/release-upgrades 并确保文件包含: Pr 阅读全文
posted @ 2024-11-01 20:12 _Lawrence 阅读(146) 评论(0) 推荐(0)
摘要: 1、安装1.1、下载mysql下载地址:MySQL :: Download MySQL Community Server 将下载的文件上传到服务器中,或者使用命令下载(安装自己需要的版本) wget https://downloads.mysql.com/archives/get/p/23/file 阅读全文
posted @ 2024-11-01 17:28 _Lawrence 阅读(251) 评论(0) 推荐(0)
摘要: sudo apt update sudo apt upgrade -y sudo apt dist-upgrade -y 安装更新管理器核心包 sudo apt install update-manager-core -y 编辑 /etc/update-manager/release-upgrade 阅读全文
posted @ 2024-11-01 14:38 _Lawrence 阅读(460) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 20 下一页