该文被密码保护。 阅读全文
posted @ 2017-09-25 17:56 chenzechao 阅读(3) 评论(0) 推荐(0)
摘要: 持续天数算法 new 阅读全文
posted @ 2017-09-24 20:58 chenzechao 阅读(466) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-09-23 12:38 chenzechao 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-08-26 13:57 chenzechao 阅读(7) 评论(0) 推荐(0)
摘要: HADOOP_USER_NAME=hadoop 阅读全文
posted @ 2017-07-27 22:37 chenzechao 阅读(157) 评论(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 阅读(407) 评论(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 阅读(139) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/qq_16038125/article/details/72568897 阅读全文
posted @ 2017-06-27 00:36 chenzechao 阅读(3293) 评论(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 阅读(820) 评论(0) 推荐(0)