上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
摘要: 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̶.̶ 阅读(306) 评论(0) 推荐(0) 编辑
摘要: [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public class MyFilterAttribute : Attribute, IAsyncAuthorizationFilt 阅读全文
posted @ 2021-12-11 10:42 b̶i̶n̶g̶.̶ 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 一、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̶.̶ 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 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̶.̶ 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 一、supervisorctl 1. 连接指定的服务器/端口 supervisorctl -s http://localhost:9002 2. 常用命令 update 更新新的配置到supervisord(不会重启原来已运行的程序) reload,载入所有配置文件,并按新的配置启动、管理所有进程( 阅读全文
posted @ 2021-11-11 09:42 b̶i̶n̶g̶.̶ 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 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̶.̶ 阅读(1412) 评论(0) 推荐(1) 编辑
摘要: https://www.cnblogs.com/yogurtwu/p/10717001.html 阅读全文
posted @ 2021-10-14 11:42 b̶i̶n̶g̶.̶ 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 执行三条命令 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) 编辑
摘要: 一、rsync简介 rsync是一款快速的,开源的,多功能的,可以实现全量和增量的远程和本地的数据同步和数据备份的工具。 二、cwRsyncServer安装(windows平台下的实现) 1.版本:4.1.0 2.安装步骤 2.1 设置用户 2.2 安装目录介绍 2.3 rsyncd.conf us 阅读全文
posted @ 2021-09-15 14:52 b̶i̶n̶g̶.̶ 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: CREATE USER 'xxx'@'localhost' IDENTIFIED BY '123456' FAILED_LOGIN_ATTEMPTS 8 PASSWORD_LOCK_TIME 7; 一、解释 FAILED_LOGIN_ATTEMPTS:代表尝试失败的次数,这里为输错8次。 PASSW 阅读全文
posted @ 2021-09-02 17:02 b̶i̶n̶g̶.̶ 阅读(534) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页