积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部中文(简体)(9)

格式

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

    408 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 分片算法 . . . . . . . . . type: # 运行模式类型。可选配置:Standalone、Cluster repository (?): # 持久化仓库配置 单机模式 mode: type: Standalone repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 foo_key: foo_value bar_key: bar_value 9.1. ShardingSphere-JDBC Apache ShardingSphere document 集群模式 (推荐) mode: type: Cluster repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 namespace: # 注册中心命名空间 server-lists: # 注册中心连接地址 foo_key: foo_value bar_key: bar_value
    0 码力 | 557 页 | 4.61 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.4.1

    381 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 分片算法 . . . . . . . . . type: # 运行模式类型。可选配置:Standalone、Cluster repository (?): # 持久化仓库配置 单机模式 mode: type: Standalone repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 foo_key: foo_value bar_key: bar_value 9.1. ShardingSphere-JDBC Apache ShardingSphere document 集群模式 (推荐) mode: type: Cluster repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 namespace: # 注册中心命名空间 server-lists: # 注册中心连接地址 foo_key: foo_value bar_key: bar_value
    0 码力 | 530 页 | 4.49 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.2.0

    252 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 分片算法 . . . . . . . . . 运行模式类型。可选配置:Standalone、Cluster repository (?): # 久化仓库配置 overwrite: # 是否使用本地配置覆盖持久化配置 单机模式 mode: type: Standalone repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 foo_key: foo_value bar_key: bar_value ShardingSphere document, v5.2.0 集群模式 (推荐) mode: type: Cluster repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 namespace: # 注册中心命名空间 server-lists: # 注册中心连接地址 foo_key: foo_value bar_key: bar_value
    0 码力 | 449 页 | 5.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.3.2

    使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 vi 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 分片算法 . . . . . . . . . type: # 运行模式类型。可选配置:Standalone、Cluster repository (?): # 持久化仓库配置 单机模式 mode: type: Standalone repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 foo_key: foo_value bar_key: bar_value 9.1. ShardingSphere-JDBC Apache ShardingSphere document 集群模式 (推荐) mode: type: Cluster repository: type: # 持久化仓库类型 props: # 持久化仓库所需属性 namespace: # 注册中心命名空间 server-lists: # 注册中心连接地址 foo_key: foo_value bar_key: bar_value
    0 码力 | 508 页 | 4.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.2

    118 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 分片算法 . . . . . . . . . String 持久化仓库类型 props Properties 持久化仓库所需属性 Cluster 持久化配置 类名称:org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepositoryConfiguration 可配置属性: 名称 数据类型 说明 type String 持久化仓库类型 namespace namespace String 注册中心命名空间 serverLists String 注册中心连接地址 props Properties 持久化仓库所需属性 持久化仓库类型的详情,请参见内置持久化仓库类型列表。 5.1. ShardingSphere-JDBC 69 Apache ShardingSphere document, v5.1.2 数据源配置 ShardingSphere‐JDBC
    0 码力 | 446 页 | 4.67 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.1

    115 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 分片算法 . . . . . . . . . String 持久化仓库类型 props Properties 持久化仓库所需属性 Cluster 持久化配置 类名称:org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepositoryConfiguration 可配置属性: 名称 数据类型 说明 type String 持久化仓库类型 namespace namespace String 注册中心命名空间 serverLists String 注册中心连接地址 props Properties 持久化仓库所需属性 持久化仓库类型的详情,请参见内置持久化仓库类型列表。 5.1. ShardingSphere-JDBC 68 Apache ShardingSphere document, v5.1.1 数据源配置 ShardingSphere‐JDBC
    0 码力 | 409 页 | 4.47 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.0

    114 使用方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 元数据持久化仓库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 分片算法 . . . . . . . . . String 持久化仓库类型 props Properties 持久化仓库所需属性 Cluster 持久化配置 类名称:org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepositoryConfiguration 可配置属性: 名称 数据类型 说明 type String 持久化仓库类型 namespace namespace String 注册中心命名空间 serverLists String 注册中心连接地址 props Properties 持久化仓库所需属性 持久化仓库类型的详情,请参见内置持久化仓库类型列表。 5.1. ShardingSphere-JDBC 67 Apache ShardingSphere document, v5.1.0 数据源配置 ShardingSphere‐JDBC
    0 码力 | 406 页 | 4.40 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0-alpha

    5 Docker 镜像 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 拉取官方 Docker 镜像 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 手动构建 Docker 镜像(可选) . . ShardingSphere‐Proxy 的最新发行版。 2. 如果使用 docker,可以执行 docker pull shardingsphere/shardingsphere-proxy 获取 镜像。详细信息请参考Docker 镜像。 4.2. ShardingSphere-Proxy 252 Apache ShardingSphere document, v5.0.0-beta 3. 解压缩后修改 conf/server 表示数组,可以与减号相互替换使用 4.2.5 Docker 镜像 拉取官方 Docker 镜像 docker pull apache/shardingsphere-proxy 4.2. ShardingSphere-Proxy 257 Apache ShardingSphere document, v5.0.0-beta 手动构建 Docker 镜像(可选) git clone https://github
    0 码力 | 301 页 | 3.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0

    5 Docker 镜像 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 拉取官方 Docker 镜像 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 手动构建 Docker 镜像(可选) . . ShardingSphere‐Proxy 的最新发行版。 2. 如果使用 docker,可以执行 docker pull shardingsphere/shardingsphere-proxy 获取 镜像。详细信息请参考Docker 镜像。 3. 解压缩后修改 conf/server.yaml 和以 config- 前缀开头的文件,如:conf/config-xxx. yaml 文件,进行分片规则、读写分离规则配置。配置方式请参考配置手册。 表示实例化该类 ! 表示自定义别名 - 表示可以包含一个或多个 [] 表示数组,可以与减号相互替换使用 5.2.5 Docker 镜像 拉取官方 Docker 镜像 docker pull apache/shardingsphere-proxy 手动构建 Docker 镜像(可选) git clone https://github.com/apache/shardingsphere mvn clean
    0 码力 | 385 页 | 4.26 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob 中文文档 2023 年 11 月 01 日

    Boot Starter(3.0.0‐alpha 提供) 7.5. 线路规划 81 8 下载 8.1 最新版本 ElasticJob 的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应 该进行 GPG 或 SHA‐512 校验,以此来保证内容没有被篡改。 8.1.1 ElasticJob - 版本: 3.0.4 ( 发布日期: Oct 18, 2023 ) PGP 签名文件 使用 PGP 或 SHA 签名验证下载文件的完整性至关重要。可以使用 GPG 或 PGP 验证 PGP 签名。请下载 KEYS 以及发布的 asc 签名文件。建议从主发布目录而不是镜像中获取这些文件。 gpg -i KEYS 或者 pgpk -a KEYS 或者 pgp -ka KEYS 要验证二进制文件或源代码,您可以从主发布目录下载相关的 asc 文件,并按照以下指南进行操作。
    0 码力 | 98 页 | 1.97 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
ApacheShardingSpherev55.0中文文档5.45.25.35.1alphaElasticJob20231101
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩