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

无数据

分类

全部数据库(9)TiDB(9)后端开发(3)Java(2)系统运维(1)Go(1)网络与安全(1)

语言

全部英语(7)中文(简体)(6)

格式

全部PDF文档 PDF(12)DOC文档 DOC(1)
 
本次搜索耗时 0.794 秒,为您找到相关结果约 13 个.
  • 全部
  • 数据库
  • TiDB
  • 后端开发
  • Java
  • 系统运维
  • Go
  • 网络与安全
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 跟我学Shiro - 张开涛

    服务器;这时想把两台服务器的会话数据放到一个地方, 这个时候就可以实现自己的分布式会话(如把数据放到 Memcached 服务器); SessionDAO:DAO 大家都用过,数据访问对象,用于会话的 CRUD,比如我们想把 Session 保存到数据库,那么可以实现自己的 SessionDAO,通过如 JDBC 写到数据库;比如想把 Session 放到 Memcached 中,可以实现自己的 Memcached 安全策略中的原子授权单位,通过权限我们可以表示在应用中用户有没有操作某个资源的 权力。即权限表示在应用中用户能不能访问某个资源,如: 访问用户列表页面 查看/新增/修改/删除用户数据(即很多时候都是 CRUD(增查改删)式权限控制) 打印文档等等。。。 如上可以看出,权限代表了用户有没有操作某个资源的权利,即反映在某个资源上的操作 允不允许,不反映谁去执行这个操作。所以后续还需要把权限赋予给用户,即定义哪个用 在 shiro-web.ini 配置文件中可以进行如下配置设置会话监听器: 会话存储/持久化 Shiro 提供 SessionDAO 用于会话的 CRUD,即 DAO(Data Access Object)模式实现: public class MySessionListener1 implements SessionListener
    0 码力 | 219 页 | 4.16 MB | 10 月前
    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文档 Nacos架构&原理

    模式运行,通过标准 DNS 协议与业务解耦。  CLI:命令行对产品进行轻量化管理,像 git ⼀样好用。 业务层  服务管理:实现服务 CRUD,域名 CRUD,服务健康状态检查,服务权重管理等功能。  配置管理:实现配置管 CRUD,版本管理,灰度管理,监听管理,推送轨迹,聚合数据等功能。  元数据管理:提供元数据 CURD 和打标能力,为实现上层流量和服务灰度非常关键。 19 因为要支持多种服务类型的注册,并能够具有机房容灾、集群扩展等必不可少的能力,在 1.0.0 正式支持 AP 和 CP 两种⼀致性协议并存。1.0.0 重构了数据的读写和同步逻辑,将与业务相 关的 CRUD 与底层的⼀致性同步逻辑进行了分层隔离。然后将业务的读写(主要是写,因为读会直 接使用业务层的缓存)抽象为 Nacos 定义的数据类型,调用⼀致性服务进行数据同步。在决定使 用 CP 还是 AP
    0 码力 | 326 页 | 12.83 MB | 9 月前
    3
  • word文档 The DevOps Handbook

    and data access 3. System and application changes, especially privileged changes 4. Data changes (CRUD) 5. Invalid input, possible malicious injections or threats 6. Resources (RAM, disk, CPU, bandwidth
    0 码力 | 8 页 | 24.02 KB | 5 月前
    3
  • pdf文档 TiDB v8.1 Documentation

    a TiDB Cloud Serverless Cluster· · · · · · · · · · · · · · · · · · · · · · · · · · · · 117 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see SQL Statement Overview. 3.3.1 Category SQL community on Discord or Slack, or submit a support ticket. 4.2.2 CRUD SQL in TiDB This document briefly introduces how to use TiDB’s CRUD SQL. 4.2.2.1 Before you start Please make sure you are connected
    0 码力 | 6479 页 | 108.61 MB | 10 月前
    3
  • pdf文档 TiDB v8.5 Documentation

    a TiDB Cloud Serverless Cluster· · · · · · · · · · · · · · · · · · · · · · · · · · · · 147 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see SQL Statement Overview. 3.3.1 Category SQL Cloud. 4.2.1.4 Need help? Ask the community on Discord or Slack, or submit a support ticket. 4.2.2 CRUD SQL in TiDB This document briefly introduces how to use TiDB’s CURD SQL. 4.2.2.1 Before you start
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 TiDB v8.2 Documentation

    TiDB Serverless Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 117 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see SQL Statement Overview. 3.3.1 Category SQL Cloud. 4.2.1.4 Need help? Ask the community on Discord or Slack, or submit a support ticket. 4.2.2 CRUD SQL in TiDB This document briefly introduces how to use TiDB’s CURD SQL. 4.2.2.1 Before you start
    0 码力 | 6549 页 | 108.77 MB | 10 月前
    3
  • pdf文档 TiDB v8.3 Documentation

    TiDB Serverless Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 120 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see SQL Statement Overview. 3.3.1 Category SQL Cloud. 4.2.1.4 Need help? Ask the community on Discord or Slack, or submit a support ticket. 4.2.2 CRUD SQL in TiDB This document briefly introduces how to use TiDB’s CURD SQL. 4.2.2.1 Before you start
    0 码力 | 6606 页 | 109.48 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    a TiDB Cloud Serverless Cluster· · · · · · · · · · · · · · · · · · · · · · · · · · · · 142 4.2.2 CRUD SQL in TiDB · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see SQL Statement Overview. 3.3.1 Category SQL Cloud. 4.2.1.4 Need help? Ask the community on Discord or Slack, or submit a support ticket. 4.2.2 CRUD SQL in TiDB This document briefly introduces how to use TiDB’s CURD SQL. 4.2.2.1 Before you start
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 中文手册

    本文档将展示如何使用 TiDB 和 JDBC 来完成以下任务: • 配置你的环境。 • 使用 JDBC 连接到 TiDB 集群。 • 构建并运行你的应用程序。你也可以参考示例代码片段,完成基本的 CRUD 操作。 104 注意 本文档适用于 TiDB Cloud Serverless、TiDB Cloud Dedicated 和本地部署的 TiDB。 4.3.1.1.1 前置需求 • 推荐 本文档将展示如何使用 TiDB 和 MyBatis 来完成以下任务: • 配置你的环境。 • 使用 MyBatis 连接到 TiDB 集群。 • 构建并运行你的应用程序。你也可以参考示例代码片段,完成基本的 CRUD 操作。 注意 本文档适用于 TiDB Cloud Serverless、TiDB Cloud Dedicated 和本地部署的 TiDB。 4.3.1.2.1 前置需求 • 推荐 Java TiDB 和 Hibernate 来完成以下任务: • 配置你的环境。 • 使用 Hibernate 连接到 TiDB 集群。 • 构建并运行你的应用程序。你也可以参考示例代码片段,完成基本的 CRUD 操作。 115 注意 本文档适用于 TiDB Cloud Serverless、TiDB Cloud Dedicated 和本地部署的 TiDB。 4.3.1.3.1 前置需求 • 推荐
    0 码力 | 5072 页 | 104.05 MB | 10 月前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
跟我学Shiro张开BestpracticesforbuildingKubernetesOperatorsNacos架构原理TheDevOpsHandbookTiDBv8Documentation中文手册
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩