会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
榕树下的回忆
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
8
下一页
2023年7月24日
解决vue文件上传成功后,提示还存在问题
摘要: this.$refs.form.clearValidate('字段')
阅读全文
posted @ 2023-07-24 15:37 榕树下的回忆
阅读(60)
评论(0)
推荐(0)
2023年5月30日
linux 下安装思源字体,踩坑记下
摘要: 一、先从网站上下载思源字体 https://www.pcsoft.com.cn/soft/169907.html 二、安装字体 1、安装字体命令 yum -y install fontconfig 2、查看已安装字体 fc-list 3、查看已经安装的中文字体 fc-list :lang=zh 4、
阅读全文
posted @ 2023-05-30 14:16 榕树下的回忆
阅读(795)
评论(0)
推荐(0)
2023年4月6日
frp内网穿透,linux服务器,windows客户端
摘要: 一、配置前准备 1、服务器一台,支持公网访问 2、下载frp,可以从github上下载 下载地址:https://github.com/fatedier/frp/releases 3、服务器端(点击名称下载) frp_0.48.0_linux_amd64.tar.gz 4、客户端(点击名称下载) f
阅读全文
posted @ 2023-04-06 23:31 榕树下的回忆
阅读(1818)
评论(0)
推荐(0)
2023年3月30日
iis 防止头部攻击 webconfig配置
摘要: <rule name="防止头部攻击" patternSyntax="ExactMatch" stopProcessing="true"> <match url="*" negate="true" /> <conditions> <add input="{HTTP_HOST}" pattern="域
阅读全文
posted @ 2023-03-30 10:14 榕树下的回忆
阅读(37)
评论(0)
推荐(0)
IIS webconfig http重定向https配置
摘要: <rule name="redirect to HTTPS" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTP_HOST}" pattern="localhost" negate="true" />
阅读全文
posted @ 2023-03-30 10:12 榕树下的回忆
阅读(35)
评论(0)
推荐(0)
2023年1月12日
linux文件打开太多排查过程
摘要: 一、通过lsof命令查询占用文件 lsof -p PID > openfiles.log
阅读全文
posted @ 2023-01-12 12:03 榕树下的回忆
阅读(248)
评论(0)
推荐(0)
2022年12月13日
物联网学习
摘要: github地址: https://github.com/IoT-Technology/IoT-Technical-Guide https://iot.mushuwei.cn/#/book/tcp-ip-part1
阅读全文
posted @ 2022-12-13 18:35 榕树下的回忆
阅读(56)
评论(0)
推荐(0)
2022年12月6日
linux centos部署ffmpeg
摘要: 一、前置说明 系统:linux centos8 ffmpeg:5.0.1 二、使用安装 通过weget命令下载软件包,并解压 wget http://www.ffmpeg.org/releases/ffmpeg-5.0.1.tar.gztar -zxvf ffmpeg-5.0.1.tar.gz 安装
阅读全文
posted @ 2022-12-06 17:07 榕树下的回忆
阅读(587)
评论(0)
推荐(0)
2022年2月19日
linux使用yum命令安装mysql5.7
摘要: 一、安装mysql5.7 https://blog.csdn.net/a1405/article/details/87786500 二、postfix-2.10.1-6.el7.x86_64包不兼容 yum remove postfix-2.10.1-6.el7.x86_64 三、CentOS7yu
阅读全文
posted @ 2022-02-19 21:34 榕树下的回忆
阅读(437)
评论(0)
推荐(0)
2021年12月2日
五、服务器部署-部署nacos
摘要: https://blog.csdn.net/u012946310/article/details/110043529
阅读全文
posted @ 2021-12-02 15:51 榕树下的回忆
阅读(94)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告