11 2017 档案

摘要:# tableRule name 属性指定唯一的名字,用于标识不同的表规则。 # rule 内嵌的 rule 标签则指定对物理表中的哪一列进行拆分和使用什么路由算法。# columns columns 内指定要拆分的列名字。# algorithm 使用 function 标签中的 name 属性。连 阅读全文
posted @ 2017-11-14 13:25 MysticGrrrr 阅读(920) 评论(0) 推荐(0)
摘要:# schema 定义逻辑库 checkSQLschema 当该值设置为 true 时,如果我们执行语句**select * from TESTDB.travelrecord;**则 MyCat 会把语句修改为**select * from travelrecord;**。即把表示 schema 的 阅读全文
posted @ 2017-11-13 18:55 MysticGrrrr 阅读(440) 评论(0) 推荐(0)
摘要:# system Processers为系统可用的线程数,一般和CPU核心线程数相同 BufferPool 是由BufferChunk组成。 BufferPool的总大小为BufferChunkSize * Processers * 1000 BufferPool的总长度为 BufferPoolSi 阅读全文
posted @ 2017-11-13 15:02 MysticGrrrr 阅读(438) 评论(0) 推荐(0)
摘要:新在机器上安装了rabbitmq,修改了/etc/rabbitmq/rabbitmq.config文件。 重启 systemctl restart rabbitmq-server 无效果 rabbitmqctl environment 查看环境变量,发现没有变化。追查/var/log/rabbitm 阅读全文
posted @ 2017-11-08 14:57 MysticGrrrr 阅读(185) 评论(0) 推荐(0)
摘要:This is the fourth installment to the series: RabbitMQ for Windows. In the last installment, we reviewed our Hello World example and introduced the co 阅读全文
posted @ 2017-11-07 23:27 MysticGrrrr 阅读(578) 评论(0) 推荐(0)
摘要:$ git status -s ?? "\350\257\264\346\230\216.txt\n $ printf "\350\257\264\346\230\216.txt\n" 说明.txt 通过将Git配置变量 core.quotepath 设置为false,就可以解决中文文件名称在这些G 阅读全文
posted @ 2017-11-02 17:18 MysticGrrrr 阅读(611) 评论(0) 推荐(0)