01 2014 档案

摘要:protected void btgua_Click(object sender, EventArgs e) { DataTable dt = ds.Tables[0]; if (dt != null) { #region 操作excel Microsoft.Office.Interop.Excel.Workbook xlWorkBook; Microsoft.Office.Interop.Excel.Worksheet xlWorkSheet; xlWork... 阅读全文
posted @ 2014-01-20 15:17 王者杂货铺 阅读(1243) 评论(0) 推荐(0)
摘要:using System;using System.Text.RegularExpressions; namespace SG_VQCDataCollection{ /// /// 通过Framwork类库中的Regex类实现了一些特殊功能数据检查 /// public class MetarnetRegex { private static MetarnetRegex instance = null; public static MetarnetRegex GetInstance() { ... 阅读全文
posted @ 2014-01-19 13:55 王者杂货铺 阅读(760) 评论(0) 推荐(0)
摘要:var jschars = ['0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F','G','H','I','J','K','L','M','N 阅读全文
posted @ 2014-01-19 10:28 王者杂货铺 阅读(174) 评论(0) 推荐(0)