make and Makefile Posted on 2022-05-05 Edited on 2026-03-15 In Computer Systems Outline: make Makefile Read more »
Popular Compilers Posted on 2022-05-05 Edited on 2026-03-15 In Computer Science Outline: GCC Clang/LLVM MinGw Crgwin MSVC Read more »
Debugger Posted on 2022-05-05 Edited on 2026-03-15 In Software Engineering Outline: GDB LLDB Read more »
Hard Link && Symbol Link Posted on 2022-05-05 Edited on 2026-03-15 In Software Engineering Outline: link symlink Read more »
Static Link && Dynamic Link Posted on 2022-05-05 Edited on 2026-03-15 In Computer Systems Outline: static link static load dynamic link && load Read more »
OS Thread Sheduling Algorithm Posted on 2022-04-16 Edited on 2026-03-15 In Computer Science Outline: workload scheduling metrics 处理器调度层次 各种算法... Read more »
OS Page Sheduling Algorithm Posted on 2022-04-16 Edited on 2026-03-15 In Computer Science Outline: 各种页面调度算法... Read more »
CPU Virtualization in Operation Systems Posted on 2022-04-16 Edited on 2026-03-15 In Computer Science Sources: Remzi H. Arpaci-Dusseau & Andrea C. Arpaci-Dusseau. (2014). Virtualization. Operating Systems: Three Easy Pieces (Version 0.8.). Arpaci-Dusseau Books, Inc.. Read more »
Spring Boot Basic Posted on 2022-04-13 Edited on 2026-03-15 In Software Engineering Outline: Spring Boot工程 常用配置 Spring Boot Features Spring Boot基于Spring提供了开箱即用的一组套件,可以简化spring开发,还提供了基于java的、面向REST的微服务框架 Read more »
String Algorithms Posted on 2022-04-10 Edited on 2026-03-15 In Computer Science Outline: String Sort Tries Substring Search Regex Data Compress 目前只更新到String Sort Read more »