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

无数据

分类

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

语言

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

格式

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

    语句。例如: SqlSession session = sqlSessionFactory.openSession(); try { Blog blog = (Blog) session.selectOne("org.mybatis.example.BlogMapper.selectBlog", 101); } finally { session.close(); } 诚然这种方式能够正常工作,并且对于使用旧版本 例如: SqlSession session = sqlSessionFactory.openSession(); try { BlogMapper mapper = session.getMapper(BlogMapper.class); Blog blog = mapper.selectBlog(101); } finally { session.close(); } 使用指定的完全限定 名“org.mybatis.example.BlogMapper.selectBlog”来调用映射语句,就像上面的例子中做的那样: Blog blog = (Blog) session.selectOne("org.mybatis.example.BlogMapper.selectBlog", 101); 你可能注意到这和使用完全限定名调用 Java 对象的方法是相似的,之
    0 码力 | 98 页 | 2.03 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob document Nov 01, 2023

    ShardingSphere ElasticJob document Through the functions of flexible scheduling, resource management and job management, it creates a distributed scheduling solution suitable for Internet scenarios, and provides can release operators too, so that they do not have to worry about jobs high availability and management, and can automatic operation by simply adding servers. ElasticJob is a lightweight, decentralized with Spring IOC • Admin Console – Job administration – Job event trace query – Registry center management 3 3 Environment Required 3.1 Java Java 8 or above required. 3.2 Maven Maven 3.5.0 or above
    0 码力 | 101 页 | 1.53 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    Optional Plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 4.2.7 Session Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 Usage . . . . . . . . Database Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382 7.3 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382 7.3.1 Data static entry and supports all languages, applicable to OLAP applications and the sharding databases management and operation situation. Apache ShardingSphere is an ecosystem composed of multiple access ports
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    Optional Plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 9.2.7 Session Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 Usage . . . . . . . . Database Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 12.3 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 12.3.1 Data static entry and supports all languages, applicable to OLAP applications and the sharding databases management and operation situation. Apache ShardingSphere is an ecosystem composed of multiple access ports
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    Optional Plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 9.2.7 Session Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 Usage . . . . . . . . Database Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521 12.3 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521 12.3.1 Data static entry and supports all languages, applicable to OLAP applications and the sharding databases management and operation situation. Apache ShardingSphere is an ecosystem composed of multiple access ports
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 MYBATIS Quick Guide

    we use the transaction manager of type JDBC, the application is responsible for the transaction management operations, such as, commit, roll-back, etc... If we use the transaction manager of type MANAGED can invoke the ‘insert’ mapped query using Java API as shown below − //Assume session is an SqlSession object. session.insert("Student.insert", student); Update To update values of an existing record You can invoke the update mapped query using Java API as shown below − //Assume session is an SqlSession object. session.update("Student.update",student); Delete To delete the values of an existing
    0 码力 | 34 页 | 301.72 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob 中文文档 2023 年 11 月 01 日

    server‐lists 是 namespace 是 base‐sleep‐time‐milliseconds 否 max‐sleep‐time‐milliseconds 否 max‐retries 否 session‐timeout‐milliseconds 否 connection‐timeout‐milliseconds 否 digest 否 配置格式参考: YAML elasticjob: server‐lists 是 namespace 是 base‐sleep‐time‐milliseconds 否 max‐sleep‐time‐milliseconds 否 max‐retries 否 session‐timeout‐milliseconds 否 connection‐timeout‐milliseconds 否 digest 否 作业配置 可配置属性: Reconcile • � Registry Center – � ZooKeeper – ☐ Other Registry Center Supported • � Lifecycle Management – � Add/Remove – � Pause/Resume – � Disable/Enable – � Shutdown – � Restful API 7.5. 线路规划
    0 码力 | 98 页 | 1.97 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 4.5.4 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Navigation . . . static entry and all languages support, applicable for OLAP application and the sharding databases management and operation situ‐ ation. ShardingSphere is an ecosystem consisting of multiple endpoints together static entry and all languages support, applicable for OLAP application and the sharding databases management and operation situ‐ ation. ShardingSphere is an ecosystem consisting of multiple endpoints together
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    SQL92 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 4.2 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 4.2.1 Background PluginBootService . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 7 Reference 240 7.1 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 7.1.1 Data static entry and all languages support, applicable for OLAP application and the sharding databases management and operation situ‐ ation. ShardingSphere is an ecosystem consisting of multiple endpoints together
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 4.2 Cluster Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 4.2.1 Background PluginBootService . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 7 Reference 251 7.1 Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 7.1.1 Data static entry and all languages support, applicable for OLAP application and the sharding databases management and operation situ‐ ation. ShardingSphere is an ecosystem consisting of multiple endpoints together
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
共 21 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Mybatis3.3中文用户指南ApacheShardingSphereElasticJobdocumentNov0120235.2Document5.4v55.0MYBATISQuickGuide文档115.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩