积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(23)数据库中间件(23)

语言

全部中文(简体)(12)英语(9)

格式

全部PDF文档 PDF(23)
 
本次搜索耗时 0.095 秒,为您找到相关结果约 23 个.
  • 全部
  • 数据库
  • 数据库中间件
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 MYBATIS Quick Guide

    time that required to create a new connection. JNDI − For the dataSource type JNDI, MyBatis will get the connection from the JNDI dataSource. Here is how you can use an environment tag in practice − } You can define methods to set individual fields in the table. The next chapter explains how to get the values of individual fields. Student.xml File To define SQL mapping statement using MyBatis, mybatisInsert.java as shown above and compile it. Execute mybatisInsert binary to run the program. You would get the following result, and a record would be created in the STUDENT table. $java mybatisInsert Record
    0 码力 | 34 页 | 301.72 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob document Nov 01, 2023

    configura‐ tion, slice and runtime information. Through methods such as getShardingTotalCount(), get- ShardingItem(), user can obtain the total number of shards, the serial number of the shards running List data = // get data from database by sharding item 0 return data; case 1: List data = // get data from database by sharding item 1 return data; case 2: List data = // get data from database sources and other objects that managed by the Spring container in their jobs, and use placeholders to get values from property files. Job Configuration 0 码力 | 101 页 | 1.53 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0-alpha Document

    flexibility. • Hint Sharding Strategy HintShardingStrategy refers to the sharding strategy which get sharding values by hint rather than extracted from SQL. • None sharding strategy NoneShardingStrategy ere-sql-parser-mysql ${project.version} demo: • Get AST /** * databaseType type:String values: MySQL,Oracle,PostgreSQL,SQL92,SQLServer * sql type:String @return parse tree */ ParseTree tree = new SQLParserEngine(databaseType).parse(sql, useCache) • GET SQLStatement /** * databaseType type:String values: MySQL,Oracle,PostgreSQL,SQL92,SQLServer * useCache
    0 码力 | 311 页 | 2.09 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 5 Roadmap 12 6 Get Involved 13 7 Quick Start 14 7.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . when dropping a data source using DistSQL? . . . . . . . 552 13.5.3 DistSQL How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . Updating metadata through one instance causes inconsistencies in other instances because they cannot get the latest metadata. It is ideal for engineers to build a ShardingSphere environment locally. 4.2
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 5 Roadmap 12 6 Get Involved 13 7 Quick Start 14 7.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . when dropping a data source using DistSQL? . . . . . . . 582 13.5.3 DistSQL How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . Updating metadata through one instance causes inconsistencies in other instances because they cannot get the latest metadata. It is ideal for engineers to build a ShardingSphere environment locally. 4.2
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.2.1 Get ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.2.2 Rule Configuration exception when dropping a data source using DistSQL? . . . 363 7.8.20 [DistSQL] How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . TF-8 username: root password: rules: sharding: tables: ... 2.2 ShardingSphere-Proxy 2.2.1 Get ShardingSphere-Proxy ShardingSphere‐Proxy is available at: ‐ Binary Distribution ‐ Docker ‐ Helm
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    exception when dropping a data source using DistSQL? . . . 351 7.8.20 [DistSQL] How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . completion of table and column names You can turn off this feature to get a quicker startup with -A │You can turn off this feature to get a quicker startup with -A │ Database changed │Database changed : none: defaultKeyGenerateStrategy: type: SNOWFLAKE column: order_id props: sql-show: true Get HintManager HintManager hintManager = HintManager.getInstance(); Add Sharding Value • Use hintManager
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 1.6 Get Involved . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2 Quick exception when dropping a data source using DistSQL? . . . 499 8.5.3 DistSQL How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . Updating metadata through one instance causes inconsistencies in other instances because they cannot get the latest metadata. It is ideal for engineers to build a ShardingSphere environment locally. 1.4
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    order_id props: sql-show: true 5.1. ShardingSphere-JDBC 78 Apache ShardingSphere document, v5.0.0 Get HintManager HintManager hintManager = HintManager.getInstance(); Add Sharding Value • Use hintManager ShardingSphere-JDBC 79 Apache ShardingSphere document, v5.0.0 } } } Primary Route with Hint Get HintManager Be the same as sharding based on hint. Configure Primary Database Route • Use hintManager ShardingSphere‐Proxy. 2. If users use docker, they can execute docker pull shardingsphere/ shardingsphere-proxy to get the image. Please refer to Docker Image for more details. 3. After the decompression, revise conf/server
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    exception when dropping a data source using DistSQL? . . . 460 8.5.3 DistSQL How to solve Failed to get driver instance for jd- bcURL=xxx. exception when adding a data source using DistSQL? . . . . . . Updating metadata through one instance causes inconsistencies in other instances because they cannot get the latest metadata. It is ideal for engineers to build a ShardingSphere environment locally. Cluster Proxy using binary distribution, the environment must have Java JRE 8 or higher. 2.2.4 Procedure 1. Get ShardingSphere‐Proxy. ShardingSphere‐Proxy is available at: ‐ Binary Distribution ‐ Docker ‐ Helm
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
共 23 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
MYBATISQuickGuideApacheShardingSphereElasticJobdocumentNov0120235.0alphaDocument5.4v55.15.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩