书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 2414 个相关结果.
  • 附錄 - 將 Markdown 文件轉成 HTML

    附錄 1:將 Markdown 文件轉成 HTML 相關工具 GNU/Linux 上的使用方法 附錄 1:將 Markdown 文件轉成 HTML Markdown 是個實現「易讀易寫」所產生出來的文件語法。在鐵人賽接連 30 天緊湊的步伐裡是不會有足夠的!所以凍仁當時是先用 Markdown 來撰寫草稿,再透過些工具將其轉換成 HTML。 ...
  • Using Zookeeper as a registry

    Using Zookeeper as a registry Usage How to run Start Zookeeper server Run server Run client Feedback Using Zookeeper as a registry Using Zookeeper as a registry This exam...
  • Setup

    Setup Building with Stack (Recommended) Building with Cabal Building with make Setup You will need GHC 7.8 or newer as well as LLVM 4.0. For information on installing LLVM 4...
  • 隐含规则链

    隐含规则链 隐含规则链 有些时候,一个目标可能被一系列的隐含规则所作用。例如,一个 .o 的文件生成,可能会是先被Yacc的[.y]文件先成 .c ,然后再被C的编译器生成。我们把这一系列的隐含规则叫做“隐含规则链”。 在上面的例子中,如果文件 .c 存在,那么就直接调用C的编译器的隐含规则,如果没有 .c 文件,但有一个 .y 文件,那...
  • 在规则中使用通配符

    在规则中使用通配符 在规则中使用通配符 如果我们想定义一系列比较类似的文件,我们很自然地就想起使用通配符。make支持三个通配符:* , ? 和 ~ 。这是和Unix的B-Shell是相同的。 波浪号( ~ )字符在文件名中也有比较特殊的用途。如果是 ~/test ,这就表示当前用户的 $HOME 目录下的test目录。而 ~hchen...
  • v1.2.0

    v1.2.0 (Go-based operators) Update Makefile’s bundle target (Go-based operators) Upgrade sigs.k8s.io/controller-runtime version to v0.6.3 (Go-based operators with multigroup supp...
  • v1.2.0

    v1.2.0 (Go-based operators) Update Makefile’s bundle target (Go-based operators) Upgrade sigs.k8s.io/controller-runtime version to v0.6.3 (Go-based operators with multigroup supp...
  • Generating Manifests and Metadata

    Generating Manifests and Metadata Overview Kustomize files ClusterServiceVersion manifests Generate your first release Bundle format Channels Package manifests format Updat...
  • How To Compile SQLite

    654 2020-01-30 《SQLite Document》
    Overview 1. Amalgamation Versus Individual Source Files 2. Compiling The Command-Line Interface 3. Compiling The TCL Interface 4. Building The Amalgamation 5. Building A Windo...
  • 练习3:格式化输出

    3525 2018-02-09 《笨办法学C》
    练习3:格式化输出 你会看到什么 外部研究 如何使它崩溃 附加题 练习3:格式化输出 原文:Exercise 3: Formatted Printing 译者:飞龙 不要删除Makefile,因为它可以帮你指出错误,以及当我们需要自动化处理一些事情时,可以向它添加新的东西。 许多编程语言都使用了C风格的格式化输出,所以让我们尝...