摘要: 回收站文件夹位置 阅读全文
posted @ 2024-11-20 17:47 vvull 阅读(3) 评论(0) 推荐(0) 编辑
摘要: JavaScript Obfuscator Tool 阅读全文
posted @ 2024-11-19 17:34 vvull 阅读(1) 评论(0) 推荐(0) 编辑
摘要: js 日期对象 31 号, setMonth 的锅 解决办法,先setDate(1) let currentDate = new Date(); function getLastShortMonth(date) { if (!date) { date = currentDate; } else { 阅读全文
posted @ 2024-10-31 16:46 vvull 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Check CSP CSP Evaluator Content-Security-Policy Content-Security-Policy WEB应用内容安全策略(Content Security Policy) CSP source values CSP source values HTTP内 阅读全文
posted @ 2024-10-16 11:26 vvull 阅读(13) 评论(0) 推荐(0) 编辑
摘要: AntV <script src="x6.js"></script> <script> const Graph = X6.Graph; const Shape = X6.Shape; const Addon = X6.Addon; </script> 阅读全文
posted @ 2024-07-16 17:45 vvull 阅读(31) 评论(0) 推荐(0) 编辑
摘要: element.style { width: 100%; min-width: 1000px; } 阅读全文
posted @ 2024-06-08 14:28 vvull 阅读(4) 评论(0) 推荐(0) 编辑
摘要: A work-around for -webkit-text-security property. type="text", autocomplete="off" <input type="text" name="password" style="text-security:disc; -webki 阅读全文
posted @ 2024-05-31 11:19 vvull 阅读(13) 评论(0) 推荐(0) 编辑
摘要: SQL Server用户权限查询 阅读全文
posted @ 2024-03-01 14:11 vvull 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 使用 .NET 的 IHttpClientFactory 阅读全文
posted @ 2024-02-29 11:37 vvull 阅读(25) 评论(0) 推荐(0) 编辑
摘要: c#转义URL中的参数 var msg = Uri.EscapeDataString("<xx/> asd"); var redirectURL = $"{SignInURL}" + $"?AESKey={Uri.EscapeDataString(encryptAESKey)}" + $"&VVRe 阅读全文
posted @ 2024-02-23 17:52 vvull 阅读(86) 评论(0) 推荐(0) 编辑