码迷,mamicode.com
首页 >  
搜索关键字:buy or build    ( 16188个结果
Eclipse使用Ant编译提示Class not found: javac1.8
今天用Ant打包Android,apk,运行出现了batch_build.xml Class not found: javac1.8的错误,后来上网查了一下是Ant版本太低,低于1.9,无法和java1.8兼容,因为我的java运行环境是1.8的,Ant版本也是1.8,所以就只有升级Ant版本了.....
分类:编程语言   时间:2014-05-10 07:43:43    阅读次数:391
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
Eclipse_java项目中导入外部jar文件
很多时候,在java项目中需要导入外部 .jar文件,比如:需要导入数据库连接驱动等等一些包。不熟悉eclipse的人可能会犯愁,其实很简单。。。。步骤如下:  在需要添加外部文件的项目上   单击右键--->Build Path----->Configuer Build Path---->Libraries---->Add External JARs....... 整个过程就...
分类:编程语言   时间:2014-05-10 04:26:53    阅读次数:399
hust 1102 Constructing Roads
Problem DescriptionThere are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to e...
分类:其他好文   时间:2014-05-10 02:28:50    阅读次数:374
【LeetCode】Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-10 00:24:49    阅读次数:255
java 运行时环境和编译器环境
必须要保证运行环境高于编译环境1.编译器的环境设置单击项目右键-> Properties ->Java Compiler ->5或6如果编译器的环境高于运行时环境会报错。2.运行环境的设置项目右键à Build path ->Configure Build path ->Libraries ->选中...
分类:编程语言   时间:2014-05-09 23:28:16    阅读次数:385
一步步玩pcduino3--mmc下的裸机流水灯
第一部分是玩pcduino3下的裸机,这个过程可以让我们更好的理解嵌入式系统,熟悉我们使用的这个平台。         首先介绍下开发环境: 虚拟机:VMware® Workstation 10.0.2 build-1744117 系统:Linux slackware 3.2.29-smp #2 SMP          交叉编译器:arm-linux-gnueabihf-    版本号:...
分类:其他好文   时间:2014-05-09 21:57:26    阅读次数:380
【LeetCode】Best Time to Buy and Sell Stock III
转载:http://blog.csdn.net/fightforyourdream/article/details/14503469题目:最佳时间买入卖出股票:你有一个数组保存了股票在第i天的价钱,现在你最多进行两次买卖,但同一时间你手上只能保持一个股票,如何赚的最多思路:知道要用DP做,但是一开始...
分类:其他好文   时间:2014-05-09 20:01:47    阅读次数:335
如何修改情景模式的默认值
一,针对每个情景模式的默认值修改:1,默认铃声是统一在alps/build/target/product/core.mk文件中设置,其中ro.config.notification_sound表示通知的默认铃声,ro.config.ringtone表示语音来电和视频来电的铃声,若希望语音来电和视频来...
分类:其他好文   时间:2014-05-09 19:30:59    阅读次数:282
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!