人人人人人人人人人人人人

摘要: 通过WebView2获取HTTP-only cookie可以使用`WebView2.CookieManager`类的方法。以下是一个示例代码,演示如何获取HTTP-only cookie: using System; using Microsoft.Web.WebView2.Core; using 阅读全文
posted @ 2024-03-31 22:33 wgscd 阅读(35) 评论(0) 推荐(0) 编辑
摘要: <% 'Desc : ASP6.0 (VB) 获取目录下所有图片文件 'by : wgscd 'date : 2024-2-1 dim c_path c_path=Server.MapPath( "./") set file_system=createobject("scripting.filesy 阅读全文
posted @ 2024-02-01 10:44 wgscd 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 视频透明度抠图,视频需要一个灰度通道副本表示透明度 阅读全文
posted @ 2024-01-31 20:03 wgscd 阅读(18) 评论(0) 推荐(0) 编辑
摘要: c# 更改快捷方式文件图标 阅读全文
posted @ 2023-12-18 12:59 wgscd 阅读(237) 评论(1) 推荐(2) 编辑
摘要: 引用COM组件 Shell32 Shell32.ShellFolderView desktopFolderView; int hwnd; Shell32.Shell iShell = new Shell32.Shell(); SHDocVw.ShellWindows iWindows = iShel 阅读全文
posted @ 2023-12-18 12:44 wgscd 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 快手弹幕语言版本,主播场控帮手;直播互动语音答谢,自动发弹幕,快手无人直播: http://www.ks163.top 阅读全文
posted @ 2023-10-10 19:05 wgscd 阅读(253) 评论(0) 推荐(0) 编辑
摘要: C# HOOK 键盘事件 /* by: wgscd date:2023-8-15 desc: test hook in c# */ using System; using System.Collections.Generic; using System.Linq; using System.Text 阅读全文
posted @ 2023-08-15 10:36 wgscd 阅读(76) 评论(0) 推荐(0) 编辑
摘要: wpf ScrollViewer 滚动动画 阅读全文
posted @ 2023-07-28 09:24 wgscd 阅读(28) 评论(0) 推荐(0) 编辑
摘要: C#调用IronOcr识别文字不理想 阅读全文
posted @ 2023-07-19 10:10 wgscd 阅读(183) 评论(0) 推荐(0) 编辑
摘要: C# 调用FFmpeg 合并视频和音频 阅读全文
posted @ 2023-07-19 09:28 wgscd 阅读(52) 评论(0) 推荐(0) 编辑