摘要:
Reference Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel s 阅读全文
摘要:
echo off REM HostsUp, a tool to update hosts REM Author: Gsharp REM Date: 2020-12-03 set hosts= %SystemRoot%\System32\drivers\etc\hosts set hostsback= 阅读全文
摘要:
内核源码情景分析笔记 背景 1.1 x86寻址 1.2 C in Linux 1.3 Assembly in Linux 为什么要汇编 GNU 386汇编 存储管理 2.1 内存管理基本框架 2.2 地址映射全过程 2.3 常见数据结构 2.4 越界访问 2.5 用户堆栈的扩展 2.6 物理页的使用 阅读全文
摘要:
Makefile file makes compiling work more efficient, especially when it turns to solve some jobs with a complex structure. But it depends on the buildin 阅读全文
摘要:
ref Annotations, a form of metadata, provides data about a program that is not part of the program itself. Annotations have no direct effect on the op 阅读全文
摘要:
A collection — sometimes called a container — is simply an object that groups multiple elements into a single unit. Store Retrieve Manipulate Communic 阅读全文