Live2D 看板娘 / Demo
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: #region StreamReader读取txt文件 //using (StreamReader streamReader = new StreamReader(@"C:\Users\admin\Desktop\1.txt", Encoding.UTF8)) //{ // while (!stre 阅读全文
posted @ 2021-07-07 17:04 KysonDu 阅读(249) 评论(0) 推荐(0) 编辑
摘要: #region FileStream读取txt文件 //using (FileStream fileStream = new FileStream(@"C:\Users\admin\Desktop\1.txt", FileMode.OpenOrCreate, FileAccess.Read)) // 阅读全文
posted @ 2021-07-07 16:50 KysonDu 阅读(593) 评论(0) 推荐(0) 编辑
摘要: #region File创建文件 //File.Create(@"C:\Users\admin\Desktop\2.txt"); //Console.WriteLine("创建成功!"); //Console.ReadKey(); #endregion #region File删除文件 //File 阅读全文
posted @ 2021-07-07 16:48 KysonDu 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 效果展示 具备特点: ①组合搜索栏搜索,您可以不用打开多个网页进行搜索,解决的操作繁琐 ②链接转成真实链接 例:百度搜索到的链接(https://www.baidu.com/link?url=AgjasSw2NRVJR9dmU1CO8-2CiGsIoHTEdIKea4DyLRjaGR8Cl7YR9u 阅读全文
posted @ 2021-06-29 16:36 KysonDu 阅读(940) 评论(1) 推荐(0) 编辑
摘要: /// <summary> /// 微博日期转换(Mon Jun 28 18:00:01 +0800 2021) /// </summary> /// <param name="strDate"></param> /// <returns></returns> public static DateT 阅读全文
posted @ 2021-06-28 18:24 KysonDu 阅读(84) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页