摘要: Reference from : <The C++ Programming Language> Chapter 6 Section 4.1 Page 166 "Roughly, rvalue means "a value that is not an lvalue", such as a tempo 阅读全文
posted @ 2021-02-09 02:49 CPFOR0 阅读(432) 评论(0) 推荐(0)
摘要: MAN(1) Manual pager utils MAN(1)NAME man - an interface to the system reference manualsSYNOPSIS man [man options] [[section] page ...] ... man -k [apr 阅读全文
posted @ 2020-04-16 11:41 CPFOR0 阅读(285) 评论(0) 推荐(0)
摘要: NAME du - estimate file space usageSYNOPSIS du [OPTION]... [FILE]... du [OPTION]... --files0-from=FDESCRIPTION Summarize disk usage of the set of FILE 阅读全文
posted @ 2020-03-14 21:24 CPFOR0 阅读(198) 评论(0) 推荐(0)
摘要: NAME df - report file system disk space usageSYNOPSIS df [OPTION]... [FILE]...DESCRIPTION This manual page documents the GNU version of df. df display 阅读全文
posted @ 2020-03-14 21:15 CPFOR0 阅读(376) 评论(0) 推荐(0)
摘要: 本文是写给《X86汇编语言 从实模式到保护模式》读者的一份Bochs配置指南。 我们要做的有: 1.下载并安装bochs 2.配置bochs 3.通过bochs调试虚拟硬盘 bochs的官方网址:http://bochs.sourceforge.net/ bochs的下载地址:http://sour 阅读全文
posted @ 2019-01-28 11:38 CPFOR0 阅读(3139) 评论(0) 推荐(2)