陈海洋

专注是一种精神。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  ASP.NET

摘要:[] 是针对特定类型、固定长度的。List 是针对特定类型、任意长度的。Array 是针对任意类型、固定长度的。ArrayList 是针对任意类型、任意长度的。Array 和 ArrayList 是通过存储 object 实现任意类型的,所以使用时要转换。应用示例using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Collections;public par 阅读全文

posted @ 2013-03-22 09:23 txst(陈海洋) 阅读(296) 评论(0) 推荐(0)

摘要:检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败,解决方案 阅读全文

posted @ 2011-07-15 15:19 txst(陈海洋) 阅读(376) 评论(0) 推荐(0)

摘要:EnableViewState简单介绍 阅读全文

posted @ 2010-10-21 10:11 txst(陈海洋) 阅读(382) 评论(0) 推荐(0)

摘要:简单注销用户控件 阅读全文

posted @ 2010-10-20 17:08 txst(陈海洋) 阅读(312) 评论(0) 推荐(0)