摘要:
http://www.linuxidc.com/Linux/2015-02/113159.htm https://github.com/astaxie/beego http://www.sizeofvoid.net/goroutine-under-the-hood/ 阅读全文
posted @ 2016-10-19 13:49
OracleLoyal
阅读(221)
评论(0)
推荐(0)
摘要:
https://dev.openwrt.org/wiki/GetSource git地址 https://github.com/openwrt/openwrt 阅读全文
posted @ 2016-10-19 10:57
OracleLoyal
阅读(181)
评论(0)
推荐(0)
摘要:
1.安装mini_httpd 1.1把下载的mini_httpd-1.19.tar.gz拷贝到根目录 1.2 解压tar -xvfzmini_httpd-1.19.tar.gz ,会在根目录产生一个目录mini_httpd-1.19 1.3 cd /mini_httpd 目录 make,会出错, h 阅读全文
posted @ 2016-10-19 10:48
OracleLoyal
阅读(709)
评论(0)
推荐(0)
摘要:
Linux开机启动程序详解我们假设大家已经熟悉其它操作系统的引导过程,了解硬件的自检引导步骤,就只从Linux操作系统的引导加载程序(对个人电脑而言通常是LILO)开始,介绍Linux开机引导的步骤。加载内核LILO启动之后,如果你选择了Linux作为准备引导的操作系统,第一个被加载的东西就是内核。 阅读全文
posted @ 2016-10-19 10:46
OracleLoyal
阅读(251)
评论(0)
推荐(0)