摘要: http://jingyan.baidu.com/article/642c9d3415d2c9644a46f7c6.html http://blog.csdn.net/zhangskd/article/details/22678659 http://www.360doc.com/content/12 阅读全文
posted @ 2016-10-19 16:46 OracleLoyal 阅读(98) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-22670933-id-1771676.html 阅读全文
posted @ 2016-10-19 15:47 OracleLoyal 阅读(117) 评论(0) 推荐(0)
摘要: 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 阅读(226) 评论(0) 推荐(0)
摘要: https://dev.openwrt.org/wiki/GetSource git地址 https://github.com/openwrt/openwrt 阅读全文
posted @ 2016-10-19 10:57 OracleLoyal 阅读(184) 评论(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 阅读(715) 评论(0) 推荐(0)
摘要: Linux开机启动程序详解我们假设大家已经熟悉其它操作系统的引导过程,了解硬件的自检引导步骤,就只从Linux操作系统的引导加载程序(对个人电脑而言通常是LILO)开始,介绍Linux开机引导的步骤。加载内核LILO启动之后,如果你选择了Linux作为准备引导的操作系统,第一个被加载的东西就是内核。 阅读全文
posted @ 2016-10-19 10:46 OracleLoyal 阅读(258) 评论(0) 推荐(0)