该文被密码保护。 阅读全文
posted @ 2019-04-16 23:32 大吉利new 阅读(4) 评论(0) 推荐(0)
摘要: 文件中的类都不能进行设计,因此未能为该文件显示设计器。设计器检查出文件中有以下类: Form1 无法设计基类“System.Void”。 出现上述错误,解决办法如下: 关闭所有设计窗口(例如form1.cs(设计)),菜单栏生成,清理解决方案,关闭vs2022,重新启动vs2022打开你的项目。 ( 阅读全文
posted @ 2025-01-12 21:54 大吉利new 阅读(789) 评论(0) 推荐(0)
摘要: D:\Program Files (x86)\AlistHelper> rclone configCurrent remotes: Name Type myremote swift e) Edit existing remoten) New remoted) Delete remoter) Rena 阅读全文
posted @ 2023-11-27 22:32 大吉利new 阅读(154) 评论(0) 推荐(0)
摘要: https://docs.qq.com/sheet/DVE9jU1lrRlhJYndE 作者:醉枕--江山 https://www.bilibili.com/read/cv25521647/ 出处:bilibili 阅读全文
posted @ 2023-11-19 12:13 大吉利new 阅读(556) 评论(1) 推荐(0)
摘要: //2017年7月24日 System.DateTime.Now.ToString("D"); //2017-7-24 System.DateTime.Now.ToString("d"); //2017年7月24日 13:46:15 System.DateTime.Now.ToString("F") 阅读全文
posted @ 2023-11-08 21:43 大吉利new 阅读(22) 评论(0) 推荐(0)
摘要: /// <summary> /// 绑定combox 按顺序填写value、member 示例:InitCombox.BindCombox(cbxStatus,"1","启用","0","禁用"); /// </summary> /// <param name="box"></param> /// <param name="valueMember"></param> public static v 阅读全文
posted @ 2019-09-05 17:50 大吉利new 阅读(734) 评论(0) 推荐(0)
摘要: 引用 类库: using NPOI.SS.UserModel;using System.Threading; object lockObject = new object(); int CurrentSheetIndex = 0;//当前选择的Sheet; DateTime dateStart = 阅读全文
posted @ 2019-09-05 17:38 大吉利new 阅读(723) 评论(0) 推荐(0)
摘要: 引用类库:using NPOI.SS.UserModel; string strSql = string.Empty; DataTable dt = new DataTable(); DataSet ds = null; string Msg = string.Empty; string fileP 阅读全文
posted @ 2019-09-05 17:30 大吉利new 阅读(688) 评论(0) 推荐(0)
摘要: 引用类库:using Aspose.Cells; 阅读全文
posted @ 2019-09-05 17:25 大吉利new 阅读(151) 评论(0) 推荐(0)
摘要: //声音类型: load:上料 switchs:换装, changes:换程 private enum Sound { load, switchs, changes } SoundPlayer sp = new SoundPlayer(); /// <summary> /// 音频播放 /// </summary> /// <param name="m"></param> private void 阅读全文
posted @ 2019-09-05 15:30 大吉利new 阅读(196) 评论(0) 推荐(0)
摘要: 读取 文件 阅读全文
posted @ 2019-09-05 14:46 大吉利new 阅读(266) 评论(0) 推荐(0)