码迷,mamicode.com
首页 >  
搜索关键字:build 9860    ( 14953个结果
a Makefile
1 obj-m += showpid.o2 obj-m += ps.o3 4 all:5 make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules6 clean:7 rm -rf *.o *.mod.c *...
分类:其他好文   时间:2014-07-19 17:23:58    阅读次数:236
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path.
在新建 dynamicWeb Project,然后新建 JSP文件的时候,报这个错.安装报错的信息,我通过buildpath->configurebuildpath-> Add External JARS的方式,依然没有解决.网上搜了一下,原理是设计到tomcat服务器配置问题,需要添加Tomc.....
分类:编程语言   时间:2014-07-18 17:18:01    阅读次数:204
How do you make an object in C? Used in RTOS.
I went through the EE445M and found it’s interesting since the goal of this class is to build a working RTOS. The first lec note mentioned how to make...
分类:其他好文   时间:2014-07-18 16:27:54    阅读次数:175
Android Gradle Plugin指南(六)——高级构建定制
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Advanced-Build-Customization 7、 Advanced Build Customization(高级构建定制) 7.1 Build options(构建选项) 7.1.1 Java Compilation o...
分类:移动开发   时间:2014-07-18 15:09:58    阅读次数:335
vs2013配置opencv2.4.9
配置环境变量在系统变量里面新建变量,名为 OPENCV ,值为自己解压opencv路径下的build路径,如 F:\opencv\build。在系统变量里面编辑 Path 变量,在末尾添加 ;%OPENCV%\x86\vc12\bin 。环境变量设置好后最好注销(重启)一下系统.新建文件opencv...
分类:其他好文   时间:2014-07-18 14:32:06    阅读次数:1620
Eclipse debug ‘Source not found’
用Eclispe进行Debug时一直被一个问题所困扰:Source not found. 问题产生的原因是调试进入了一个没有源码的jar包里。   简短说明: Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。 Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:系统相关   时间:2014-07-18 12:23:39    阅读次数:337
Android内存和Cpu性能测试
Android内存限制java虚拟机有内存使用上限的限制adb shell进入手机,这此参数被纪录在/system/build.prop中,如果想直接查看可以使用adb shell getprop单个应用程序最大内存限制,超过这个值会产生OOMdalvik.vm.heapgrowthlimit 应用...
分类:移动开发   时间:2014-07-17 22:05:23    阅读次数:700
Python知识点:distutils常用子模块
from distutils.core import setup, Extension, Commandfrom distutils.command.build import buildfrom distutils.command.clean import cleanfrom distutils.c...
分类:编程语言   时间:2014-07-17 21:23:17    阅读次数:911
build path--use as source folder 适用场合
今天用eclipse,当打算run一个带有main函数的class时,出现editor does not contain a main type的错误框。 baidu了一下,迅速解决问题:原来这个class所在包没有被添加到build path中。 解决方法:在左侧的package explorer中右击这个class所在包的上一级目录--build path--use as source f...
分类:其他好文   时间:2014-07-17 20:36:18    阅读次数:225
Android Gradle Plugin指南(五)——Build Variants(构建变种版本)
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants 6、 Build Variants(构建变种版本) 新构建系统的一个目标就是允许为同一个应用创建不同的版本。 这里有两个主要的使用情景:     1、同一个应用的不同版本。例如一个免费的版本和一个收...
分类:移动开发   时间:2014-07-17 19:30:09    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!