摘要: 以批量选择"通勤"为例 在浏览器Console中敲入 allow pasting document.querySelectorAll('input[name="commute"]').forEach(checkbox => { checkbox.checked = true; }); // 包含 < 阅读全文
posted @ 2025-03-15 16:06 ChasingDreams 阅读(3) 评论(0) 推荐(0)
摘要: git clone git@gitee.com:longing/aspnetcorestudy.git --config core.sshcommand="ssh -i ~/.ssh/gitee_ssh_key" 阅读全文
posted @ 2025-03-03 09:52 ChasingDreams 阅读(7) 评论(0) 推荐(0)
摘要: ollama下载qwen2.5:7b potplayer字幕->生成有声字幕 下载转换引擎 Whisper-Faster 型号会在首次生成时自动下载 下载的位置不可选,可以用mklink /J 名字 位置 建立一个软链接,节省下系统盘空间 (C:\Users\bill\AppData\Roaming 阅读全文
posted @ 2025-03-02 17:22 ChasingDreams 阅读(397) 评论(0) 推荐(0)
摘要: using System; using System.Runtime.InteropServices; namespace ConsoleApp3 { class Program { static void Main(string[] args) { Console.WriteLine(Runtim 阅读全文
posted @ 2025-02-25 10:12 ChasingDreams 阅读(1) 评论(0) 推荐(0)
摘要: Stryker.NET https://stryker-mutator.io/docs/stryker-net/introduction/ 阅读全文
posted @ 2024-12-08 22:13 ChasingDreams 阅读(4) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1kpzSYUEES 不适用Redis方案,在响应报文中添加 Cache-Control:no-cache 配合ETag实现缓存加速 核心思路,使用https://github.com/SimonCropp/Delta 库,监视数据库 阅读全文
posted @ 2024-12-07 22:10 ChasingDreams 阅读(9) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/list/watchlater?oid=918750121 using System.Buffers; using BenchmarkDotNet.Attributes; namespace SearchValuesExample; [MemoryD 阅读全文
posted @ 2024-08-25 22:14 ChasingDreams 阅读(18) 评论(0) 推荐(0)
摘要: 猜测和使用公司的辣鸡VPN网络不稳定有关,造成rdp协议错误,卡在用户认证这个环节 可能会成功的解决办法 组策略: Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop S 阅读全文
posted @ 2024-08-07 09:03 ChasingDreams 阅读(697) 评论(0) 推荐(0)
摘要: 感谢dongfo 阅读全文
posted @ 2024-05-16 10:28 ChasingDreams 阅读(24) 评论(0) 推荐(0)
摘要: ASP.NET Core creates an Activity that represents the request by default. This is what tells HttpClient to send an outgoing request id header. You can 阅读全文
posted @ 2023-12-24 21:44 ChasingDreams 阅读(106) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示