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