会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱新觉罗LQ
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
2023年7月13日
建立第二个 Tomcat
摘要: # 建立第二个 Toncat要修改三个端口,避免冲突 修改tomcat 的conf\server.xml ## 1. Connector 8080 > 8081 ## 2. redirectPort 改为:8445 ## 3. SHUTDOWN 改为:8055
阅读全文
posted @ 2023-07-13 10:06 爱新觉罗LQ
阅读(11)
评论(0)
推荐(0)
2023年7月11日
防火墙相关设置
摘要: # 防火墙设置 ## 1. 查看防火墙状态 ```bash sudo ufw status ``` ## 2. 打开防火墙 ```bash sudo ufw enable ``` ## 3. 开放端口 ```bash sudo ufw allow 80/tcp ``` ## 4. 查看端口监听状态
阅读全文
posted @ 2023-07-11 18:59 爱新觉罗LQ
阅读(49)
评论(0)
推荐(0)
函数
摘要: # 函数 ## 1. 随机产生字符串 ```sql //函数 delimiter $$ create function ran_string(n int) returns varchar(255) begin declare chars_str varchar(100) default 'abcde
阅读全文
posted @ 2023-07-11 18:04 爱新觉罗LQ
阅读(21)
评论(0)
推荐(0)
搭建高可用集群
摘要: 1. 关于 OpenSSL https://www.yundongfang.com/Yun224517.html https://blog.csdn.net/qq120631157/article/details/130464937 2. 虚拟机进入 命令行界面 长按 Shift 键进入 https
阅读全文
posted @ 2023-07-11 11:42 爱新觉罗LQ
阅读(12)
评论(0)
推荐(0)
2023年7月9日
nginx 安装
摘要: # 1. 安装 nginx https://www.jianshu.com/p/830eaceee167 https://blog.csdn.net/weixin_45766506/article/details/120670094 ```bash 启动 nginx /usr/local/nginx
阅读全文
posted @ 2023-07-09 14:42 爱新觉罗LQ
阅读(22)
评论(0)
推荐(0)
2023年7月7日
Mybatisx 用不了,直接使用正规军:MybatisCodeHelperPro(Marketplace Edition)
摘要: 安装市场版本后,使用无限重置大法即可!!! 
阅读全文
posted @ 2023-07-07 10:21 爱新觉罗LQ
阅读(749)
评论(0)
推荐(0)
2023年6月26日
Debug相关设置
摘要: # Debug相关设置 ## 1. 简化显示,并显示 IOC 容器中 Bean 个数 自定义 DataViews 
阅读全文
posted @ 2023-06-26 11:38 爱新觉罗LQ
阅读(14)
评论(0)
推荐(0)
2023年6月25日
使用@ConfigurationProperties(prefix = "furn01") 会提示如下信息, 但是不会影响使用
摘要:  解决方式: 在 pom.xml 中增加依赖 ```xml org.springframework.boot spr
阅读全文
posted @ 2023-06-25 17:14 爱新觉罗LQ
阅读(7)
评论(0)
推荐(0)
2023年6月23日
SpringBoot 配置文件application.properties
摘要: ```bash #SPRING CONFIG(ConfigFileApplicationListener) spring.config.name =#配置文件名(默认 为 'application' ) spring.config.location =#配置文件的位置 # 多环境配置文件激活属性 s
阅读全文
posted @ 2023-06-23 16:25 爱新觉罗LQ
阅读(70)
评论(0)
推荐(0)
2023年6月18日
git push 到 github 报错:10054
摘要:  解决方式:终端也要设置代理 ```bash export https_proxy=http://127.0.0.1
阅读全文
posted @ 2023-06-18 13:54 爱新觉罗LQ
阅读(153)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
公告