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

无数据

分类

全部数据库(48)TiDB(24)PostgreSQL(20)数据库中间件(4)

语言

全部英语(35)中文(简体)(12)日语(1)

格式

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

    ------------+----------+----------------------+ 1 row in set (0.00 sec) MYBATIS - ANNOTATIONS MYBATIS - ANNOTATIONS In the previous chapters, we have seen how to perform curd operations using MyBatis MyBatis. To map SQL statements, MyBatis also provides annotations. So, this chapter discusses how to use MyBatis annotations. While working with annotations, instead of configuration XML file, we can use a where we declare the mapped statements using annotations instead of XML tags. For almost all of the XML-based mapper elements, MyBatis provides annotations. The following file named Student_mapper.java
    0 码力 | 34 页 | 301.72 KB | 1 年前
    3
  • pdf文档 RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう!

    で任意に変更することが可能です apiVersion: pingcap.com/v1alpha1 kind: TidbCluster metadata: name: sample annotations: pingcap.com/ha-topology-key: topology.kubernetes.io/zone spec: version: v5.2.2 pd: を消したい! apiVersion: apps.pingcap.com/v1alpha1 kind: StatefulSet metadata: name: sample-asts annotations: delete-slots: '[1]' spec: ... sample-asts.yaml これで mypod-1 は 自動的に消えます Open Source が正常に状態を管理できなくな ります apiVersion: pingcap.com/v1alpha1 kind: TidbCluster metadata: name: sample annotations: tikv.tidb.pingcap.com/delete-slots: '[0]' spec: version: v5.2.2 pd: ... TidbCluster
    0 码力 | 71 页 | 6.65 MB | 1 年前
    3
  • pdf文档 Mybatis 3.3.0 中文用户指南

    NOTE NOTE You will notice that join mapping is not supported via the Annotations API. This is due to the limitation in Java Annotations that does not allow for circular references. @MapKey 方法 复 杂 类 型 的
    0 码力 | 98 页 | 2.03 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    Parameter description: keep the comment, send the comment to the server Execute SQL containing annotations, for example: SELECT * FROM table_name /*shadow:true,foo:bar*/; Comment statement will be intercepted
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 TiDB v6.1 Documentation

    public void setGoods(Integer goods) { this.goods = goods; } } The entity class has several annotations that give Hibernate additional information to bind the entity class to the table. 184 • @Entity PlayerController uses annotations as many as possible to demonstrate features. In real projects, keep the style consistent while following the rules of your company or team. The annotations in PlayerController interface, and the implementation classes of interface are automatically 200 generated using XML or annotations. package com.pingcap.model; import com.pingcap.model.Player; public interface PlayerMapper {
    0 码力 | 4487 页 | 84.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    Parameter description: keep the comment, send the comment to the server Execute SQL containing annotations, for example: SELECT * FROM table_name /*shadow:true,foo:bar*/; Comment statement will be intercepted
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 PostgreSQL 13.13 Documentation

    specific target tables that will be updated, in the same order as the corresponding subplans. (These annotations are new as of PostgreSQL 9.5; in prior versions the reader had to intuit the target tables by inspecting that helps the planner optimize function calls. Some basic facts can be supplied by declarative annotations provided in the CREATE FUNCTION command. Most important of these is the function's volatility category file(s). A row appears in this view for each “name = value” entry appearing in the files, with annotations indicating whether the value could be applied successfully. Additional row(s) may appear for problems
    0 码力 | 2782 页 | 13.00 MB | 1 年前
    3
  • pdf文档 PostgreSQL 12.17 Documentation

    specific target tables that will be updated, in the same order as the corresponding subplans. (These annotations are new as of PostgreSQL 9.5; in prior versions the reader had to intuit the target tables by inspecting that helps the planner optimize function calls. Some basic facts can be supplied by declarative annotations provided in the CREATE FUNCTION command. Most important of these is the function's volatility category file(s). A row appears in this view for each “name = value” entry appearing in the files, with annotations indicating whether the value could be applied successfully. Additional row(s) may appear for problems
    0 码力 | 2786 页 | 12.72 MB | 1 年前
    3
  • pdf文档 PostgreSQL 12.17 Documentation

    specific target tables that will be updated, in the same order as the corresponding subplans. (These annotations are new as of PostgreSQL 9.5; in prior versions the reader had to intuit the target tables by inspecting that helps the planner optimize function calls. Some basic facts can be supplied by declarative annotations provided in the CREATE FUNCTION command. Most important of these is the function's volatility category file(s). A row appears in this view for each “name = value” entry appearing in the files, with annotations indicating whether the value could be applied successfully. Additional row(s) may appear for problems
    0 码力 | 2943 页 | 12.61 MB | 1 年前
    3
  • pdf文档 PostgreSQL 13.14 Documentation

    specific target tables that will be updated, in the same order as the corresponding subplans. (These annotations are new as of PostgreSQL 9.5; in prior versions the reader had to intuit the target tables by inspecting that helps the planner optimize function calls. Some basic facts can be supplied by declarative annotations provided in the CREATE FUNCTION command. Most important of these is the function's volatility category file(s). A row appears in this view for each “name = value” entry appearing in the files, with annotations indicating whether the value could be applied successfully. Additional row(s) may appear for problems
    0 码力 | 2940 页 | 12.89 MB | 1 年前
    3
共 48 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
MYBATISQuickGuideRDBMSNoSQLNewSQLTiDBKubernetesMybatis3.3中文用户指南ApacheShardingSphere5.1Documentv6DocumentationPostgreSQL13.1312.1713.14
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩