摘要: Visual Studio配置: Visual Assist 西红柿,Shit+Alt+O 搜索文件 (工具.扩展与更新) Word Highlight With Margin 高亮显示 Visual Studio 2015 Color THeme Editor 主题编辑器(可选) 工具.选项.文本 阅读全文
posted @ 2022-03-22 09:30 普天2022 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 背景: 保密。 过程: 先查询一下常见的加壳工具: DotFuscator,官方自带,据说免费版混淆程度不高 ConfuserEx,只支持.NET Framework 2.0/3.0/3.5/4.0/4.5/4.6/4.7/4.8,不支持.NET Core Virbox Protector,很好很优 阅读全文
posted @ 2024-05-14 16:39 普天2022 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.cnblogs.com/atomy/p/15260695.html 阅读全文
posted @ 2024-04-22 16:51 普天2022 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ShopController.cs public class ShopController : ApiControllerBase { [Route("api/v1/shop/watermark")] [HttpPost] public ApiResult watermark(dynamic val 阅读全文
posted @ 2024-04-18 16:11 普天2022 阅读(4) 评论(0) 推荐(0) 编辑
摘要: CREATE INDEX idx_Gd_FindSame_IsDelete_GoodsId ON Gd_FindSame (IsDelete,GoodsId); 阅读全文
posted @ 2024-04-10 10:14 普天2022 阅读(2) 评论(0) 推荐(0) 编辑
摘要: with cte as ( select GoodsId,Same_GoodsId,ROW_NUMBER() over(partition by GoodsId,Same_GoodsId order by (select 0)) as rn from Gd_FindSame_Detail_temp 阅读全文
posted @ 2024-04-09 19:23 普天2022 阅读(1) 评论(0) 推荐(0) 编辑
摘要: private void uiButton1_Click(object sender, EventArgs e) { DataTable dt = new DataTable(); dt.Columns.Add("CreateBy", typeof(System.Int64)); dt.Column 阅读全文
posted @ 2024-04-09 17:12 普天2022 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 托管调试助手 "ContextSwitchDeadlock":“CLR 无法从 COM 上下文 0xac89c0 转换为 COM 上下文 0xac8908,这种状态已持续 60 秒。拥有目标上下文/单元的线程很有可能执行的是非泵式等待或者在不发送 Windows 消息的情况下处理一个运行时间非常长的 阅读全文
posted @ 2024-04-08 14:20 普天2022 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.cnblogs.com/atomy/p/15260695.html 阅读全文
posted @ 2024-03-29 14:04 普天2022 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1,官网下载 FFmpeg.exe 参见:https://blog.csdn.net/m0_46278037/article/details/113790540 2,FFmpegHelper代码如下 1 public class FFmpegHelper 2 { 3 public void Conv 阅读全文
posted @ 2024-03-27 09:32 普天2022 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 参见:https://www.cnblogs.com/atomy/p/15260695.html 阅读全文
posted @ 2024-03-22 17:48 普天2022 阅读(3) 评论(0) 推荐(0) 编辑