会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_Lawrence
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
20
下一页
2024年12月6日
springboot项目启动保存日志
摘要: java -jar test.jar >> d:/test.log 2>&1
阅读全文
posted @ 2024-12-06 19:14 _Lawrence
阅读(18)
评论(0)
推荐(0)
2024年11月24日
gateway拦截器获取请求参数
摘要: 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
阅读(158)
评论(0)
推荐(0)
2024年11月7日
nacos启动 Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
摘要: 换命令启动成功: .\startup.cmd -m standalone
阅读全文
posted @ 2024-11-07 11:29 _Lawrence
阅读(308)
评论(0)
推荐(0)
2024年11月5日
ubuntu离线安装mysql
摘要: 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
阅读(748)
评论(0)
推荐(0)
2024年11月4日
linux复制、移动、添加压缩、解压命令
摘要: 复制:并显示复制详情 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
阅读(65)
评论(0)
推荐(0)
2024年11月1日
ubuntu系统升级2
摘要: 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
阅读(124)
评论(0)
推荐(0)
ubuntu安装压缩包版mysql
摘要: 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
阅读(224)
评论(0)
推荐(0)
ubuntu系统升级
摘要: 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
阅读(422)
评论(0)
推荐(0)
2024年9月27日
windows批量启动项目
摘要: 创建bat文件: 启动nacos和redis @echo off start cmd /k "cd /d F:\jar\nacos-server-2.0.4\nacos\bin && .\startup.cmd -m standalone" start cmd /k "cd /d F:\jar\Re
阅读全文
posted @ 2024-09-27 09:50 _Lawrence
阅读(19)
评论(0)
推荐(0)
2024年9月25日
ubuntu防火墙
摘要: 在 Ubuntu 中,可以使用 ufw(Uncomplicated Firewall)来管理防火墙。以下是在 Ubuntu 中查看、开启、关闭和永久关闭防火墙的方法: 1. 查看防火墙状态: 要查看 Ubuntu 中 ufw 防火墙的状态,可以执行以下命令: sudo ufw status 这将显示
阅读全文
posted @ 2024-09-25 14:38 _Lawrence
阅读(616)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
20
下一页
公告