目录1. 查找2. 顺序查找3. 二分查找4. 多维数组4.1 二维数组 1754.2 二维数组细节5. 二维数组的使用方式 1766. 二维数组的动态初始化1.先声明:类型 数组名[][]; 再定义(开辟空间) 数组名 = new 类型[大小][大小]2.动
i\'m trying to call a WCF service from my Silverlight 3 app. But... when trying to create a \'silverlight enabled wcf service\' in my web project, my VS2008 crashes during creating the item (i think w