ArrayList的构造方法中有这样一句注释: public ArrayList(Collection<? extends E> c) { elementData = c.toArray(); size = elementData.length; /...
Continue readingIPC和RPC IPC:进程间通信 RPC:remote procedure call,远程过程调用 Socket:套接字编程 Socket:客户端套接字 ServerSocket:服务器端 nio:异步通信 Channel Selector hadoop底层通信,使用Go...
Continue reading使用JDBC时,我们都会很自然得使用下列语句: Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://127.0.0.1/test?useUnicode=true&characte...
Continue reading