Apache ShardingSphere 5.0.0-alpha Document. . . . . . . . . . . . . . 99 3.10 Test Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 3.10.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 3.10.2 SQL Parser Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 Prepare Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 3.10.3 SQL Rewrite Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 Target . . . . . . . . . . .0 码力 | 311 页 | 2.09 MB | 1 年前3
Apache ShardingSphere 5.0.0 Document. . . . . . . . . . . . . . 284 7.6 Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 286 7.6.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 286 7.6.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 7.6.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 7.6.4 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 403 页 | 3.15 MB | 1 年前3
Apache ShardingSphere v5.5.0 document. . . . . . . . . . . 489 11 Test Manual 490 11.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490 11.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . 490 11.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490 11.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 11.5.1 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 Test case0 码力 | 602 页 | 3.85 MB | 1 年前3
Apache ShardingSphere 5.4.1 Document. . . . . . . . . . . 460 11 Test Manual 461 11.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 11.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 11.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 11.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 11.5.1 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 Test case0 码力 | 572 页 | 3.73 MB | 1 年前3
Apache ShardingSphere 5.2.0 Document. . . . . . . . . . . . 325 6 Test Manual 326 6.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 6.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 6.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 6.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . . Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 6.5.1 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 Test case0 码力 | 483 页 | 4.27 MB | 1 年前3
Apache ShardingSphere 5.2.1 Document. . . . . . . . . . . . 352 6 Test Manual 353 6.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 6.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 6.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 6.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . . Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 6.5.1 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 Test case0 码力 | 523 页 | 4.51 MB | 1 年前3
MYBATIS Quick GuideGUIDE MYBATIS - OVERVIEW MYBATIS - OVERVIEW MyBatis is an open source, lightweight, persistence framework. It is an alternative to JDBC and Hibernate. It automates the mapping between SQL databases and logic can be kept out of the database, and the application is more portable and easier to deploy and test. Supports inline SQL − No pre-compiler is needed, and you can have the full access to all of the "getRecByName" parameterType = "Student" resultType = "Student"> SELECT * FROM STUDENTtest = "name != null"> WHERE name LIKE #{name} This statement provides an optional0 码力 | 34 页 | 301.72 KB | 1 年前3
Apache ShardingSphere 5.1.1 Document. . . . . . . . . . . . . . 294 7.7 Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 7.7.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 7.7.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 7.7.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 7.7.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 7.7.5 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 458 页 | 3.43 MB | 1 年前3
Apache ShardingSphere 5.1.2 Document. . . . . . . . . . . . . . 306 7.7 Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 7.7.1 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 7.7.2 Module Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 7.7.3 Performance Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 7.7.4 Sysbench Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 7.7.5 Integration Test . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 503 页 | 3.66 MB | 1 年前3
Mybatis 3.3.0 中文用户指南id="findActiveBlogWithTitleLike" resultType="Blog"> SELECT * FROM BLOG WHERE state = ‘ACTIVE’test="title != null"> AND title like #{title} 最近更新: 24 五月 2015 最近更新: 24 五月 2015 resultType="Blog"> SELECT * FROM BLOG WHERE state = ‘ACTIVE’test="title != null"> AND title like #{title} test="author != null and author.name != null"> AND author_name like SELECT * FROM BLOG WHERE state = ‘ACTIVE’ test="title != null"> AND title like #{title} test="author != null and author.name != null"> AND author_name 0 码力 | 98 页 | 2.03 MB | 1 年前3
共 27 条
- 1
- 2
- 3













