码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
delphi XE7 判断手机返回键
Using the Android Device's Back Button To make your application handle when users press the Back button on their Android device, add an event handler....
分类:移动开发   时间:2014-10-29 12:24:52    阅读次数:530
List of commands(附目录切换命令)
pwd print working directoryhostname my computer’s network namemkdir make directorycd change directoryls list directoryrmdir remove direct...
分类:其他好文   时间:2014-10-29 10:21:24    阅读次数:227
A Tour of Go Buffered Channels
Channels can bebuffered. Provide the buffer length as the second argument tomaketo initialize a buffered channel:ch := make(chan int, 100)Sends to a b...
分类:其他好文   时间:2014-10-29 01:43:40    阅读次数:142
compile ffmpeg
download SDL 1.2.xxx version source code.1) configure2) make & make instlldownload recent ffmpeg source code.1) configure --enable-ffplay2) vi ffplay....
分类:其他好文   时间:2014-10-29 01:40:36    阅读次数:203
Java parallel control
AtomicLong can make sure at one time only one thread can use itlock can lock a section of a procedure to ensure that only one thread to run the sectio...
分类:编程语言   时间:2014-10-29 00:01:35    阅读次数:474
make deb for debian/ubuntu, package software for debian/ubuntu
here you may find useful information:=====================X8---------------------------------8X=============================http://yysfire.github.io/l...
分类:系统相关   时间:2014-10-29 00:01:00    阅读次数:444
linux kernel development
the learning curve become longer and steeper .as the increasingly complex , the newbie or newcomers become harder .to make the source code sensible in...
分类:系统相关   时间:2014-10-28 23:37:36    阅读次数:265
make menuconfig 出错
运行 #make menuconfig1 HOSTLD scripts/kconfig/mconf2 scripts/kconfig/mconf.o: In function `main':3 mconf.c:(.text.startup+0x6a): undefined reference ...
分类:其他好文   时间:2014-10-28 17:35:01    阅读次数:229
Python语言之变量2(命名规则,类型转换)
1.命名规则1.起始位为字母(大小写)或下划线('_')2.其他部分为字母(大小写)、下划线('_')或数字(0-9)3.大小写敏感2.先体验一把:#Ask the user their namename = input("Enter your name: ")#Make the first let...
分类:编程语言   时间:2014-10-28 13:35:12    阅读次数:258
Sublime Text(2/3)编译lua
想在subLime text 3中集成编译Lua(或其他语言)功能,只需要在Tool->Build System -> New Build System中将原来的 {   "shell_cmd": "make" } 替换为下面的代码: { "cmd": ["c:/Us...
分类:其他好文   时间:2014-10-28 00:38:52    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!