Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> declare @tblname varchar(200) declare @object_id int declare tbl_cursor CURSOR for selec... Read More
posted @ 2008-10-27 17:08 温景良(Jason) Views(917) Comments(0) Diggs(0)
最近在做内部管理,需要用到这个东西来提醒,所以就把它做成一个类,直接调用,满方便的.贴一下代码,大家看一下 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System; 2 using System.We... Read More
posted @ 2008-10-27 15:35 温景良(Jason) Views(2357) Comments(7) Diggs(0)