随笔分类 - C#功能
摘要:代码配置编写 1、引用dll 2、代码编写配置 3、生成的目录
阅读全文
摘要:调用dll,程序有可能缺少微软程序的运行库 可下载一个微软的运行库 下载链接:https://pan.baidu.com/s/1FSNb_eFmFoKIhU23V3zj8Q 密码:fbzy
阅读全文
摘要:staticvoid Main(string[] args) { string s =""; //(1)字符访问(下标访问s[i]) s ="ABCD"; Console.WriteLine(s[0]); // 输出"A"; Console.WriteLine(s.Length...
阅读全文
摘要:var content = new StreamReader(@"D:\json.txt", Encoding.Default).ReadToEnd();
阅读全文
摘要:using Newtonsoft.Json.Converters; using Newtonsoft.Json; IsoDateTimeConverter timeFormat = new IsoDateTimeConverter(); timeFormat.DateTimeFormat = "yyyy-MM-dd HH:mm:ss"; JsonConvert.SerializeObje...
阅读全文
摘要:System.Diagnostics.Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); //执行代码+++ var d = stopwatch.Elapsed.Seconds; stopwatch.Stop();
阅读全文
摘要:private static char[] constant = { '0','1','2','3','4','5','6','7','8','9', 'A','B','C','D','E','F','G','H','I','J','K','L',
阅读全文
摘要://程序位置 string strAppFileName = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName; System.Diagnostics.Process myNewProce...
阅读全文
摘要://打开配置文件 Configuration cfa = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); //读取配置文件key的内容 string startTime = Co...
阅读全文

浙公网安备 33010602011771号