Live2D 看板娘 / Demo
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: 添加引用: ThoughtWorks.QRCode.dll System.Drawing using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mi 阅读全文
posted @ 2020-10-26 16:29 KysonDu 阅读(402) 评论(0) 推荐(0)
摘要: //年月日 function ChangeDateFormat(cellval) { var date = new Date(parseInt(cellval.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMon 阅读全文
posted @ 2020-10-26 16:23 KysonDu 阅读(701) 评论(0) 推荐(0)
摘要: 一、新建Word #region 新建Word文档 /// <summary> /// 动态生成Word文档并填充内容 /// </summary> /// <param name="dir">文档目录</param> /// <param name="fileName">文档名</param> / 阅读全文
posted @ 2020-10-16 13:26 KysonDu 阅读(976) 评论(0) 推荐(0)
摘要: public static void Read() { StreamReader sr = new StreamReader("D:\\test.txt", Encoding.GetEncoding("utf-8")); String line; while ((line = sr.ReadLine 阅读全文
posted @ 2020-10-16 11:14 KysonDu 阅读(1679) 评论(0) 推荐(1)
摘要: 一、创建一个控制台应用程序 二、创建一个HTML文件夹用来存放HTML 三、代码实现 static void Main(string[] args) { //当前应用程序集的执行的上级目录 string dir = Path.GetFullPath("../../"); string path = 阅读全文
posted @ 2020-10-16 10:27 KysonDu 阅读(2558) 评论(2) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页