[JavaSE实验] JDBC and MySQLCREATE TABLE IF NOT EXISTS Authors(Id INT PRIMARY KEY AUTO_INCREMENT, Name VARCHAR(25)) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Books(Id INT PRIMARY KEY AUTO_INCREMENT, AuthorId INT, Title VARCHAR(100) KEY(AuthorId) REFERENCES Authors(Id) ON DELETE CASCADE) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Testing(Id INT) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Images(Id INT PRIMARY KEY AUTO_INCREMENT It creates four database tables, Authors, Books, Testing and Images. Three tables are of InnoDB type. InnoDB databases support foreign key constraints and transactions. We place a foreign key constraint0 码力 | 23 页 | 2.52 MB | 1 年前3
MySQL ZIP Archive版本安装说明服务端使⽤用的字符集默认为8⽐比特编码的latin1字符集 character-set-server=utf8 # 创建新表时将使⽤用的默认存储引擎 default-storage-engine=INNODB 注意:按照自己计算机的MySQL预安装路径合理的配置my.ini文件中的basedir和datadir参数;根据datadir参数的路 径设置创建data目录,本机为MySQL安装目录下创建0 码力 | 4 页 | 756.23 KB | 1 年前3
Apache ActiveMQ Artemis 1.1.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 234 页 | 1.40 MB | 1 年前3
Apache ActiveMQ Artemis 1.2.0 User Manual
by adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 244 页 | 1.46 MB | 1 年前3
Apache ActiveMQ Artemis 1.3.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 247 页 | 1.47 MB | 1 年前3
Apache ActiveMQ Artemis 2.1.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 407 页 | 1.93 MB | 1 年前3
Apache ActiveMQ Artemis 2.0.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 246 页 | 1.86 MB | 1 年前3
Apache ActiveMQ Artemis 2.2.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 407 页 | 1.93 MB | 1 年前3
Apache ActiveMQ Artemis 2.3.0 User Manualby adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 420 页 | 3.03 MB | 1 年前3
Apache ActiveMQ Artemis 2.4.0 User Manualhorizontally by adding new servers to the cluster. Degrees of support for clusters varies between messaging systems, with some systems having fairly basic clusters with the cluster members being hardly aware of state-of-the-art clustering model where messages can be intelligently load balanced between the servers in the cluster, according to the number of consumers on each node, and whether they are ready for messages. Apache ActiveMQ Artemis also has the ability to automatically redistribute messages between nodes of a cluster to prevent starvation on any particular node. For full details on clustering, please see Clusters0 码力 | 265 页 | 2.84 MB | 1 年前3
共 301 条
- 1
- 2
- 3
- 4
- 5
- 6
- 31













