会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
40
下一页
2021年12月22日
debian11更换阿里源
摘要: 1、debian11 //1.先备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak //2.清空 echo " " > /etc/apt/sources.list //3.写阿里源 echo "deb https://mirrors.aliyu
阅读全文
posted @ 2021-12-22 10:49 b̶i̶n̶g̶.̶
阅读(1554)
评论(0)
推荐(1)
2021年12月21日
.net6项目部署Docker
摘要: 一、创建.net6 Dockerfile,上传至发布后的目录下 FROM mcr.microsoft.com/dotnet/aspnet:6.0 WORKDIR /app #EXPOSE 80 #COPY . . #设置容器编码格式 ENV LANG C.UTF-8 #设置时区,解决容器内时间和宿主
阅读全文
posted @ 2021-12-21 18:10 b̶i̶n̶g̶.̶
阅读(495)
评论(0)
推荐(0)
2021年12月18日
Centos8手动安装ASP.NET Core 运行时 6.0.5
摘要: wget https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime-
阅读全文
posted @ 2021-12-18 08:58 b̶i̶n̶g̶.̶
阅读(320)
评论(0)
推荐(0)
2021年12月11日
ASP.NET Core6 Filter中获取Body中的参数
摘要: [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public class MyFilterAttribute : Attribute, IAsyncAuthorizationFilt
阅读全文
posted @ 2021-12-11 10:42 b̶i̶n̶g̶.̶
阅读(682)
评论(0)
推荐(0)
2021年11月29日
.Net Core常用类库
摘要: 一、RSA Install-Package BouncyCastle.NetCore 二、Excel Install-Package EPPlus 三、HTML To PDF Install-Package Wkhtmltopdf.NetCore 四、定时任务 Install-Package Han
阅读全文
posted @ 2021-11-29 13:37 b̶i̶n̶g̶.̶
阅读(309)
评论(0)
推荐(0)
2021年11月22日
FFmpeg推流
摘要: ffmpeg -re -i http://xxx/app/index.m3u8 -c copy -flvflags no_duration_filesize -f flv rtmp://192.168.1.160:1935/app/stream
阅读全文
posted @ 2021-11-22 17:27 b̶i̶n̶g̶.̶
阅读(83)
评论(0)
推荐(0)
2021年11月11日
Supervisord常用命令
摘要: 一、supervisorctl 1. 连接指定的服务器/端口 supervisorctl -s http://localhost:9002 2. 常用命令 update 更新新的配置到supervisord(不会重启原来已运行的程序) reload,载入所有配置文件,并按新的配置启动、管理所有进程(
阅读全文
posted @ 2021-11-11 09:42 b̶i̶n̶g̶.̶
阅读(188)
评论(0)
推荐(0)
2021年11月10日
Visual Studio 2022(VS2022)激活密钥
摘要: Pro: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J Enterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH 转自:https://www.cnblogs.com/fanqisoft/p/15530729.html
阅读全文
posted @ 2021-11-10 09:36 b̶i̶n̶g̶.̶
阅读(1486)
评论(0)
推荐(1)
2021年10月14日
Centos8分区方案
摘要: https://www.cnblogs.com/yogurtwu/p/10717001.html
阅读全文
posted @ 2021-10-14 11:42 b̶i̶n̶g̶.̶
阅读(64)
评论(0)
推荐(0)
2021年9月23日
Centos buff/cache过高
摘要: 执行三条命令 sync && echo 1 > /proc/sys/vm/drop_caches sync && echo 2 > /proc/sys/vm/drop_caches sync && echo 3 > /proc/sys/vm/drop_caches free -h
阅读全文
posted @ 2021-09-23 08:28 b̶i̶n̶g̶.̶
阅读(53)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
40
下一页
公告