代码改变世界

随笔档案-2010年01月

c#功能函数

2010-01-23 11:09 by LvSir, 219 阅读, 收藏,
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- //判断是否是数字 public bool IsNumeric(string number) { try { float.Parse(number); return true; } catch { ... 阅读全文

dhtml-table jstree下载

2010-01-22 14:55 by LvSir, 203 阅读, 收藏,
摘要: dhtml-table jstree下载 阅读全文