C#中数组、ArrayList和List三者的区别 分类: 【C#那些事】 2013-03-11 00:03 36533人阅读 评论(23) 收藏 举报 目录(?)[+] 在C#中数组,ArrayList,List都能够存储一组对象,那么这三者到底有什么样的区别呢。数组 数组在C#中最早出现的... Read More
posted @ 2015-08-20 16:26 longphui Views(230) Comments(0) Diggs(0) Edit
Dictionary> dict1 = new Dictionary>();Dictionary> dict2 = new Dictionary>();Dictionary _dict3 = new Dictionary() { { "kkds", "wewer" }, { "ddd", "eeee... Read More
posted @ 2015-08-20 16:02 longphui Views(4974) Comments(0) Diggs(0) Edit
使用.NET 开发Web Service,有一个很方便的功能就是可以通过IE直接测试Web Service。当你的Web Service的参数都是元数据类型,那么只要你使用IE浏览Web Service就可以页面的输入框中输入必需的参数,点击调用,即可完成Web Service的测试调用。方便!但是... Read More
posted @ 2015-08-20 09:50 longphui Views(945) Comments(0) Diggs(0) Edit