万象云档 本次搜索耗时 5.106 秒,为您找到 151 个相关结果.
  • Securing Apache HBase

    Securing Apache HBase 59. Using Secure HTTP (HTTPS) for the Web UI 60. Using SPNEGO for Kerberos authentication with Web UIs 61. Secure Client Access to Apache HBase 61.1. Prereq...
  • Discuz!X 3.5 目录索引

    Discuz!X 3.5 目录索引 / 根目录 /api/ API服务 /archiver/ 存档静态化 /config/ 程序配置文件 /data/ 附件数据、数据库与文件缓存 /install/ 安装程序 /source/ 程序模块功能处理目录 /template/ 模板目录 /uc_client/ UCenter客户端...
  • (44)设计模式之桥接模式

    (44)设计模式之桥接模式 介绍 正文 XHR_47实战XHR连接队列 基础核心函数 _151观察者系统 _187队列主要实现代码 _283简单调用 _325桥接呢? _479总结 (44)设计模式之桥接模式 介绍 桥接模式(Bridge)将抽象部分与它的实现部分分离,使它们都可以独立地变化。 正文 桥接模式最常用在事件监控上,...
  • Backup and Restore

    Backup and Restore 79. Overview 80. Terminology 81. Planning 81.1. Backup within a cluster 81.2. Backup using a dedicated cluster 81.3. Backup to the Cloud or a storage vendor ...
  • UISpriteAnimation

    UISpriteAnimation 继承关系 描述 公共属性 私有属性 私有方法 公共方法 作者:vin129 邮箱:515019721@qq.com UISpriteAnimation 继承关系 继承自:MonoBehaviour 描述 挂载组件 帧动画组件 公共属性 SpriteF...
  • Apache HBase Performance Tuning

    Apache HBase Performance Tuning 114. Operating System 114.1. Memory 114.2. 64-bit 114.3. Swapping 114.4. CPU 115. Network 115.1. Single Switch 115.2. Multiple Switches 115.3...
  • The Apache HBase Shell

    The Apache HBase Shell 14. Scripting with Ruby 15. Running the Shell in Non-Interactive Mode 16. HBase Shell in OS Scripts 16.1. Checking for Success or Failure In Scripts 17. ...
  • Upgrading

    Upgrading 11. HBase version number and compatibility 11.1. Aspirational Semantic Versioning 11.1.1. HBase API Surface 11.2. Rolling Upgrades 12. Rollback 12.1. Caveats 12.2. A...
  • DedeCMS静态模板引擎

    463 2025-05-16 《DedeCMS模板手册》
    深挖!DedeCMS 静态模板引擎的核心奥秘大公开 一、核心文件大揭秘:/include/dedetag.class.php 二、超实用的模板语法,小白也能秒懂 三、内置系统标记,高效开发的 “秘密武器” 四、自定义函数与编程扩展,玩转个性化开发 深挖!DedeCMS 静态模板引擎的核心奥秘大公开 家人们!做网站离不开模板引擎,而在 Ded...
  • JavaScript设计模式 Item 6 –单例模式Singleton

    JavaScript设计模式 Item 6 —单例模式Singleton 1、单例模式的使用场景 2、最基本的单例模式 3、借用闭包创建单例 4、单例模式用于划分命名空间 5、惰性单例 6、分支技术 7、单例模式的弊端 JavaScript设计模式 Item 6 —单例模式Singleton 单例模式的定义:保证一个类仅有一个实例,并提供...