摘要: 需要此版本nginx的私信留邮箱,支持http-flv,支持rtmp,支持secure_link nginx.conf配置: c#后端生成链接 结果: 阅读全文
posted @ 2021-09-27 12:19 迷海 阅读(105) 评论(0) 推荐(0)
摘要: 1.win+r打开运行,输入mmc 2.在控制台1[控制台根节点]->文件->添加/删除....->选择证书->添加-选择计算机账户->完成->确认 3.找到证书文件,双击安装->选择本地计算机->手动选择路径(放到中间证书机构,如果是个人生成的证书,请放到个人)->导入 4.win+r打开运行,输 阅读全文
posted @ 2021-09-24 17:35 迷海 阅读(1035) 评论(0) 推荐(0)
摘要: 使用Nuget包管理器安装ClosedXml包,VS没网在https://www.nuget.org/ 下载后,包源本地安装至项目 函数: private void SelectGrab(CancellationToken token, object state) { Data someItem; 阅读全文
posted @ 2021-09-18 14:31 迷海 阅读(256) 评论(0) 推荐(0)
摘要: string target_p ="2021/09/18"; string target_q ="2021-09-18"; 格式yyyy/MM/dd: MatchCollection mt = Regex.Matches(target_p , "([0-9]{4}/[0-9]{2}/[0-9]{2} 阅读全文
posted @ 2021-09-18 14:17 迷海 阅读(1882) 评论(0) 推荐(0)
摘要: Windows没有足够信息,不能验证该证书",是因为该证书的颁发者解决方案 阅读全文
posted @ 2021-07-28 16:31 迷海 阅读(9633) 评论(0) 推荐(0)
摘要: //c#不愧是全能型的语言,异步连线程都省了 class State { public byte[] bufferCache; public TcpClient tcpClient; } ... private TcpClient tcpServer; private TcpListener TCP 阅读全文
posted @ 2021-04-16 17:07 迷海 阅读(2942) 评论(0) 推荐(0)
摘要: 没时间解释了,快上车... 前端js: upload=function () { if(window.FormData) { var fileslist=$("input[type='file']"); if(fileslist.length>0) { if(fileslist.get(0).fil 阅读全文
posted @ 2021-04-02 17:36 迷海 阅读(339) 评论(0) 推荐(0)