摘要:
/**//// /// CSV出力 /// /// CSV_NAME /// CSV_CONTENT /// Response /// /// public static bool OUTPUT_CSV(string pCSV_NAME, string pCSV_CONTENT, HttpResponse pR... 阅读全文
摘要:
Private Sub toExcel()Sub toExcel(ByVal tb As DataTable) Dim dgrid As System.Web.UI.WebControls.DataGrid = Nothing Dim context As System.Web.Ht... 阅读全文
摘要:
/**//// /// 下载文件 /// /// public static void DownloadFile(string filepath) { string strContentType = " "; string strFileName = " "; string strFilePath = " "; int intIndex1 = ... 阅读全文
摘要:
2007-10-01 /2007-10-1 兩種:/^((((1[6-9]|[2-9]\d)\d{2})-(0?[13578]|1[02])-(0?[1-9]|[12]\d|3[01]))|(((1[6-9]|[2-9]\d)\d{2})-(0?[13456789]|1[012])-(0?[1-9]|[12]\d|30))|(((1[6-9]|[2-9]\d)\d{2})-0?2-(0?[1-9]... 阅读全文