discoverx

博客园 首页 新随笔 联系 订阅 管理
  47 随笔 :: 1 文章 :: 1 评论 :: 19216 阅读

09 2011 档案

摘要:IE9.0与IE8.0Table中的区别:1。IE9.0中TD默认是居中,IE8.0中TD默认是居左,为了兼容性,最好将TD的align的属性写上。 阅读全文
posted @ 2011-09-26 20:34 discoverx 编辑

摘要:/// <summary> /// 删除DataTable中重复的记录 /// </summary> /// <param name="ds"></param> /// <returns></returns> public DataSet DeleteSameData(DataSet ds) { DataSet resultds = ds.Clone(); DataSet Tempds=ds; int count = 0; if (ds != null && ds.Tables.Coun 阅读全文
posted @ 2011-09-22 14:06 discoverx 阅读(201) 评论(0) 推荐(0) 编辑

摘要:CREATEFUNCTION [dbo].[StripAllTags]( @input VARCHAR(8000))RETURNS VARCHAR(8000)ASBEGIN declare @Result varchar(8000), @start int, @end int, @len int set @input = @input+'<>' set @Result = '' set @len=len(@input) set @start = charindex('<',@input,1) set @end = charind 阅读全文
posted @ 2011-09-20 16:24 discoverx 阅读(292) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示