摘要: 更多个人技术分享,请访问http://www.derekchou.com 在Windows系统安装linux ubuntu双系统之后,有时候需要卸载Ubuntu linux系统,或者将开机默认启动Linux ubuntu更改为启动windows XP系统,这时要注意修复引导分区(DOS命令: fdi 阅读全文
posted @ 2011-01-11 11:31 biscuitlife 阅读(2874) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com 使用FilenameFilter实现图片过滤,只要.gif,.jpg,.png文件。 java 代码 public class ImageFilter implements FilenameFilter{ public boo 阅读全文
posted @ 2010-10-29 10:19 biscuitlife 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com MySQLExtendDialect.java 阅读全文
posted @ 2010-10-28 16:07 biscuitlife 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com 在刚装好的ubuntu里面,需要使用ssh取传输文件,所以需要安装ssh,在ubuntu里面是openssh-server但是在安装的时候提示不对(信息忘了截屏),后来发现是openssh-client没有装对,是版本不对,所 阅读全文
posted @ 2010-10-28 09:16 biscuitlife 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: tar -zcvf 1.txt 2.txt 压缩文件 tar -zcvx 1.tar.gz 解压文件 更多个人技术分享,请访问http://www.derekchou.com 阅读全文
posted @ 2010-10-25 11:53 biscuitlife 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com [dbrg@dbrg-1:HadoopInstall]$ln -s hadoop0.12.0 hadoop 这样一来,所有的配置文件都在/hadoop/conf/目录中,所有执行程序都在/hadoop/bin目录中。 阅读全文
posted @ 2010-10-22 18:38 biscuitlife 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com sudo apt-get install openssh-server$ /etc/init.d/ssh start 阅读全文
posted @ 2010-10-22 18:00 biscuitlife 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com sudo passwd root 之后就可以初始化root的密码了 阅读全文
posted @ 2010-10-22 17:42 biscuitlife 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com ubuntu:ifconfig win:ipconfig 查看路由:route -n 重启网络:sudo /etc/init.d/networking restart 修改网络方式: 修改/etc/network/interf 阅读全文
posted @ 2010-10-22 15:30 biscuitlife 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 更多个人技术分享,请访问http://www.derekchou.com 阅读全文
posted @ 2010-10-22 11:52 biscuitlife 阅读(420) 评论(0) 推荐(0) 编辑