书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 4176 个相关结果.
  • Release Guide

    Release Guide Dependency and platform support Go version Kubernetes versions Operating systems and architectures Binaries and signatures Release tags GitHub release informati...
  • 正则表达式

    正则表达式 正则表达式 有些人遇到问题时就会想:“啊,我知道了,我可以使用正则表达式”。于是现在他们有了两个问题。- Jamie Zawinski。 PCRE:与 Perl 5 正则表达式完全相同的实现。3-clause BSD 。官网 SLRE:Super Light Regular Expression library;一个 Perl...
  • 汇编语句

    汇编语句 汇编语句 不安全的 asm 语句支持将汇编程序代码直接嵌入到Nim代码中。 汇编程序代码中引用Nim标识符的标识符应包含在特殊字符中,该字符可在语句的编译指示中指定。默认的特殊字符是 '`' : {. push stackTrace : off .} proc addInt ( a , b : int ): int ...
  • OS Packages

    Supported OS Supported OS The unfixed/unfixable vulnerabilities mean that the patch has not yet been provided on their distribution. Trivy doesn’t support self-compiled packages...
  • Copyright

    Essential and concise guide to mastering KiCad for the successful development of sophisticated electronic printed circuit boards. Copyright This document is Copyright © ...
  • 10.27. Version 3.8.2

    10.27. Version 3.8.2 10.27. Version 3.8.2 Released June, 2009. 2.4 The list of archive sections has been significantly expanded. See this debian-devel-announce message for t...
  • get_module 获取Linux内核模块的详细信息

    get_module 补充说明 语法 实例 get_module 获取Linux内核模块的详细信息 补充说明 get_module命令 用于获取Linux内核模块的详细信息。 语法 get_module 模块名 实例 使用lsmod命令查看内核模块: lsmod | head - 5 Module ...
  • 3. 一般方法

    3. 一般方法 3. 一般方法 所有你能找到的适用于 GNU/Linux 的通用文档也适用于 Debian,因为 Debian 包括最常见的自由软件。不过,作为一个发行版, Debian 带来了许多改进,这就是为什么我们写本书时着重描述如何以“Debian 风格”行事。 按照 Debian 推荐的方式做事是很有意思的,但若能理解其基本原理则更好。因...
  • 总体介绍

    总体介绍 总体介绍 欢迎来到 Jumpserver 文档。 Jumpserver 是全球首款完全开源的堡垒机, 使用 GNU GPL v2.0 开源协议, 是符合 4A 的专业运维审计系统。 Jumpserver 使用 Python / Django 进行开发, 遵循 Web 2.0 规范, 配备了业界领先的 Web Terminal 解决方案,...
  • ld 将目标文件连接为可执行程序

    ld 补充说明 语法 选项 参数 实例 ld 将目标文件连接为可执行程序 补充说明 ld命令 是GNU的连接器,将目标文件连接为可执行程序。 语法 ld (选项)(参数) ld [ options ] objfile ... 选项 - o :指定输出文件名; - e :指定程序的入口符号。 参数 目...