会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
40
下一页
2022年6月21日
Centos8修改SSH端口
摘要: 一、修改ssh配置文件sshd_config vi /etc/ssh/sshd_config #修改port Port=22345 二、防火墙放行 firewall-cmd --zone=public --add-port=22345/tcp --permanent firewall-cmd --r
阅读全文
posted @ 2022-06-21 19:25 b̶i̶n̶g̶.̶
阅读(892)
评论(0)
推荐(0)
2022年6月18日
debian11安装中文字体
摘要: 1.首先在/usr/share/fonts/truetype/目录下新建一个目录chinese cd /usr/share/fonts/truetype/ mkdir chinese 2.拷贝windows字体到chinese目录 ,调整*.TTC权限 chmod 777 *.TTC 3.安装字体
阅读全文
posted @ 2022-06-18 10:41 b̶i̶n̶g̶.̶
阅读(2233)
评论(0)
推荐(0)
2022年6月17日
RockyLinux8.6安装指定版本MySQL8.4.6(LTS)
摘要: 一、官网下载地址 MySQL :: Download MySQL Community Server 二、安装 1、下载特定版本rpm cd /tmp wget https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.6-1.el8.x86_64.rpm
阅读全文
posted @ 2022-06-17 15:28 b̶i̶n̶g̶.̶
阅读(661)
评论(0)
推荐(0)
docker安装srs4
摘要: 一、准备工作 #1.创建数据目录 mkdir -p /var/www/srs4 二、安装SRS 2.1、创建配置文件 # 安装并启动 srs docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \ --name srs \ ossrs/srs:4 2.
阅读全文
posted @ 2022-06-17 10:28 b̶i̶n̶g̶.̶
阅读(401)
评论(0)
推荐(0)
2022年6月1日
Vue路由跳转携带固定参数
摘要: index.js文件修改 import Router from 'vue-router' const originalPush = Router.prototype.push; Router.prototype.push = function push(location, onResolve, on
阅读全文
posted @ 2022-06-01 11:50 b̶i̶n̶g̶.̶
阅读(553)
评论(0)
推荐(0)
2022年5月20日
elasticsearch学习
摘要: 一、分词器指定1、如果想要在创建索引和查询时分别使用不同的分词器,ElasticSearch也是支持的。2、在创建索引,指定analyzer,ES在创建时会先检查是否设置了analyzer字段,如果没定义就用ES预设的3、在查询时,指定search_analyzer,ES查询时会先检查是否设置了se
阅读全文
posted @ 2022-05-20 16:14 b̶i̶n̶g̶.̶
阅读(51)
评论(0)
推荐(0)
2022年5月13日
IIS .net6 无法执行Process.Start
摘要: 找到对应的应用程序池>高级设置>加载用户配置文件改为True
阅读全文
posted @ 2022-05-13 15:05 b̶i̶n̶g̶.̶
阅读(167)
评论(0)
推荐(0)
2022年5月12日
Rocky Linux 安装 wkhtmltopdf 和 wkhtmltoimage
摘要: 一、安装依赖 yum install -y xorg-x11-fonts-75dpi yum install -y xorg-x11-fonts-Type1 二、安装 wget https://github.com/wkhtmltopdf/packaging/releases/download/0.
阅读全文
posted @ 2022-05-12 18:56 b̶i̶n̶g̶.̶
阅读(403)
评论(0)
推荐(0)
2022年5月7日
docker安装redis
摘要: docker run -d --name redis-1 --restart=always -p 6380:6379 -v /var/www/wwwroot/redis_db/data1:/data redis redis-server --appendonly yes --requirepass
阅读全文
posted @ 2022-05-07 10:14 b̶i̶n̶g̶.̶
阅读(62)
评论(0)
推荐(0)
2022年4月15日
asp.net core rabbitmq 连接复用
摘要: 参考:https://www.c-sharpcorner.com/article/publishing-rabbitmq-message-in-asp-net-core/ https://blog.csdn.net/qinyuanpei/article/details/108225448 https
阅读全文
posted @ 2022-04-15 15:30 b̶i̶n̶g̶.̶
阅读(43)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
40
下一页
公告