摘要:
修改my.ini文件中的 [mysql] default-character-set=gbk [mysqld] # The default character set that will be used when a new schema or table is# created and no ch 阅读全文
摘要:
在java的IO中就是运用装饰模式设计的。一层装饰一层如:DataOutputStream dos = new DataOutputStream(new BufferedOutputStream(new FileOutputStream("data.txt")));装饰模式的组成:1、抽象构件角色:... 阅读全文
摘要:
先来看看HashMap的一些成员变量以及他们的含义 /** * The default initial capacity - MUST be a power of two. */ static final int DEFAULT_INITIAL_CAPACITY = 16;//... 阅读全文