摘要: "Step 1 — Installing Apache and Updating the Firewall" "Adjust the Firewall to Allow Web Traffic" "How To Find your Server's Public IP Address" "Step 阅读全文
posted @ 2018-05-07 17:27 yongwu 阅读(1509) 评论(2) 推荐(0) 编辑
摘要: AStyle A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective‑C, C , and Java Source Code Project Page: http://astyle.sourceforge. 阅读全文
posted @ 2018-04-18 01:36 yongwu 阅读(495) 评论(0) 推荐(0) 编辑
摘要: "1 Basics" "1.1 Running a terminal" "1.2 Our first command" "1.3 Man pages" "1.4 Editing the line" "1.5 Cleaning up" "1.6 Summary" "2 Manipulating fil 阅读全文
posted @ 2018-03-13 00:46 yongwu 阅读(368) 评论(1) 推荐(0) 编辑
摘要: 命令行 Mac:Terminal Windows:Command Prompt 查看当前工作目录 Mac pwd(即 print working directory,打印工作目录) Windows 新建目录 mkdir(make directory,创建目录) directory 目录下,新建子目录 阅读全文
posted @ 2017-11-15 13:15 yongwu 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 3.2 程序编码 3.2.1 机器级代码 对于机器级编程来说,其中两种抽象尤为重要。 1. 第一种是机器级程序的格式和行为,定义为 指令集体系结构 (Instruction set architecture,ISA),它定义了处理器状态、指令的格式,以及每条指令的对状态的影响。大多数 ISA,包括 阅读全文
posted @ 2017-06-06 01:07 yongwu 阅读(788) 评论(0) 推荐(0) 编辑
摘要: hello.c 1. 预处理阶段:预处理器(cpp) 2. 编译阶段:编译器(ccl) 3. 汇编阶段:汇编器(as) 4. 链接阶段:链接器(ld) 阅读全文
posted @ 2017-05-28 03:27 yongwu 阅读(1343) 评论(0) 推荐(0) 编辑