摘要:        
vs2010 和 NUnit 问题处理。1. 在 configuration 下 加 ... startup  requiredRuntime version="v4.0.30319" / /startup2. 在 runtime 加  runtime   ... loadFromRemoteSources enabled="true" /  ... /runtime 其中loadFromRemoteSources 的配置选项为:loadFromRemoteSources enabled="true|false" /  另外,更加你的.net framewo    阅读全文
        
            posted @ 2011-01-25 17:35
Expect
阅读(345)
评论(0)
推荐(0)
        
            
        
        
摘要:        
public class TestHashMap { Map tt = new HashMap(); tt.put("aaa", 1); tt.put("bbb", 2); tt.put("ccc", 3); tt.put("ddd", 4); Set> temp = tt.entrySet(); Iterator> it = temp.iterator(); ...    阅读全文
        
            posted @ 2011-01-25 17:19
Expect
阅读(561)
评论(0)
推荐(0)
        
            
        
        
摘要:        
容器 API  常用的集合 List 集合,Set 集合,Map 集合。  List 与 Set 继承了 Collection 接口。        Collection 接口定义了存取一组对象的方法,其子接口 Set 和 List 分别定义了存储方式。  Set 中的数据对象没有顺序且不可以重复。  List 中的数据对象有顺序且可以重复。  Map接口定义了存储 键(Key) 值(Value) 映射对的方法。   Java.util.Collections 类,提供了一些静态方法,实现了基于 List 容器的一些常用算法。  Collection 接口定义了存取一组对象的方法,其子接口 S    阅读全文
        
            posted @ 2011-01-25 17:13
Expect
阅读(602)
评论(0)
推荐(0)
        
 
                     
                    
                 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号