显示手机运行的Activity本文地址:http://blog.csdn.net/caroline_wendy手机中,需要调试程序的界面,可以快速进行定位,使用Android开发工具ADB(Android Debug Bridge)。针对于Mac系统1. ADB的位置: $ cd /Applications/Android\ Studio.app/sdk/platform-tools/2. she...
分类:
移动开发 时间:
2014-10-22 10:11:24
阅读次数:
207
1.CentOS5.8x86_64位采用最小化安装,系统经过了基本优化篇2.apache版本:httpd-2.2.293.源码包存放位置:/home/oldboy/tools4.源码包编译安装位置:/application/一.设置日志轮循1.下载并安装cronolog[root@ser200tools]#cd/home/oldboy/tools[root@ser200tools]#wgethttp://c..
分类:
Web程序 时间:
2014-10-22 06:32:59
阅读次数:
298
坑爹啊 浪费了我好长时间,结果是gradle版本不对
http://tools.android.com/tech-docs/new-build-system/version-compatibility
改成
buildscript {
repositories {
//mavenCentral()
maven { url "...
分类:
移动开发 时间:
2014-10-22 06:26:26
阅读次数:
254
实验目的将主服务器/var/mail和/home目录下面的文件传递到备用服务器主服务器IP地址192.168.1.150备用服务器IP地址192.168.1.151A:主服务器192.168.1.150###########主服务端配置#################################1.安装软件包yuminstallrsyncinotify-tools-y2.配置创建密码..
分类:
其他好文 时间:
2014-10-21 19:55:28
阅读次数:
191
1.First, open Internet Explorer and click on Tools and then Internet Options.2.Now click on theSettingsbutton under theTabssection on theGeneraltab.3....
分类:
其他好文 时间:
2014-10-21 19:36:52
阅读次数:
336
1、mkimage的使用(u-boot-2008.10/tools/mkimage) 首先./mkimage 运行或者 将mkimage 拷贝到 /bin 目录下面 法一: #mkimage -n 'linux-2.6.14' -A arm -O linux -T kernel -C none -a...
分类:
其他好文 时间:
2014-10-21 19:30:02
阅读次数:
144
启动, 附加进程, 执行和退出(Starting, Attaching, Executing and Exiting)=======================Start -> All Programs -> Debugging Tools for Windows -> WinDBG启动F6at...
分类:
数据库 时间:
2014-10-21 16:55:42
阅读次数:
324
1 下载NDK 地址:?http://developer.android.com/tools/sdk/ndk/index.html 2 下载后双击自动解压到当前目录,建议与android sdk平级 D:\android\android-ndk-r10c 3 添加环境变量 ? ndk=D:\android\android-ndk...
分类:
移动开发 时间:
2014-10-21 12:32:35
阅读次数:
238
首先:1.你的手机必髯要有ROOT权限才可以安装ADB工具;2.手机开启WLAN(WIFI);(1)安装ADB工具;(2)添加环境变量PATHA;(我的是ADB路径是:D:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools;)(3) 运行安装...
分类:
数据库 时间:
2014-10-21 12:13:25
阅读次数:
235