码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
微软职位内部推荐-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
pthread_once和pthread_key_create的用法演示
static pthread_key_t key;static pthread_once_t key_once = PTHREAD_ONCE_INIT;void make_key(){ fprintf(stderr, "make_key\n"); pthread_key_create(&...
分类:其他好文   时间:2014-09-18 22:07:44    阅读次数:454
GNU Make chapter 2
Makefile是由一系列的rule规则组成,这些rule都遵循以下形式:target ... : prerequisites ... command ... ...target(目标) 一般来说是需要生成的程序(模块)的名字,也可以是要执行的动作的名字,这种情况叫做(Phony...
分类:其他好文   时间:2014-09-18 20:34:24    阅读次数:222
安装nginx
tar式安装 -x,从归档中解出文件 -f,使用归档文件或 ARCHIVE 设备 -z,通过 gzip 过滤归档 -v,详细地列出处理的文件gcc用yum search gcc搜索,yum install gcc安装需安装pecl步骤configure --prefix=/dta make make...
分类:其他好文   时间:2014-09-18 18:18:14    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!