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

无数据

分类

全部后端开发(141)Python(113)数据库(31)Django(31)云计算&大数据(30)VirtualBox(20)PyWebIO(19)TiDB(16)PHP(14)ORM(11)

语言

全部英语(207)

格式

全部PDF文档 PDF(131)其他文档 其他(73)DOC文档 DOC(2)PPT文档 PPT(1)
 
本次搜索耗时 0.171 秒,为您找到相关结果约 207 个.
  • 全部
  • 后端开发
  • Python
  • 数据库
  • Django
  • 云计算&大数据
  • VirtualBox
  • PyWebIO
  • TiDB
  • PHP
  • ORM
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • word文档 postgresql操作手册

    postgresql操作手册 前言: 1.蓝色字体表示命令行命令,正式执行时不要复制前面的#号,#号只是提示应 该使用root权限操作 2.绿色字体表示注释,有时注释太多就不用绿色表示了 3.注意:本文档的所有操作请先在测试机里进行实践,请不要直接在真实的服 务器中操作! 版权声明: 本文档以开源的形式发布,所有条款如下: (1)无担保:作者不保证文档内容的准确无误,亦不承担由于使用此文档所导致的任何后果 #创建一个名为cof的 用户,并设置密码 postgres=# grant all on database db_test to cof; #给cof授权,有操作db_test 库的所有权限 postgres=# postgres=# revoke all on database db_test from cof; #撤销用户权限 postgres=# 网络类型为PostgreSQL(TCP/IP),依 赖库要>=目标pg数据库版本 下载最新版本的pgAdmin并安装运行 ★第6章、数据库及表基础操作 pg数据库名称及表名称不区分大小写 ★库操作 postgres=# create database db_test; #新建1个名为db_test的数据库 postgres=#
    0 码力 | 17 页 | 445.84 KB | 1 年前
    3
  • pdf文档 Serverless Kubernetes - KubeCon

    server ops • Focus on application • 容量规划:节点数量选择和扩容 • 规格实例选择、配置安全组 • 配置复杂的管理工具 • 配置网络 • 操作系统选择 • 系统软件升级、安全补丁更新 • 系统监控和长期维护 极致弹性 Scale your pods elastically • 直接基于pod扩容,而不是node,不再受限于node数量 K8S API Server Viking 侦听 Pod, Service, Ingress等资源变化 ECI SLB DNS 双向同步 IaaS资源状态 K8S资源 CRUD K8S Client ECI Pod Viking agent Container Container Kernel Containerd 创建/删除Pod
    0 码力 | 16 页 | 4.25 MB | 1 年前
    3
  • pdf文档 Deploying and ScalingKubernetes with Rancher

    ............................................................................18 2.4.3 GUI-Based CRUD Operations for Kubernetes .........................................................19 2.4.4 Usingkubectl cluster to manage containers running on that host. • kubernetes is the API server which provides all CRUD operations on cluster through a API. • proxy is another component which is running on every node individuals for each environments. • Rancher’s intuitive user interface allows you to execute CRUD operations on all of Kubernetes objects such as pods, replication controllers and services. Users
    0 码力 | 66 页 | 6.10 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 2.x

    snippets 3. Scaffolding: Prototyping before creating code 4. Code Generation with Bake: Generating basic CRUD code 5. Simple Authentication and Authorization Application: User authentication and authorization [https://en.wikipedia.org/wiki/MIT_License] Compatible with versions PHP 5.2.8 and greater Integrated CRUD [https://en.wikipedia.org/wiki/Create,_read,_update_and_delete] for database interaction Application controller, you’re up and running. CakePHP’s scaffolding is pretty cool. It allows you to get a basic CRUD application up and going in minutes. It’s so cool that you’ll want to use it in production apps. Now
    0 码力 | 1096 页 | 958.62 KB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 2.x

    3. Scaffolding: Prototyping before creating code 4. Code Generation with Bake: Generating basic CRUD code 5. Simple Authentication and Authorization Application: User authentication and authorization Release 2.x • Flexible licensing27 • Compatible with versions PHP 5.2.8 and greater • Integrated CRUD28 for database interaction • Application scaffolding29 • Code generation • MVC30 architecture controller, you’re up and running. CakePHP’s scaffolding is pretty cool. It allows you to get a basic CRUD application up and going in minutes. It’s so cool that you’ll want to use it in production apps. Now
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Beautiful Native Mobile Apps with NativeScript and OpenEdge

    Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. JSDO ▪ CRUD + Invoke • add() (CREATE) • fill() (READ) • assign() (UPDATE) • remove() (DELETE) • invoke() Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. DataSource ▪ CRUD • create() (CREATE) • read() (READ) • update() (UPDATE) • remove() (DELETE) ▪ Methods • findById() tns-template-master-detail-progress-ng ▪ Based on the NativeScript template-master-detail-ng ▪ Provides CRUD support ▪ Optional login page with the following authentication models: • Anonymous • Basic •
    0 码力 | 27 页 | 1.54 MB | 1 年前
    3
  • pdf文档 Best practices for building Kubernetes Operators

    Operators? What are those?CRDsCRDs ● New RESTful resource path per CRD version ● CRDs/Resources are CRUD ● CR can be namespaced or cluster-scoped ● CRDs are cluster-scoped ● Deleting a namespace with object must be a valid DNS subdomain name ● CRDs are automatically added with bunch of features ○ CRUD ○ Discovery ○ json-patch/merge-patch support ○ Finalizers ○ Built-in Authz/AuthnControllers https://able8
    0 码力 | 36 页 | 2.19 MB | 6 月前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    nothing more than the CRUD operations. If you feel writing these operations by hand is very trouble, ThinkJS provides a REST Controller, that will automatically contains generic CRUD operations. If these performance. s During project development, you always need to manipulate data tables, thus involes CRUD operations. The model is just an incapsolation in order to facilite database manipulation. A model query return MYSQL_READ; } return MYSQL_WRITE; } } } } CRUD Operations Create Data add export default class extends think.controller.base { * addAction(){
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 Documentation

    nothing more than the CRUD operations. If you feel writing these operations by hand is very trouble, ThinkJS provides a REST Controller, that will automatically contains generic CRUD operations. If these performance. s During project development, you always need to manipulate data tables, thus involes CRUD operations. The model is just an incapsolation in order to facilite database manipulation. A model /2.0/model_config.md. ES6 Way Dynamic Class Creation Modify Primary Key Distributed Database CRUD Operations Use add method to add a new record, return value is the id of inserted record: export
    0 码力 | 156 页 | 2.62 MB | 1 年前
    3
  • pdf文档 TiDB v6.1 Documentation

    TiDB Serverless Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 140 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · Simple CRUD App with TiDB and Golang · · · · · · · · · · · · · · · · · 145 4.3.2 Build a TiDB Application Using Spring Boot · · · · · · · · · · · · · · · · · · · · · · 163 4.3.3 Build a Simple CRUD App App with TiDB and Java · · · · · · · · · · · · · · · · · · · 195 4.3.4 Build a Simple CRUD App with TiDB and Python · · · · · · · · · · · · · · · · · 234 4.4 Connect to TiDB · · · · · · · · · · · · · ·
    0 码力 | 4487 页 | 84.44 MB | 1 年前
    3
共 207 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 21
前往
页
相关搜索词
postgresql操作手册操作手操作手册ServerlessKubernetesKubeConDeployingandScalingKuberneteswithRancherCakePHPCookbookBeautifulNativeMobileAppsNativeScriptOpenEdgeBestpracticesforbuildingOperatorsThinkJS2.1Documentation2.2TiDBv6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩