码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
T技术创新的搞笑解释
是创新,还是模仿,IT界六大巨头(google, facebook,amazon, apple, twitter, microsoft)给出了他们的答案:Google 谷歌We’ve got to be more like apple, and make our android phones and...
分类:其他好文   时间:2014-05-27 02:16:15    阅读次数:226
android:editable is deprecated: Use an <EditText> to make it editable
问题:android:editable is deprecated: Use an to make it editable意思:Android的:编辑是反对:使用EditText>对其编辑 分析:关于EditText控件的read-only问题,即: 无法通过UI更改其中的内容, 但可以选定部分内容...
分类:移动开发   时间:2014-05-24 07:12:25    阅读次数:375
标准make变量 MAKE_VERSION, CURDIR
在 Makefile 中经常会用到一些内置的标准变量。下面说明:1. MAKE_VERSIONmake 命令的版本号,也就是执行 make -v 时看到的版本号。2. CURDIR当前的工作目录,一般的就是 Makefile 所在的目录。确切的说,应该是 make 执行时此进程所在目录。如果在 ma...
分类:其他好文   时间:2014-05-24 06:08:57    阅读次数:260
Top 10 Mistakes Java Developers Make--reference
This list summarizes the top 10 mistakes that Java developers frequently make.#1. Convert Array to ArrayListTo convert an array to anArrayList, develo...
分类:编程语言   时间:2014-05-23 22:00:21    阅读次数:668
Linux内核编译过程分析
http://pan.baidu.com/s/1ntqLA7v其中是我总结生成的一些文档,以便于理解当我们输入make uImage后,系统是怎么一步一步生成uImage的,我采用的是逆向分析的方法。Linux内核的编译结构还是挺复杂的,我分析的还不到位,文档还有欠缺。下面是缩略图,在共享的目录中有...
分类:系统相关   时间:2014-05-20 12:31:45    阅读次数:425
android 关于Make sure the plugin is properly configured问题的解决办法
这个问题引发的原因最初的报错是:[2013-10-14 10:01:58 - XXX] The connection to adb is down, and a severe error has occured.[2013-10-14 10:01:58 - XXX] You must restart...
分类:移动开发   时间:2014-05-19 18:30:21    阅读次数:336
javascript 中 in操作符
inin 操作检查对象中是否有名为 property 的属性。也可以检查对象的原型,以便知道该属性是否为原型链的一部分。 对于一般的对象属性需要用字符串指定属性的名称var mycar = {make: "Honda", model: "Accord", year: 1998};"make" in....
分类:编程语言   时间:2014-05-17 19:51:12    阅读次数:301
3种Android sdk来源
安卓工具有3种:make、make sdk、下载安装启动安卓模拟器需要文件:system.img、userdata.img、ramdisk.img(3个安卓镜像文件)、zImage(Linux内核镜像文件)命令:emulator默认使用:zImage:$PATH(/prebuilts/qemu-ke...
分类:移动开发   时间:2014-05-17 14:57:34    阅读次数:304
VMware共享文件夹遇到的问题
我现在Linux下程序的开发模式是:用VS2010编写代码(IDE太好用了),然后切换到VMware虚拟机下执行make命令编译因为使用了VMware的文件夹共享功能,所以源文件只需要一份拷贝现在有个问题,Linux下访问过某目录后,如果Windows在该目录下创建了新文件,那这个新文件在Linux...
分类:其他好文   时间:2014-05-15 20:38:34    阅读次数:367
ffmpeg部署现场直播
#所有需要安装的包都在contribs目录里。faac1.#cd/usr/local/src/contribs2.[root@...contribs]#tarzxvffaac-1.28.tar.gz3.[root@...contribs]#cdfaac-1.284.[root@...faac-1.28]#./configure--prefix=/usr/local/--enable-shared5.[root@...faac-1.28]#make&&makeinst..
分类:其他好文   时间:2014-05-15 19:16:58    阅读次数:549
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!