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

    Release Guide Prerequisites MacOS users Major and Minor releases Before starting 1. Create and push a release commit 2. Create and merge a new PR 3. Unlock the master branch...
  • Porting DirectFB

    Porting DirectFB Contents DirectFB porting to RTS7751R2D (SH-4/SM501) platform Development Environment SH-4 target platform environment x86 host machine environment Install Di...
  • 0.2.1-beta 版本

    0.2.1-beta 版本 0.2.1-beta 版本 发布日期: 2015-01-08 pull request 26: Use binaries for topic paths and fix wildcard topics emqtt_pubsub.erl: fix wildcard topic match bug caused by bi...
  • 伪目标

    伪目标 伪目标 最早先的一个例子中,我们提到过一个“clean”的目标,这是一个“伪目标”, clean : rm *. o temp 正像我们前面例子中的“clean”一样,既然我们生成了许多文件编译文件,我们也应该提供一个清除它们的“目标”以备完整地重编译而用。 (以“make clean”来使用该目标) 因为,我们并...
  • doc

    doc doc 可以利用 sphinx 工具来生成文档。用户在该目录下通过执行 make html 可以生成 html 格式的说明文档。 source 子目录:文档相关的代码。 Makefile:用户执行 make 命令的模板文件。 pom.xml:maven项目管理文件。
  • 第5章-linux内核体系结构

    第5章-linux内核体系结构 总结 Linux内核模式 Linux内核对内存的管理和使用 系统时间 进程控制 Linux 0.12 采用的文件系统 Linux内核源代码目录结构 内核系统与应用程序的关系 Linux/Makefile文件 # 第5章-linux内核体系结构 总结 Linux内核模式 Linux 0.12...
  • Releasing

    Release Guide Prerequisites MacOS users Major and Minor releases Before starting 1. Create and push a release commit 2. Create and merge a new PR 3. Unlock the master branch...
  • 命令出错

    命令出错 命令出错 每当命令运行完后,make会检测每个命令的返回码,如果命令返回成功,那么make会执行下一条命令,当规则中所有的命令成功返回后,这个规则就算是成功完成了。如果一个规则中的某个命令出错了(命令退出码非零),那么make就会终止执行当前规则,这将有可能终止所有规则的执行。 有些时候,命令的出错并不表示就是错误的。例如mkdir命令,...
  • 定时器

    00 - INDEX - this file highres . txt - High resolution timers and dynamic ticks design notes hpet . txt - High Precision Event Timer D...
  • 第 1 章 迈向现代 C++

    第 1 章 迈向现代 C++ 1.1 被弃用的特性 1.2 与 C 的兼容性 进一步阅读的参考文献 许可 第 1 章 迈向现代 C++ 编译环境 :本书将使用 clang++ 作为唯一使用的编译器,同时总是在代码中使用 -std=c++2a 编译标志。 > clang ++ - v Apple LLVM version 1...