2005年5月24日
摘要: 本文主要提供代码,创建自己的RSS,供别人订阅--- RSS.aspx--- RSS.aspx.csusing System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionS... 阅读全文
posted @ 2005-05-24 01:31 T_98Dsky 阅读(421) 评论(0) 推荐(0) 编辑
  2005年5月9日
摘要: If(e.Item.ItemType=ListItemType.Item)Or_ (e.Item.ItemType=ListItemType.AlternatingItem)Then IfCType(e.Item.DataItem,Evaluation).Rating="Good"T... 阅读全文
posted @ 2005-05-09 14:27 T_98Dsky 阅读(514) 评论(0) 推荐(0) 编辑
摘要: nam=nam.Substring(nam.LastIndexOf("\")+1).ToUpper DimiAsInt16=nam.LastIndexOf(".") DimextAsString=nam.Substring(i).ToUppe 阅读全文
posted @ 2005-05-09 14:04 T_98Dsky 阅读(403) 评论(0) 推荐(0) 编辑
  2005年4月30日
摘要: 1If(e.Item.ItemType=ListItemType.AlternatingItemOre.Item.ItemType=ListItemType.ItemOre.Item.ItemType=ListItemType.EditItem)Then 2Dimdc_nameAsHyperLink=CType(e.Ite... 阅读全文
posted @ 2005-04-30 08:50 T_98Dsky 阅读(765) 评论(0) 推荐(0) 编辑
  2005年4月29日
摘要: createfunction[dbo].[FormatDate] ( @dDatedatetime--Datevaluetobeformatted ,@sFormatvarchar(40)--Formatfordatevalue ) returnsvarchar(40) as begin ... 阅读全文
posted @ 2005-04-29 10:56 T_98Dsky 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1ifexists(select*fromsysobjectswhereid=object_id('PrHelloWord_12') 2andobjectproperty(id,'isprocedure')=1) 3dropprocedurePrHelloWord_12 4go 5createprocedurePrHelloWord_12 6as 7... 阅读全文
posted @ 2005-04-29 01:01 T_98Dsky 阅读(444) 评论(0) 推荐(0) 编辑
  2005年4月28日
摘要: select no=(select count(t.di_id) from dwe_info t where t.di_id<=o.di_id ),* from dwe_info o 阅读全文
posted @ 2005-04-28 11:16 T_98Dsky 阅读(469) 评论(0) 推荐(0) 编辑
  2005年4月26日
摘要: 相关收藏: ... 阅读全文
posted @ 2005-04-26 15:16 T_98Dsky 阅读(451) 评论(0) 推荐(0) 编辑
摘要: {0:yy-MM-dd HH:mm} 通过使用自定义 DateTime 格式说明符来创建自己的自定义 DateTime 格式字符串,您可以更好地控制格式化 DateTime 对象的方式。组合一个或多个自定义格式说明符,以构造可生成您喜欢的输出的 DateTime 格式化模式。实际上,大多数的标准 DateTime 格式说明符都是在当前适用的 DateTimeFormatInfo 类中指定的格式... 阅读全文
posted @ 2005-04-26 09:56 T_98Dsky 阅读(499) 评论(0) 推荐(0) 编辑
  2005年4月22日
摘要: .NETFramework类库 ... 阅读全文
posted @ 2005-04-22 16:44 T_98Dsky 阅读(2106) 评论(0) 推荐(0) 编辑