05 2015 档案
Ubuntu 安装VirtualBox 虚拟机
摘要:转载1、终端命令 编辑sources.list?1sudo gedit /etc/apt/sources.list2、添加 软件源 将下面的地址加入sources.list 的末尾,保存并退出?1deb http://download.virtualbox.org/virtualbox/debian... 阅读全文
posted @ 2015-05-11 16:54 寒星12345678999 阅读(231) 评论(0) 推荐(0)
java 学习地址
摘要:数组JAVA中数组排序小结Java中ArrayList和LinkedList区别 在往里面插入数据时。LinkedList会比ArrayList快很多,因为前者仅仅做了一个类型的插入,而后者却要将整个数组向后移动。 阅读全文
posted @ 2015-05-07 15:31 寒星12345678999 阅读(169) 评论(0) 推荐(0)