10 2007 档案
摘要:檢驗時間格式Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//檢驗時間格式functionCheckTime(o){varreg=newRegExp("^([0-1]?\\d|2[0-3]):[0-5]\\d$","gi");if(o.value.t...
阅读全文
摘要:一个很好的String组合连接的方法(StringBuffer);
阅读全文
摘要:清除HTML#region 清除HTML /**//// /// 清除HTML /// /// /// public static string CleanHtml(string str) { Regex reg = new Regex("...
阅读全文
摘要:代码如下: CombinColumns#region CombinColumns private void CombinColumns(DataGrid dataGrid) { int rowsCount = dataGrid.Items.Count; for (int i = rowsCount - 1; i > 0; i--) ...
阅读全文
浙公网安备 33010602011771号