05 2008 档案
定时执行
摘要:using System; using System.Timers; namespace 定时器ConsoleApplication1 { class Class1 { [STAThread] static void Main(string[] args) { System.Timers.Timer aTimer = new S... 阅读全文
posted @ 2008-05-28 10:35 heart-in-sky 阅读(206) 评论(0) 推荐(0)
找字段名
摘要:select name from syscolumns where id in (select id from sysobjects where type = 'u' and name = '相应表名') 阅读全文
posted @ 2008-05-19 11:33 heart-in-sky 阅读(135) 评论(0) 推荐(0)
SQL 横向数据竖向显示
摘要:create PROCEDURE pdz AS declare @s varchar(8000) set @s= 'create table testg(序号 varchar(20) ' select @s=@s+ ', '+ ColumnName +' varchar(20) ' from Roche_Log_Field set @s=@s... 阅读全文
posted @ 2008-05-19 10:58 heart-in-sky 阅读(825) 评论(0) 推荐(0)
JS类库
摘要:using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using... 阅读全文
posted @ 2008-05-06 14:28 heart-in-sky 阅读(266) 评论(0) 推荐(0)
弹出层
摘要: 阅读全文
posted @ 2008-05-05 14:14 heart-in-sky 阅读(292) 评论(0) 推荐(0)