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...
阅读全文
摘要:using System;using System.Text.RegularExpressions; namespace SG_VQCDataCollection{ /// /// 通过Framwork类库中的Regex类实现了一些特殊功能数据检查 /// public class MetarnetRegex { private static MetarnetRegex instance = null; public static MetarnetRegex GetInstance() { ...
阅读全文
摘要: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
阅读全文