该文被密码保护。 阅读全文
posted @ 2017-08-26 13:57 chenzechao 阅读(7) 评论(0) 推荐(0)
摘要: HADOOP_USER_NAME=hadoop 阅读全文
posted @ 2017-07-27 22:37 chenzechao 阅读(159) 评论(0) 推荐(0)
摘要: jdbc:mysql://192.168.1.77:3306/db360?useUnicode=true&characterEncoding=UTF-8 修改my.ini配置文件 [client]default-character-set=utf8[mysql]default-character-s 阅读全文
posted @ 2017-07-26 22:16 chenzechao 阅读(408) 评论(0) 推荐(0)
摘要: yum -y install samba cp /etc/samba/smb.conf /etc/samba/smb.conf.bak cat >> /etc/samba/smb.conf <<END[share] comment = share path = /data/share writabl 阅读全文
posted @ 2017-07-20 22:55 chenzechao 阅读(142) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/qq_16038125/article/details/72568897 阅读全文
posted @ 2017-06-27 00:36 chenzechao 阅读(3296) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-06-25 18:25 chenzechao 阅读(1) 评论(0) 推荐(0)
摘要: ### create data ## cat /dev/urandom | head -1 | md5sum | head -c 8 ## echo "$(date +%s)"|sha256sum|base64|head -c 16;echo ## cat /dev/urandom | awk 'NR==1{print $0|"md5sum|base64|grep -Eo '^.{16}'";e... 阅读全文
posted @ 2017-06-21 23:18 chenzechao 阅读(821) 评论(0) 推荐(0)
摘要: 在eclipse中定位到maven项目的pom.xml文件右击pom.xml文件,选择Run As--》Maven build…在打开的页面中,GOLAS栏输入“dependency:copy-dependencies”,后点击“Run”即可在当前项目的目录的“targed/dependency”下 阅读全文
posted @ 2017-05-30 15:26 chenzechao 阅读(313) 评论(0) 推荐(0)
摘要: 1. 准备6和7的 YUM源包 1.1 centos 下载后解压到同一个目录 http://mirrors.163.com/centos/6/isos/x86_64/CentOS-6.9-x86_64-bin-DVD1.iso http://mirrors.163.com/centos/6/isos 阅读全文
posted @ 2017-05-28 13:38 chenzechao 阅读(614) 评论(1) 推荐(0)
摘要: export NLS_LANG=AMERICAN_AMERICA.UTF8 阅读全文
posted @ 2017-03-25 21:16 chenzechao 阅读(1784) 评论(0) 推荐(0)