逆水行船

别人的天堂,是我的异乡;无端的繁华,倍添我的惆怅

 
上一页 1 ··· 13 14 15 16 17

2005年7月15日

DNN学习笔记-代码学习:ProviderConfiguration

摘要: using System;using System.IO;using System.Collections;using System.Collections.Specialized;using System.Configuration;using System.Web;using System.Xml; namespace WebApplication1{ /// /// 返回存储配置信息的对象... 阅读全文

posted @ 2005-07-15 10:43 荣- 阅读(351) 评论(1) 推荐(0) 编辑

DNN学习笔记-代码学习:Provider

摘要: using System;using System.IO;using System.Collections;using System.Collections.Specialized;using System.Configuration;using System.Web;using System.Xml; namespace WebApplication1{ /// /// 返回一个存储配置信息的... 阅读全文

posted @ 2005-07-15 10:40 荣- 阅读(255) 评论(1) 推荐(0) 编辑

DNN学习笔记-代码学习:Reflection

摘要: using System; namespace WebApplication1{ /// /// 映射,根据传入的参数,生成相应的对象类型及对象, /// 并且把取得的类型、键值对放入到缓存中。 /// public class Reflection { public Reflection() { // // TODO: 在此处添加构造函数逻辑 // } /// //... 阅读全文

posted @ 2005-07-15 10:37 荣- 阅读(263) 评论(0) 推荐(0) 编辑

DNN学习笔记-代码学习:DataCache

摘要: using System;using System.Web;using System.Web.Caching;using System.Collections; namespace WebApplication1{ /// /// 缓存的类型,他们之间是否是包含关系? /// public enum CoreCacheType { Host = 1, Portal, Tab } ///... 阅读全文

posted @ 2005-07-15 10:34 荣- 阅读(824) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17

导航