Loading

摘要: 尝试用命令却找不到任何占用这个端口的程序。 # 49793 请自行替换为实际的端口号 netstat -ano | findstr "49793" Windows系统或某些软件为了实现某些功能,需要预先保留一部分端口。 执行以下命令查看保留端口 netsh int ip show excludedp 阅读全文
posted @ 2024-05-30 12:16 正在缓冲 阅读(33) 评论(0) 推荐(0) 编辑
摘要: CoreWebView2.Settings.UserAgent=""; 注意:30x重定向后设置的UserAgent会失效 https://github.com/MicrosoftEdge/WebView2Feedback/issues/2862 阅读全文
posted @ 2023-03-22 09:54 正在缓冲 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1 public class InnerClass: Form 2 { 3 private Shell_NotifyIconEx servicesClass = null; // 接受主CLASS 的实例句柄 4 internal InnerClass(Shell_NotifyIconEx _ser 阅读全文
posted @ 2020-11-20 12:28 正在缓冲 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 微信语音是amr格式,如需mp3格式需要自行转换, 转换方式可以用sox或用ffmpeg,这里我们使用ffmpeg 首先安装系统编译环境 yum install -y automake autoconf libtool gcc gcc-c++ 编译所需源码包 yasm:汇编器 wget http:/ 阅读全文
posted @ 2020-06-22 15:22 正在缓冲 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 流程请参考:https://www.cnblogs.com/ljcgood66/p/12537389.html 公钥验证 /// <summary> /// 验证公钥 /// </summary> /// <param name="jwtToken"></param> /// <returns></ 阅读全文
posted @ 2020-04-15 17:02 正在缓冲 阅读(950) 评论(2) 推荐(0) 编辑
摘要: IM SDK API 概述 https://cloud.tencent.com/document/product/269/33543 /// <summary> /// IM SDK 初始化。 /// </summary> /// <param name="sdk_app_id"></param> 阅读全文
posted @ 2019-11-13 11:52 正在缓冲 阅读(2207) 评论(8) 推荐(0) 编辑