10 2015 档案

摘要:mybatis-generator下载地址:https://github.com/mybatis/generator/releases/tag/mybatis-generator-1.3.2 下载好后,解压: D:\tools\mybatis-generator-core-1.3.2\lib>dir 驱动器 D 中的卷没有标签。 卷的序列号是 000B-8134 D:\tools\my... 阅读全文
posted @ 2015-10-29 10:42 justinzhang 阅读(1134) 评论(0) 推荐(0) 编辑
摘要:1. 搭建一个测试集群,集群有4台机器,配置集群中每一台机器的/etc/hosts文件: [root@nn .ssh]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain ... 阅读全文
posted @ 2015-10-27 15:36 justinzhang 阅读(2237) 评论(0) 推荐(1) 编辑
摘要:1. 下载vsftpd: #yum –y install vsftpd 2. 关闭iptables 查看防火墙状态:/etc/init.d/iptables status 关闭:service iptables stop 或者 /etc/init.d/iptables stop 每次开机自动关闭: chkconfig --level 35 iptables off 3. 关闭SE... 阅读全文
posted @ 2015-10-26 20:09 justinzhang 阅读(342) 评论(0) 推荐(0) 编辑
摘要:[root@hdp159 ambari-web]# brunch watch --server 20 Oct 10:22:43 - info: application started on http://localhost:3333/ 20 Oct 10:22:47 - info: compiled 891 files into 5 files, copied 260 in 3988ms ... 阅读全文
posted @ 2015-10-20 11:22 justinzhang 阅读(2463) 评论(0) 推荐(0) 编辑