万象云档 本次搜索耗时 1.985 秒,为您找到 322 个相关结果.
  • Disk usage

    Disk usage Directory structure ​ Managing disk usage ​ Disk usage Directory structure​ This is the general directory structure (subdirectories omitted): ├── data ├── gn...
  • Unit Testing HBase Applications

    Unit Testing HBase Applications 175. JUnit 176. Mockito 177. MRUnit 178. Integration Testing with an HBase Mini-Cluster Unit Testing HBase Applications This chapter discusse...
  • nginx.conf

    91 2025-05-17 《区块链开发》
    nginx.conf nginx.conf #user nobody; worker_processes 1 ; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid ...
  • In-memory Compaction

    In-memory Compaction 77. Overview 78. Enabling In-memory Compaction 77. Overview In-memory Compaction (A.K.A Accordion) is a new feature in hbase-2.0.0. It was first introduc...
  • System administration

    System administration Guides ​ System administration In the following sections, we explore general system administration options with Skytable such as configuration, user mana...
  • Error Index

    Error Index Handshake errors ​ Query errors ​ Error Index This document provides an exhaustive listing of all the error codes that can be returned by the server. Do note tha...
  • 对日志文件的IP出现的次数进行统计,并显示次数最多的前5名

    86 2025-05-15 《PHP开发面试题》
    对日志文件的IP出现的次数进行统计,并显示次数最多的前5名 Nginx日志格式如下所示: 日志内容示例如下: awk处理如下: 对日志文件的IP出现的次数进行统计,并显示次数最多的前5名 Nginx日志格式如下所示: log_format main '$remote_addr - $remote_user [$time_local...
  • 观察者模式

    83 2025-05-15 《PHP开发面试题》
    观察者模式 应用场景 代码设计实现 观察者模式 观察者模式(Observer),当一个对象状态发生变化时,依赖它的对象全部会收到通知,并自动更新。 应用场景 一个事件发生后,要执行一连串更新操作。观察者模式实现了低耦合,非侵入式的通知与更新机制。 传统的编程方式,就是在事件的代码之后直接加入处理的逻辑。当更新的逻辑增多之后,代码会变得难...
  • LDAP

    1 配置 LDAP 2 LDAP 登录 1 配置 LDAP LDAP 系统登录进入后,可看到 DN、OU、CN 等信息。 示例说明 CN=Zhang San,OU=TestGroup,DC=BeiJing,DC=Base,即 CN=Zhang San 代表一个用户名,OU=TestGroup 代表一个组织单位(测试组),说明 Zhang ...
  • eva.js

    eva.js package Classes Class Description Component Game GameObject Scene System Transform Enumerations Enumeration Description LOAD_EVENT LOAD_SCENE_MODE OB...