码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
Java is Pass-by-Value!
Java is strictly pass-by-value. which means, when you pass a variable to a method, the method will just make a copy of that varible and use that copy,...
分类:编程语言   时间:2014-09-20 09:56:17    阅读次数:230
Linux下libevent安装与示例
用wget指令直接下载libevent:# wget http://www.monkey.org/~provos/libevent-1.2.tar.gz 然后,在配置时需要指定一个安装路径,即./configure –prefix=/usr;然后make;然后make install; 详细的方法如下: ...
分类:系统相关   时间:2014-09-19 22:38:26    阅读次数:256
Centos编译Unix网络编程(第三版)卷1的源代码
测试环境:Centos1)在shell中输入./configure然后按回车(注意先让configure有执行权限 chomd 777 configure)2)依次进入lib、libfree、libgai和libroute目录,执行make。有可能编译不错误(我在libroute目录中make遇到错...
分类:其他好文   时间:2014-09-19 18:52:25    阅读次数:261
微软职位内部推荐-SDEII
微软近期Open的职位:Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Internet of Things, “Connected” Car, S...
分类:其他好文   时间:2014-09-19 17:07:35    阅读次数:299
Make Your First Android App
http://www.raywenderlich.com/56107/make-first-android-app-part-1Activity Name. This is the first mention you’ve seen of the word Activity, but it cert...
分类:移动开发   时间:2014-09-19 15:15:25    阅读次数:233
在Debian64环境下源码安装newLisp v10.6.0
起因:官方网站上没有适合Debian64的二进制安装包,用源码包直接make时会失败,这里给出解决方法。 1,从官网(http://www.newlisp.org)下载源码包后解压:? tar xvf Downloads/newlisp-10.6.0.tgz mv newlisp-10...
分类:其他好文   时间:2014-09-19 12:20:15    阅读次数:292
UVALive-6656-Watching the Kangaroo(二分)
Day by day number of Kangaroos is decreasing just like tiger, whale or lions. So I decided to make them a sanctuary where they will live peacefully. I do not let visitors go near them. So I planted...
分类:其他好文   时间:2014-09-19 03:26:24    阅读次数:278
【MongoDB】Serveral common command of MongoDb
In the recent days, since the overwork made me exhaused, on arrival to home I will go to bed, which leads to loss of blogs that should have been written in the past days.  Now  I make a summay to all...
分类:数据库   时间:2014-09-19 02:20:04    阅读次数:323
[自制简单操作系统] 3、内存管理和窗口叠加
1、本次主要进展>__ 5 6 void make_window8(unsigned char *buf, int xsize, int ysize, char *title); 7 8 void HariMain(void) 9 { 10 struct BOOTINFO *b...
分类:其他好文   时间:2014-09-18 23:39:28    阅读次数:447
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!