弹来弹去跑马灯!

上一页 1 2 3 4 5 6 7 8 9 ··· 39 下一页
摘要: h5 页面播放base64编码的audio数据 阅读全文
posted @ 2024-05-14 22:30 wgscd 阅读(332) 评论(1) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Responsiv 阅读全文
posted @ 2024-05-09 16:04 wgscd 阅读(65) 评论(0) 推荐(0)
摘要: 通过WebView2获取HTTP-only cookie可以使用`WebView2.CookieManager`类的方法。以下是一个示例代码,演示如何获取HTTP-only cookie: using System; using Microsoft.Web.WebView2.Core; using 阅读全文
posted @ 2024-03-31 22:33 wgscd 阅读(2033) 评论(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:43 wgscd 阅读(59) 评论(0) 推荐(0)
摘要: 视频透明度抠图,视频需要一个灰度通道副本表示透明度 阅读全文
posted @ 2024-01-31 20:03 wgscd 阅读(153) 评论(0) 推荐(0)
摘要: c# 更改快捷方式文件图标 阅读全文
posted @ 2023-12-18 12:58 wgscd 阅读(540) 评论(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 阅读(211) 评论(0) 推荐(0)
摘要: 快手弹幕语言版本,主播场控帮手;直播互动语音答谢,自动发弹幕,快手无人直播: http://www.ks163.top 阅读全文
posted @ 2023-10-10 19:05 wgscd 阅读(1122) 评论(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 阅读(146) 评论(0) 推荐(0)
摘要: wpf ScrollViewer 滚动动画 阅读全文
posted @ 2023-07-28 09:23 wgscd 阅读(86) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 39 下一页