2008年10月9日
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System.Reflection; PropertyInfo Info; Info = Request.QueryString.GetType... 阅读全文
posted @ 2008-10-09 18:59 myx 阅读(1033) 评论(0) 推荐(0) 编辑
  2008年10月6日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// Register javascript to hide select elements. Select elements overlap window in IE6 /// pr... 阅读全文
posted @ 2008-10-06 21:53 myx 阅读(426) 评论(1) 推荐(0) 编辑
  2008年9月28日
摘要: 效果如图: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 protected void UltraWebGrid1_PageIndexChanged(object sender, Infragistics.WebUI.Ul... 阅读全文
posted @ 2008-09-28 14:22 myx 阅读(1914) 评论(5) 推荐(0) 编辑
  2005年6月28日
摘要: 基本介绍(略) 下载: http://logging.apache.org/log4net/downloads.html 模式一览 编号 设计模式 作用 1 工厂方法 创建Logger和Plugin 2 模板方法 在DoAppend中调用抽象的Append方法,这个方法在子类中实现 3 桥接 使不同的形式的日志和不同记录方式的日志任意组合 4 适配器 适配Layout和Ra... 阅读全文
posted @ 2005-06-28 15:04 myx 阅读(1971) 评论(1) 推荐(0) 编辑