08 2014 档案

摘要:Java Collection好文章 阅读全文
posted @ 2014-08-26 06:39 attitudedecidesall 阅读(106) 评论(0) 推荐(0) 编辑
摘要:看了你的问题, 我还特意的查看了ZooKeeper的启动脚本代码。ZooKeeper启动脚本没有加任何参数,也就是使用jvm默认的。如果想要加大ZooKeeper的JVM使用内存。可以在更改{ZK_HOME}/bin/zkServer.sh,大约在109-110行。?12nohup $JAVA "-... 阅读全文
posted @ 2014-08-24 09:36 attitudedecidesall 阅读(5791) 评论(0) 推荐(0) 编辑
摘要:Curator提供了对zookeeper客户端的封装,并监控连接状态和会话session,特别是会话session过期后,curator能够重新连接zookeeper,并且创建一个新的session。对于zk的使用者来说,session的概念至关重要,如果想了解更多session的说明,请访问:ht... 阅读全文
posted @ 2014-08-22 14:32 attitudedecidesall 阅读(2170) 评论(0) 推荐(0) 编辑
摘要:1:1:MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法环境:linux,mysql5.5.21错误:Host is blocked because ... 阅读全文
posted @ 2014-08-16 09:09 attitudedecidesall 阅读(1301) 评论(0) 推荐(0) 编辑
摘要:1.下载MySQL我下载的版本:mysql-5.6.4.tar.gz2.安装之前先卸载CentOS自带的MySQL[root@localhost ~]#yum remove mysql3.编译安装Cmake下载cmake源码包:http://www.cmake.org/files/v2.8/cmak... 阅读全文
posted @ 2014-08-10 09:07 attitudedecidesall 阅读(693) 评论(0) 推荐(0) 编辑
摘要:linux下mysql无法启动的解决方法2010-02-2315:34:36|分类:UNIX|字号刚开始学mysql时都是用redhat自带的。启动是什么/rc.d/init.d/start这很简单,但是后来越学越多,系统自带的mysql,有的是版本太低,有的是与自己想要装的web服务需要的低版本的... 阅读全文
posted @ 2014-08-10 09:06 attitudedecidesall 阅读(505) 评论(0) 推荐(0) 编辑