
C#
C# 总结
6在线玩家
就让那少年 永远挂着笑容吧。
展开
-
C# config文件 读取 与Dictionary 键值对使用
C# Config文件 读取解析到键值对示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。代码如下(示例):using System.Configuration; Dictionary<string, Tuple<string, string>> dictionary = new Dictionary<string, Tuple<string, string>>(); string error = conf原创 2021-03-29 17:25:40 · 648 阅读 · 0 评论 -
C# 删除路径文件
删除指定路径的文 System.IO.FileInfo file = new System.IO.FileInfo(url); if (url != "" && file.Exists) { file.Delete(); }原创 2021-03-29 16:14:35 · 271 阅读 · 0 评论 -
Thread多线程传参
C# Thread 多线程 传参数提示:这里 用到了C# 的 Thread Thread myThread = new Thread(() => checkImag("11", "22", button47, pictureBox7, "aaaa")); myThread.Start(); public void checkImag(string DB1, string DB2, Button button, PictureBox pictureBox, string ur原创 2021-03-29 16:06:51 · 318 阅读 · 0 评论