03 2016 档案

摘要:select * from (select u.*, array_to_string ( ARRAY ( SELECT role_id FROM k_user_role ur WHERE ur.user_id = u.op_id ),',' ) AS user_role, array_to_stri 阅读全文
posted @ 2016-03-28 12:31 李小加 阅读(8231) 评论(0) 推荐(0)
摘要:一、zookeeper windows部署 1、下载安装 到官网下载解压版后解压至F:\server\zookeeper-3.4.8,剩下为文件配置工作; 2、本地伪集群 1) 在F:\server\zookeeper-3.4.8\conf 创建 zoo1.cfg,内容如下: 2) 创建目录:F:\ 阅读全文
posted @ 2016-03-21 09:25 李小加 阅读(448) 评论(0) 推荐(0)
摘要:一、下载windows压缩包 解压并双击F:\server\activemq-5.13.2\bin\win64\activemq.bat 启动,32位的系统为F:\server\activemq-5.13.2\bin\win32\activemq.bat; 二、配置访问权限 编辑F:\server\ 阅读全文
posted @ 2016-03-16 12:15 李小加 阅读(561) 评论(0) 推荐(0)