04 2020 档案

摘要:1、c# 获取当前程序所在路径 - $JackChen - 博客园.html(https://www.cnblogs.com/Again/p/7700218.html) 暂时用这个: //获取和设置当前目录(即该进程从中启动的目录)的完全限定路径。 string str3 = System.Envi 阅读全文
posted @ 2020-04-27 10:10 csskill 阅读(537) 评论(0) 推荐(0)
摘要:1、SortedDictionary<string, SelfTestInfo> sd = new SortedDictionary<string, SelfTestInfo>();// ZC: 只添加,不删除 2、 3、 4、 5、 阅读全文
posted @ 2020-04-27 09:00 csskill 阅读(188) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-04-14 09:35 csskill 阅读(1) 评论(0) 推荐(0)
摘要:1、如何将VBA工程或模块独立于Excel文件保存_百度知道.html(https://zhidao.baidu.com/question/1047229084145489819.html) 选择和激活单元格 _ Microsoft Docs.html(https://docs.microsoft. 阅读全文
posted @ 2020-04-12 17:52 csskill 阅读(288) 评论(0) 推荐(0)
摘要:1、C#写入文件的几种方式 - Researcher - 博客园.html(https://www.cnblogs.com/researcher/p/4989395.html) 网页内容保存: 1. FileStream.Write string filePath = Directory.GetCu 阅读全文
posted @ 2020-04-12 14:54 csskill 阅读(4091) 评论(0) 推荐(0)
摘要:1、ZC:求某个点 是否在 (凸)4边形 内部 判断一个点是否在四边形内部_人工智能_San_Junipero的博客-CSDN博客.html(https://blog.csdn.net/San_Junipero/article/details/79172260) 已知四边形的四个点,求一个点是否在四 阅读全文
posted @ 2020-04-11 08:43 csskill 阅读(138) 评论(0) 推荐(0)
摘要:1、网上搜到的一般的都好繁琐,偶尔搜到了这个简单: private void Click_CMD(object sender, RoutedEventArgs e) { //ProcessStartInfo start = new ProcessStartInfo(@"C:\Users\33\Des 阅读全文
posted @ 2020-04-09 23:28 csskill 阅读(616) 评论(0) 推荐(0)