Loading

摘要: CoreWebView2.Settings.UserAgent=""; 注意:30x重定向后设置的UserAgent会失效 https://github.com/MicrosoftEdge/WebView2Feedback/issues/2862 阅读全文
posted @ 2023-03-22 09:54 正在缓冲 阅读(212) 评论(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 正在缓冲 阅读(584) 评论(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 正在缓冲 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 流程请参考:https://www.cnblogs.com/ljcgood66/p/12537389.html 公钥验证 /// <summary> /// 验证公钥 /// </summary> /// <param name="jwtToken"></param> /// <returns></ 阅读全文
posted @ 2020-04-15 17:02 正在缓冲 阅读(941) 评论(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 正在缓冲 阅读(2174) 评论(8) 推荐(0) 编辑