摘要: Step 1 : 去Vim 官网 vim.org,点击左边Download选项,选择对应的安装系统 PC: MS-DOS and MS-Windows Step 2 : 点击下载你想要安装的VIM 版本,例如我选择下载gvim80.exe。 step3 :安装下载的exe文件,推荐点击右键选择Run 阅读全文
posted @ 2018-05-17 14:12 愚自娱 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 闪存基础 Posted on 2017年8月3日 by SSD Fans 原创内容,转载请注明: [http://www.ssdfans.com] 谢谢! 闪存基础 目前绝大多数SSD都是以NAND FLASH为存储介质的。SSD工作原理很多都是基于NAND FLASH特性的。比如,NAND FLA 阅读全文
posted @ 2017-12-05 10:04 愚自娱 阅读(271) 评论(0) 推荐(0) 编辑
摘要: SATA Vs. PCIE Vs.NVMe NVMe, AHCI and IDE are transfer protocols(languages). They run on top of transfer interfaces such as PCIe or SATA(spoken,written 阅读全文
posted @ 2017-12-05 10:03 愚自娱 阅读(763) 评论(0) 推荐(0) 编辑
摘要: Pictures worth a thousand unix commands and options: I draw this to my students each semester and they seem to grasp vi afterwards. vi is a finite sta 阅读全文
posted @ 2017-10-20 13:54 愚自娱 阅读(269) 评论(0) 推荐(0) 编辑
摘要: mac 终端常用命令和vim普通命令使用 转载 2016年01月06日 13:11:58 11769 转载 2016年01月06日 13:11:58 11769 mac 终端 常用命令 基本命令1、列出文件ls 参数 目录名 例: 看看驱动目录下有什么:ls /System/Library/Exte 阅读全文
posted @ 2017-10-20 13:51 愚自娱 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 转自 : http://www.renfei.org/blog/mac-os-x-terminal-101.html Mac OS X Terminal 101:终端使用初级教程 July 29, 2012 / 编程指南 最近学习苹果认证的《Mac OS X Support Essentials》教 阅读全文
posted @ 2017-10-20 13:39 愚自娱 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1. const pointer pointer to const -> 指向的数据不能被修改 const pointer -> 指针的地址不能被修改 int a = 3; int b = 4; // read from right to leftconst int * p1 = &a; // a 阅读全文
posted @ 2017-10-18 10:38 愚自娱 阅读(317) 评论(0) 推荐(0) 编辑
摘要: The Fobidden error often raised when using request.open to open some urls. such as: url_1 = 'https://movie.douban.com/subject/26363254/comments?status 阅读全文
posted @ 2017-08-18 12:17 愚自娱 阅读(93) 评论(0) 推荐(0) 编辑
摘要: What is Circular Linked List ? What are Advantages and Disadvantages of Circular Linked List In it the last node does not contain NULL pointer. Instea 阅读全文
posted @ 2017-06-29 11:11 愚自娱 阅读(146) 评论(0) 推荐(0) 编辑
摘要: After watching Python Web Video. I planned to write a small scraper to fetch the price and promotion of the items in my Amazon Cart. Amazon did not al 阅读全文
posted @ 2017-06-05 16:08 愚自娱 阅读(434) 评论(0) 推荐(0) 编辑