- 博客(2)
- 资源 (16)
- 收藏
- 关注
原创 C# ArrayList详解
C# ArrayList详解 使用ArrayList需要引用System.Collections命名空间,类似于数组Array但不相同,两者主要有如下差异: 1, ArrayList是动态,Array是静态的; 2,ArrayList提供一些直接处理添加,删除和插入等方法,但数组一次只能处理一个元素值; 3,ArrayList只能是一维的,数组可以是多维的; 一,声明方式
2012-12-07 12:27:20
673
原创 字符串加密
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; using System.IO; namespace strPractices { class Program {
2012-12-05 12:18:45
324
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人