上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
  2008年5月19日
摘要: 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 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(817) 评论(0) 推荐(0) 编辑
  2008年5月6日
摘要: 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 阅读(259) 评论(0) 推荐(0) 编辑
  2008年5月5日
摘要: 阅读全文
posted @ 2008-05-05 14:14 heart-in-sky 阅读(287) 评论(0) 推荐(0) 编辑
  2008年4月24日
摘要: SQL Server 密码策略和证书 SQL Server 2005加强了在Windows Server 2003下运行的SQL Server登录的身份验证。SQL Server 2005 对其他操作系统下运行的SQL Server的身份验证也做了一些改进。正如本章一开始提到的,用户可以使用Windows身份验证或者SQL Server身份验证来登录SQL Server。Windows身份验证是非... 阅读全文
posted @ 2008-04-24 14:25 heart-in-sky 阅读(3981) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-04-24 09:47 heart-in-sky 阅读(99) 评论(0) 推荐(0) 编辑
  2008年4月23日
摘要: 方法一:<%#DataBinder.Eval(Container,"DataItem.你的字段").ToString().Length>9?DataBinder.Eval(Container,"DataItem.你的字段").ToString().Substring(0,7)+"...":DataBinder.Eval(Container,"DataItem.你的字段")%>方法... 阅读全文
posted @ 2008-04-23 11:44 heart-in-sky 阅读(265) 评论(0) 推荐(0) 编辑
  2008年4月21日
摘要: .模态窗口的打开,model window open2.模态窗口的关闭,model window close3.模态窗口的传递参数,model window get valuse4.其他....,other .. 1.window.showModalDialog("DialogPage.aspx","newwin","dialogHeight: 200px; dialogWidth: 150px;... 阅读全文
posted @ 2008-04-21 16:11 heart-in-sky 阅读(4657) 评论(0) 推荐(0) 编辑
摘要: /// <summary>/// 判断是否是数字/// </summary>/// <param name="str">字符串</param>/// <returns></returns>public static bool IsNumeric(string str){if (str == null || str.Length... 阅读全文
posted @ 2008-04-21 14:35 heart-in-sky 阅读(204) 评论(0) 推荐(0) 编辑
  2008年4月11日
摘要: style="DISPLAY: none" 阅读全文
posted @ 2008-04-11 14:17 heart-in-sky 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页