书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 19324 个相关结果.
  • Using GNOME Shell extensions

    370 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...
  • Data Types in the mongo Shell

    959 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...
  • HBase 常用 Shell 命令

    2040 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 命令

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

    2647 2018-09-19 《RT-Thread编程手册》
    finsh shell 简介 工作模式 什么是shell? 初识finsh finsh(c-style)中增加命令/变量 msh中增加命令 RT-Thread内置命令 suspend thread 等待这个信号量的线程数目; suspend thread 等待这个事件的线程数目: suspend thread 等待这个互斥量的线程数目...
  • SSH(Secure Shell)介绍

    1143 2019-03-05 《征服 Linux》
    SSH(Secure Shell)介绍 SSH 安装 SSH 修改连接端口 设置超时 SSH 允许 root 账户登录 SSH 不允许 root 账户登录 SSH 密钥登录 限制只有某一个IP才能远程登录服务器 限制某些用户可以 SSH 访问 修改完配置都要记得重启服务 常用 SSH 连接终端 SSH 资料 SSH(Secure...
  • 10. Shell 函数

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