上一页 1 ··· 3 4 5 6 7
摘要: public class DirCache { private SortedDictionary<string, object> dic = new SortedDictionary<string, object>(); private static volatile DirCache instan 阅读全文
posted @ 2021-10-21 13:41 龙丶谈笑风声 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://www.myssl.cn/tools/merge-pem-cert.html 阅读全文
posted @ 2021-10-20 16:13 龙丶谈笑风声 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://superdry.apphb.com/tools/online-rsa-key-converter 阅读全文
posted @ 2021-10-20 16:12 龙丶谈笑风声 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 移除:DataTable.Columns.Remove("colName"); 取列:DataTable dt = DataTable.DefaultView.ToTable(false, new string[] { "colName1", "colName2" }); 取行:DataTable 阅读全文
posted @ 2021-10-20 16:10 龙丶谈笑风声 阅读(218) 评论(0) 推荐(0) 编辑
摘要: C#RSA数字签名解释 阅读全文
posted @ 2021-10-20 15:57 龙丶谈笑风声 阅读(830) 评论(0) 推荐(0) 编辑
摘要: C#,共享文件夹, 阅读全文
posted @ 2021-10-12 16:44 龙丶谈笑风声 阅读(587) 评论(0) 推荐(0) 编辑
摘要: public class FindSmallImgInBig { /// <summary> /// 判断图形里是否存在另外一个图形 并返回所在位置 /// </summary> /// <param name="p_SourceBitmap">原始图形</param> /// <param nam 阅读全文
posted @ 2021-09-13 11:55 龙丶谈笑风声 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 简单设计界面 点击picture下方的按钮进入桌面截图 其中截图需要定义的方法和属性: private ScreenForm sf = new ScreenForm(); private Thread thread; private Bitmap curBitmap; private System. 阅读全文
posted @ 2021-09-13 11:54 龙丶谈笑风声 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7