traveling in cumputer science!!
发布时间:2015-08-05 22:56:21
setup cluster -- configure hadoop
scp the directory to all the other machines
install hadoop and configure the file
down the hadoop package
install jdk......【阅读全文】
发布时间:2015-08-05 22:17:47
setup cluster -- ssh to each other with no key
ssh安装
虚拟机网络设置
ssh免密钥登陆配置......【阅读全文】
发布时间:2015-08-05 21:31:57
set up spark cluster -- create VM
install virtualBox
create your own virtual machine
install the OS ubuntu......【阅读全文】
发布时间:2015-07-30 22:10:21
通过一个demo程序测试了SQLite的语句应用。里面涉及到,数据库建立,表的建立,表中数据的添加,更改,删除,查询
SQLite 数据库的建立
SQLite 建立表
SQLite 数据的添加、更改、删除添加
SQLite 数据的查询......【阅读全文】