摘要: /*** pDescription: (IniFile)/p* p@version 1.0.0/p* pModifaction:(Date-Version-Author-Description)/p* p------------------------------------------------------------------------/p*/using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.Int 阅读全文
posted @ 2011-01-26 14:03 TNTZWC 阅读(233) 评论(0) 推荐(0) 编辑
摘要: /*** pDescription: (Alert)/p* p@version 1.0.0/p* pModifaction:(Date-Version-Author-Description)/p* p------------------------------------------------------------------------/p*/using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using Sys 阅读全文
posted @ 2011-01-26 14:01 TNTZWC 阅读(307) 评论(0) 推荐(0) 编辑
摘要: /*** pDescription: (RegexString)/p* 记录正则表示式的字符串* p@version 1.0.0/p* pModifaction:(Date-Version-Author-Description)/p* p------------------------------------------------------------------------/p*/using System;using System.Collections.Generic;using System.Linq;using System.Text;namespa 阅读全文
posted @ 2011-01-26 13:59 TNTZWC 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: /*** pDescription: (RegexMatch)/p* 判断字符串是否满足特定条件* p@version 1.0.0/p* pModifaction:(Date-Version-Author-Description)/p* p------------------------------------------------------------------------/p*/using System;using System.Collections.Generic;using System.Linq;using System.Text;using 阅读全文
posted @ 2011-01-26 13:59 TNTZWC 阅读(236) 评论(0) 推荐(0) 编辑
摘要: private void OpenForEditSheet(string strFilePath, string strSheetName) { Microsoft.Office.Interop.Excel.ApplicationClass xlApp = new ApplicationClass(); Microsoft.Office.Interop.Excel.Workbooks xlWorkbooks; Microsoft.Office.Interop.Excel.Workbook xlWorkbook; Microsoft.Office.Interop.Excel.Worksheet 阅读全文
posted @ 2011-01-26 09:56 TNTZWC 阅读(548) 评论(0) 推荐(0) 编辑
摘要: private void OpenForEditSheet(string strFilePath, string strSheetName) { Microsoft.Office.Interop.Excel.ApplicationClass xlApp = new ApplicationClass(); Microsoft.Office.Interop.Excel.Workbooks xlWorkbooks; Microsoft.Office.Interop.Excel.Workbook xlWorkbook; Microsoft.Office.Interop.Excel.Worksheet 阅读全文
posted @ 2011-01-26 09:55 TNTZWC 阅读(296) 评论(0) 推荐(0) 编辑