弹来弹去跑马灯!

摘要: HTML,JS 模拟聊天界面UI 阅读全文
posted @ 2025-05-23 11:22 wgscd 阅读(9) 评论(0) 推荐(0)
摘要: 利用:getBoundingClientRect 获取元素相对窗口的位置和大小 阅读全文
posted @ 2025-04-02 21:57 wgscd 阅读(23) 评论(1) 推荐(0)
摘要: C# 判断是否安装了ffmpeg 阅读全文
posted @ 2025-03-18 16:42 wgscd 阅读(6) 评论(0) 推荐(0)
摘要: shadow-root中的元素定位方法 阅读全文
posted @ 2025-03-04 20:19 wgscd 阅读(326) 评论(0) 推荐(0)
摘要: JS MutationObserver监听DOM元素改变 阅读全文
posted @ 2025-01-15 11:41 wgscd 阅读(61) 评论(0) 推荐(0)
摘要: Webview2动态设置页面video的Blob进行播放 阅读全文
posted @ 2025-01-14 09:53 wgscd 阅读(59) 评论(0) 推荐(0)
摘要: C# 文件分割和文件合并 阅读全文
posted @ 2025-01-14 09:47 wgscd 阅读(96) 评论(0) 推荐(0)
摘要: WPF刮刮乐 <Window x:Class="WpfApp2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2025-01-09 19:27 wgscd 阅读(12) 评论(0) 推荐(0)
摘要: JS利用浏览器进行语言识别 阅读全文
posted @ 2025-01-02 09:41 wgscd 阅读(13) 评论(0) 推荐(0)
摘要: public partial class App : Application { public App() { CultureInfo cultureInfo = new CultureInfo("en-US"); CultureInfo.CurrentCulture = cultureInfo; 阅读全文
posted @ 2024-12-30 17:05 wgscd 阅读(35) 评论(0) 推荐(0)