该文被密码保护。 阅读全文
摘要:
D:\Program Files (x86)\AlistHelper> rclone configCurrent remotes: Name Type myremote swift e) Edit existing remoten) New remoted) Delete remoter) Rena 阅读全文
摘要:
https://docs.qq.com/sheet/DVE9jU1lrRlhJYndE 作者:醉枕--江山 https://www.bilibili.com/read/cv25521647/ 出处:bilibili 阅读全文
摘要:
//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") 阅读全文
摘要:
/// <summary> /// 绑定combox 按顺序填写value、member 示例:InitCombox.BindCombox(cbxStatus,"1","启用","0","禁用"); /// </summary> /// <param name="box"></param> /// <param name="valueMember"></param> public static v 阅读全文
摘要:
引用 类库: using NPOI.SS.UserModel;using System.Threading; object lockObject = new object(); int CurrentSheetIndex = 0;//当前选择的Sheet; DateTime dateStart = 阅读全文
摘要:
引用类库:using NPOI.SS.UserModel; string strSql = string.Empty; DataTable dt = new DataTable(); DataSet ds = null; string Msg = string.Empty; string fileP 阅读全文
摘要:
引用类库:using Aspose.Cells; 阅读全文
摘要:
//声音类型: load:上料 switchs:换装, changes:换程 private enum Sound { load, switchs, changes } SoundPlayer sp = new SoundPlayer(); /// <summary> /// 音频播放 /// </summary> /// <param name="m"></param> private void 阅读全文
摘要:
读取 文件 阅读全文
摘要:
using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System. 阅读全文