Nothing can stop us now

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2007年7月27日

摘要: 日历js代码:XCtrlLib.XCalendarCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->12varXCtrlLib=function(){}3//functionXCtrlLib(){}45//Calendar6/**//*7varcharLeft="<<";8varcharRight=">>";9varcharDrop="▼";10varcharC 阅读全文
posted @ 2007-07-27 17:29 Bruce Tang 阅读(672) 评论(0) 推荐(0) 编辑

摘要: 见到好多人在网上问起在.NET 1.1下如何实现类似.NET 2.0中的WebResource.axd,做了一下,以下是实现代码:HttpWebResourceHandlerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1usingSystem;2usingSystem.Collections;3usingSystem.Globalization;4usingSystem.IO;5usingSystem.Reflection;6usingS 阅读全文
posted @ 2007-07-27 16:21 Bruce Tang 阅读(4226) 评论(3) 推荐(0) 编辑