上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 注意佳能系列一体机的清零方法差不多都是一样的。 1、先按住【停止/重置】键,然后按【电源】键开机(别松开) 2、按【电源】键 不放手的同时,松开【停止/重置】键(此时电源键还是按住不放的状态) 3、然后在按5下【停止/重置】键,按最后一下的時候按住不放,此时【电源】键与【停止/重置】键都处于按住不放 阅读全文
posted @ 2019-07-14 20:11 mapstar 阅读(29414) 评论(0) 推荐(0) 编辑
摘要: public class WaitDialogBase : TutorialControlBase { //private DevExpress.Utils.WaitDialogForm dlg = null; //public void CreateWaitDialog(string caption = "", string title = "") ... 阅读全文
posted @ 2019-05-29 18:24 mapstar 阅读(528) 评论(0) 推荐(0) 编辑
摘要: public static string TxtFilter = "文本文件(.txt)|*.txt"; public static string PDFFilter = "PDF文件(.pdf)|*pdf"; public static string XLSFilter = "Excel文件(.xls)|*.xls"; public void E... 阅读全文
posted @ 2019-05-06 10:18 mapstar 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 设置焦点到Cell 3 /// </summary> 4 /// <param name="view"></param> 5 /// <param name="rowHandle"></param> 6 /// <param name="columnInd 阅读全文
posted @ 2019-04-28 17:37 mapstar 阅读(819) 评论(0) 推荐(0) 编辑
摘要: oracle: SQL时间段 CREATEDATE between to_date('" + startDate + " 00:00:00','yyyy-mm-dd hh24:mi:ss') and to_date('" + endDate + " 23:59:59','yyyy-mm-dd hh2 阅读全文
posted @ 2019-04-28 17:12 mapstar 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 身份证验证 /// </summary> /// <param name="idCard"></param> /// <returns></returns> private static bool CheckIDCardShort(string idCard) { 阅读全文
posted @ 2019-04-28 14:33 mapstar 阅读(155) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 验证十八位身份号是否合法 /// </summary> /// <param name="Id"></param> /// <returns></returns> private static bool CheckIDCardLong(string idCard) 阅读全文
posted @ 2019-04-28 14:32 mapstar 阅读(170) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 解析身份证 /// </summary> /// <param name="IDCard"></param> /// <returns>list: 0.BIRTHDAY, 1.AGE, 2.AGEUNIT, 3.SEX</returns> public stati 阅读全文
posted @ 2019-04-28 14:31 mapstar 阅读(683) 评论(0) 推荐(0) 编辑
摘要: private void SaveSOConfig() { //保存配置 Dictionary<string, string> PrintConfigDIC = new Dictionary<string, string>(); PrintConfigDIC.Add("TIME1", dtTime1 阅读全文
posted @ 2019-04-26 15:36 mapstar 阅读(133) 评论(0) 推荐(0) 编辑
摘要: #region Verify_Execute /// <summary> /// 验证insert、update、delete执行 /// </summary> /// <param name="tran">事务</param> /// <param name="retrow">执行返回值</par 阅读全文
posted @ 2019-04-26 15:19 mapstar 阅读(392) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页