书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 2498 个相关结果.
  • dpkg-query Debian Linux中软件包的查询工具

    dpkg-query 补充说明 语法 选项 参数 实例 dpkg-query Debian Linux中软件包的查询工具 补充说明 dpkg-query命令 是Debian Linux中软件包的查询工具,它从dpkg软件包数据库中查询并辨识软件包的信息。 语法 dpkg - query (选项)(参数) 选项 - l :列...
  • Installation on XAMPP

    510 2021-02-21 《Phalcon v2.0 文档》
    Installation on XAMPP Download the right version of Phalcon Screencast Related Guides Installation on XAMPP XAMPP is an easy to install Apache distribution containing MySQL...
  • dpkg-query - Debian Linux中软件包的查询工具

    dpkg-query 补充说明 语法 选项 参数 实例 dpkg-query Debian Linux中软件包的查询工具 补充说明 dpkg-query命令 是Debian Linux中软件包的查询工具,它从dpkg软件包数据库中查询并辨识软件包的信息。 语法 dpkg - query (选项)(参数) 选项 - l...
  • 3.1 数组

    976 2018-02-01 《Go简易教程》
    3.1 数组 链接 3.1 数组 如果你使用过python、ruby、perl、javascript或者php,也许你已经在写代码时使用过动态数组,这些数组在添加数据时会动态改变自己的大小。和大多数语言一样,在go中,数组是固定大小的。声明一个数组时我们必须指定它的大小,一旦数组的大小被指定,它就不能扩展变大: var scores [ 10...
  • codec配置

    编码插件(Codec) 编码插件(Codec) Codec 是 logstash 从 1.3.0 版开始新引入的概念(Codec 来自 Coder/decoder 两个单词的首字母缩写)。 在此之前,logstash 只支持纯文本形式输入,然后以过滤器处理它。但现在,我们可以在输入 期处理不同类型的数据,这全是因为有了 codec 设置。 所以...
  • Exercises

    416 2020-01-18 《Learning Go v2.0》
    Exercises Finger daemon Answer Echo server Answer Word and Letter Count Answer Uniq Answer Quine Answer Processes Answer Number cruncher Answer Exercises Finger...
  • 3. A Script-Fu Tutorial

    3. A Script-Fu Tutorial 3.1. Getting Acquainted With Scheme 3.1.1. Let’s Start Scheme’ing 3.1.2. Examples Of Prefix, Infix, And Postfix Notations 3.1.3. Practicing In Scheme 3.1...
  • 3. A Script-Fu Tutorial

    3. A Script-Fu Tutorial 3.1. Getting Acquainted With Scheme 3.1.1. Let’s Start Scheme’ing 3.1.2. Examples Of Prefix, Infix, And Postfix Notations 3.1.3. Practicing In Scheme 3.1...
  • Regexes

    546 2020-04-02 《Perl 101》
    Regular Expressions Matches and replacements return a quantity. Don't use capture variables without checking that the match succeeded. XXX m// in list context gives a list of mat...
  • Programmatic APIs

    Programmatic APIs C C++ STL Java Dbm/Ndbm, Hsearch Programmatic APIs The Berkeley DB subsystems can be accessed through interfaces from multiple languages. Applications ca...