码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
SymmetricDS文档翻译--【Chapter 3. 详细配置(Configuration)[section C]】
3.6. Routers 目前的实现中提供的Route实现包含: 1.      Default Router:这个Router发送所有的数据到Router中定义的目标节点所属的组中的所有的节点。 2.      Column Match Router:这个Router可以将一个列的旧值(数据源表中此列的值)或者新值(将要在目标节点设置的值)与一个常量值或者节点的external_id和no...
分类:其他好文   时间:2014-12-15 10:29:47    阅读次数:368
[Linux Command Line and Shell Scripting Bible] basic shell script
1 #!/bin/bash 2 ############################################ 3 # @content chapter 8,9 of Linux Command Line and Shell Scripting Bible 4 # @reader...
分类:系统相关   时间:2014-12-14 18:28:43    阅读次数:337
SymmetricDS文档翻译--【Chapter 3. 详细配置(Configuration)[section B]】
3.4 Table Triggers SymmetricDS使用数据库触发器捕获要同步的数据。SymmetricDS的触发器定义在TRIGGER表中。SymmetricDS使用里面的一行记录生成一个数据库触发器。仅仅当一个触发器指定一个有效的Route的时候,这个触发器才会被SymmetricDS自动生成,这个ROUTE的source_node_group_id必须对应当前节点的group id...
分类:其他好文   时间:2014-12-14 17:15:46    阅读次数:274
SymmetricDS文档翻译--【Chapter 3. 详细配置(Configuration)[section A]】
Chapter 3. Configuration 3.1. Groups Groups 定义在NODE_GROUP表中。下面的SQL语句将分别为分销商店例子中的“corp”和“store”创建一个节点组。 insertinto SYM_NODE_GROUP (node_group_id, description) values ('stor...
分类:其他好文   时间:2014-12-14 15:54:48    阅读次数:126
TIJ英文原版书籍阅读之旅——Chapter Three:Operators
Operators本章节比较简单,所以简单的做一些笔记:几个要点:1、WhenthecompilerseesaStringfollowedbya"+"followedbya non-String,itattemptstoconvertthenon-StringintoaString.2、比较对象的内...
分类:其他好文   时间:2014-12-11 22:05:18    阅读次数:152
[Quote] 3.6 Namespaces
Fromhttp://www.informit.com/articles/article.aspx?p=31783&seqNum=6This chapter is from the bookNavigating C++ and Object-Oriented Design (Bk/CD-ROM)3....
分类:其他好文   时间:2014-12-11 20:45:11    阅读次数:289
opencv2实现多张图片路线路牌检测_计算机视觉大作业2
linefinder.h同上一篇博文 main.cpp /*------------------------------------------------------------------------------------------*This file contains material supporting chapter 7 of the cookbook: Compute...
分类:其他好文   时间:2014-12-10 21:22:38    阅读次数:291
TIJ英文原版书籍阅读之旅——Chapter Two:Everything Is an Object
Ifwespokeadifferentlanguage,wewouldperceiveasomewhatdifferentworld. Ludwig Wittgenstein(1889-1951)Youmanipulateob...
分类:其他好文   时间:2014-12-08 22:43:10    阅读次数:279
SymmetricDS文档翻译--【Chapter 2. 配置(Setup)】
2.1. Engine Files 每一个节点都需要配置一些属性,以使该节点连接到一个数据库和注册到一个父节点。这些属性在一个名叫xxxx.properties的文件中定义,这个文件放在SymmetricDS安装副本根目录下的engines文件夹。文件名的命名通常依据engine.name属性,但这不是必须的。 为了给一个节点一个标识,下面这些属性是必须的。conf/symmetric.pro...
分类:其他好文   时间:2014-12-08 10:45:38    阅读次数:182
SymmetricDS文档翻译--【Chapter 1. 简介(Introduction)】
本用户指南将简要介绍SymmetricDS配置中基础的和高级的概念。读完本指南,你将对SymmetricDS的能力和其中的概念有一个更好的理解。 1.1.   System Requirements SymmetricDS使用Java编写,需要JRE或者JDK 6.0及以上版本。 任何一个拥有Trigger技术和JDBC驱动的数据库都可能能够使用SymmetricDS。数据库通过Databa...
分类:其他好文   时间:2014-12-08 09:18:38    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!