码迷,mamicode.com
首页 >  
搜索关键字:builds    ( 405个结果
查看Android应用包名package和入口activity名称
使用android自动化测试工具启动应用时,需要填写被测程序的包名和启动的Activity,以下有两种查看应用包名package和入口activity名称的方法:方法一:使用aapt //aapt是sdk自带的一个工具,在sdk\builds-tools\目录下1.以ES文件浏览器为例,命令行中切....
分类:移动开发   时间:2015-11-02 15:30:08    阅读次数:187
Windows 10下用VirtualBox安装CentOS 6.7
需要准备: 1)VirtualBox-5.0.4-102546-Win.exe 下载地址:https://www.virtualbox.org/wiki/Download_Old_Builds_5_0 2)CentOS-6.7-x86_64-minimal.iso 或 CentOS-6...
分类:Windows程序   时间:2015-10-27 19:52:57    阅读次数:314
JAVA apidoc 官方文档下载地址
JDK API 帮助文档 :? JDK 5 : Java SE 5 API 中文版 CHM 下载:http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/JDK_API_1_5_zh_CN.CHM JAVASE5 EN Downloads: http://javadoc.alliman...
分类:编程语言   时间:2015-10-16 13:41:13    阅读次数:258
Grafana安装及配置
安装 sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm启动 sudo service grafana-server start sudo /sbin/chkconfig --a...
分类:其他好文   时间:2015-10-15 20:29:55    阅读次数:289
msys + mintty
最近需要频繁的使用msys+mingw。下面是我从sourceforge上下载的“Personal Builds”:Mingw64: mingw64-x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7zMsys: msys+7za+wget+svn+git+m.....
分类:其他好文   时间:2015-10-10 17:04:10    阅读次数:412
gulp
gulp.js - the streaming build system Efficient. Using the power of node streams, gulp gives you fast builds that don't write intermediary files to dis...
分类:其他好文   时间:2015-10-10 10:26:16    阅读次数:178
c++ 配置ffmpeg
本教程只针对windows64/32+vs2013环境配置第一步 :配环境1.打开ffmpeg官网中编译好的windows版本http://ffmpeg.zeranoe.com/builds/64位windows系统和32位系统各有三个版本分别为Static版本,Share版本,Dev版本;在这里建...
分类:编程语言   时间:2015-09-25 11:14:18    阅读次数:288
Guide to installing 3rd party JARs
Although rarely, but sometimes you will have 3rd party JARs that you need to put in your local repository for use in your builds, since they don't exi...
分类:编程语言   时间:2015-09-19 22:40:34    阅读次数:248
64位windows8.1编译openjdk8
首先下载openjdk8http://hg.openjdk.java.net/jdk8/jdk8/这里用到版本管理工具Mercurial,与git有些类似,不了解的话可以查一下。clone后,里面有个文件README-builds.html,里面说的比较详细,是主要参考文档。clone之后的jdk8...
分类:Windows程序   时间:2015-09-19 19:27:06    阅读次数:411
Difference between Win-builds vs MinGW-builds
http://stackoverflow.com/questions/20495558/difference-between-win-builds-vs-mingw-builds The difference is simple: they have little bit different go....
分类:Windows程序   时间:2015-09-04 07:35:51    阅读次数:173
405条   上一页 1 ... 29 30 31 32 33 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!