码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
Android开发者必知的开发资源
developer.android.com 官方开发者站点推荐资源         在动手编写第一个 Android 应用之前,用心读一读 Android Design 章节。尤其是下面的这些文章: Devices and Displays  (设备和显示) Touch Feedback   (触摸反馈) Metrics and Grids (度量和网格) Iconograp...
分类:移动开发   时间:2014-10-15 18:42:41    阅读次数:354
Android各种分辨率类型
1.设备分辨率The platform includes the following device definitions for use in creating Android Virtual Devices in theAVD Manager:Nexus 7 (7.3", 800 x 1280,...
分类:移动开发   时间:2014-10-15 11:56:20    阅读次数:174
Android 抓包的一些命令 及 adb使用的一些注意事项
ADB: adb devices: 失败时使用下一句查询5037端口被占用情况, netstat -ano | findstr 5037: 然后查看占用的PID,关闭占用程序。 TCPDUMP抓包: 1. 下载tcpdump?? http://download.csdn.net/detail/happylis...
分类:移动开发   时间:2014-10-14 14:37:38    阅读次数:283
Monkeyrunner入门示例
准备工作1、安装Android SDK2、熟悉MonkeyRunner的API(http://article.yeeyan.org/view/37503/164523)3、一部Android手机或模拟器(手机与电脑连接,可以使用adb devices验证手机是否与电脑连接成功)4、手机打开“指针位置...
分类:其他好文   时间:2014-10-13 18:03:19    阅读次数:226
windows下远程adb
Android 使用 adb命令 远程安装apkcmd下到你的adb文件夹,一般在platform-tools下.adb devices 列出全部设备adb connect xxx.xxx.xxx.xxx 连接到该设备adb logcat 启动logcatadb install -r c:\my.a...
分类:数据库   时间:2014-10-12 20:58:58    阅读次数:202
虚拟机centos 6.5 网卡启动报错解决办法
>centos6.5网卡启动报错如下:Error:Device‘eth0‘(/org/freedesktop/NetworkManager/Devices/0)disconnectingfailed[FAILED]解决办法查看eth0网卡配置默认这项为no状态:ONBOOT=no解决办法把ONBOOT=no修改为ONBOOT=yes然后执行:servicenetworkrestartOK了
分类:其他好文   时间:2014-10-12 03:10:27    阅读次数:259
linux中man手册的高级用法
Linux提供了丰富的帮助手册,当你需要查看某个命令的参数时不必到处上网查找,只要man一下即可。 Linux 的man手册共有以下几个章节: 1、Standard commands (标准命令) 2、System calls (系统调用) 3、Library functions (库函数) 4、Special devices (设备说明) 5、File formats (文件格式...
分类:系统相关   时间:2014-10-11 18:49:55    阅读次数:177
在AD09中查找元件和封装
在AD09中查找元件和封装Altium Designer 软件方法/步骤Altium下Miscellaneous Devices.Intlib元件库中常用元件有:电阻系列(res*)排组(res pack*)电感(inductor*)电容(cap*,capacitor*)二极管系列(diode*,d...
分类:其他好文   时间:2014-10-10 15:51:00    阅读次数:22430
OpenStack Block Storage安装配置use LVM
1,storage systems use LVM Ins and configuration Block Storage;apt-get install lvm2;创建Physical volume创建volume groupadd a filter entry to the devices se...
分类:其他好文   时间:2014-10-10 12:36:24    阅读次数:274
UDEV SCSI Rules Configuration for ASM in Oracle Linux 5 and 6
UDEV SCSI Rules Configuration for ASM in Oracle Linux 5 and 6 For Oracle Automatic Storage Manager (ASM) to use disks, it needs to be able to identify the devices consistently and for them to have th...
分类:数据库   时间:2014-10-09 17:47:07    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!