书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 19763 个相关结果.
  • 10. Shell 函数

    2203 2018-03-01 《Shell编程基础》
    10. Shell 函数 格式: 说明: 实例1(无return): 输出: 实例2(有return): 输出: 函数参数 实例: 输出: 注意: 几个处理参数的特殊字符: 10. Shell 函数 linux shell 可以用户定义函数,然后在shell脚本中可以随便调用。 格式: [ function ] fu...
  • 04. Shell 数组

    3091 2018-03-01 《Shell编程基础》
    4. Shell 数组 一、语法 实例 二、获取元素 实例一(获取单个元素) 实例二(获取所有元素) 4. Shell 数组 一、语法 array_name =( value1 value2 ... valuen ) 实例 #!/bin/bash # author:Asa my_array =( A B "C" ...
  • HBase 常用 Shell 命令

    2046 2019-12-08 《大数据入门指南》
    Hbase 常用 Shell 命令 一、基本命令 1.1 获取帮助 1.2 查看服务器状态 1.3 查看版本信息 二、关于表的操作 2.1 查看所有表 2.2 创建表 2.3 查看表的基本信息 2.4 表的启用/禁用 2.5 检查表是否存在 2.6 删除表 三、增删改 3.1 添加列族 3.2 删除列族 3.3 更改列族存储版本的...
  • HDFS 常用 Shell 命令

    1754 2019-12-08 《大数据入门指南》
    HDFS 常用 shell 命令 HDFS 常用 shell 命令 1. 显示当前目录结构 # 显示当前目录结构 hadoop fs - ls <path> # 递归显示当前目录结构 hadoop fs - ls - R <path> # 显示根目录下内容 hadoop fs - ls / 2. ...
  • Data Types in the mongo Shell

    960 2019-12-01 《MongoDB v4.2 Manual》
    Data Types in the mongo Shell Types Date Return Date as a String Return Date ObjectId NumberLong NumberInt NumberDecimal Equality and Sort Order Checking for decimal Type ...
  • pipes —- Interface to shell pipelines

    pipes —- Interface to shell pipelines Template Objects pipes —- Interface to shell pipelines 源代码: Lib/pipes.py The pipes module defines a class to abstract the concept of...
  • SQL to SequoiaDB shell to Java

    SQL to SequoiaDB shell to Java SQL to SequoiaDB shell to Java SequoiaDB 的查询用 json(bson)对象表示,下表以例子的形式显示了 SQL 语句,SequoiaDB shell 语句和 SequoiaDB Java 驱动程序语法之间的对照。 SQL SequoiaDB sh...
  • Get a Shell to a Running Container

    Get a Shell to a Running Container Before you begin Getting a shell to a container Writing the root page for nginx Running individual commands in a container Opening a shell wh...
  • Using GNOME Shell extensions

    372 2021-09-03 《Fedora Quick Docs》
    GNOME Shell extensions Installing and removing system-wide GNOME Shell extensions Installing and removing local GNOME Shell extensions Enabling, disabling and changing settings f...
  • Get a Shell to a Running Container

    Get a Shell to a Running Container Before you begin Getting a shell to a container Writing the root page for nginx Running individual commands in a container Opening a shell wh...