模拟器安装位置/Users/TTF/Library/Developer/CoreSimulator/Devices/模拟器标识(一些字符串)后面那些模拟器标识就是一些字符串代表每一个不同的iOS设备
比如D3E79030-5DB9-4E5B-8E46-5C3B100A4C1C就代表这是iPhone4S,点击进去查看device.plist这个文件就能知道。iOS应用程序资源文件位置/Users/T...
分类:
移动开发 时间:
2015-04-20 22:47:05
阅读次数:
183
通知栏简介:Notification can display some information for user.Some users use Android Wear platform, whichwork with notification better and use wear devices...
分类:
移动开发 时间:
2015-04-20 18:22:45
阅读次数:
409
- (AVCaptureDevice *)getFrontCamera{ //获取前置摄像头设备 //过AVCaptureDevice的类方法devices或devicesWithMediaType去获取全部或局部设备列表 NSArray *cameras = [AVCapture...
分类:
其他好文 时间:
2015-04-20 12:55:04
阅读次数:
177
继上一篇文章Cacti搭建成功后在graphs中有一个默认的localhost点击consol—>Devices—>Localhost把SNMPVersion改为Version2右下角Save,右上角CreateGraphsforthisHost再点Graphs可以手动执行以下命令(也可等待周期任务)即可出图[root@lamptmp]#/usr/bin/php/var/www/htm..
分类:
其他好文 时间:
2015-04-19 23:02:49
阅读次数:
539
Customizing Image Sets for DevicesAdd images to a set that are customized for display on the devices supported by your app.应用程序支持把图片加入一个自定义图片集,用来在不同设备...
分类:
其他好文 时间:
2015-04-15 16:24:41
阅读次数:
166
很多时候遇到这样的情况,代码制作完成以后,想在模拟器上进行调试,于是Run as Android application,郁闷的是logcat中不显示任何内容
解决办法:
1.最直接的办法关闭Eclipse,重启
2.打开DDMS视图,在左侧“Devices”点击模拟器的名称"emulator-5554",logcat就会显示出消失的log日志
操作步骤:
...
分类:
移动开发 时间:
2015-04-13 18:53:48
阅读次数:
383
项目路径坑模拟器的路径从之前的 ~/Library/Application Support/iPhone Simulator 移动到了 ~/Library/Developer/CoreSimulator/Devices/ 这相当的坑爹,之前运行用哪个模拟器直接选择这个模拟器文件夹进去就能找到项目现在...
分类:
移动开发 时间:
2015-04-13 06:58:15
阅读次数:
227
配置本地源http://yebaoshan.blog.51cto.com/9954062/1631526插入插件iso,虚拟机菜单栏=》devices=》installguestaddtionscdp_w_picpath...挂载插件iso,mount/dev/cdrom/mnt/temp进入/mnt/temp安装VitruBox......sh如安装失败,可能需要先安装如下包yuminstallkernel-headers..
分类:
其他好文 时间:
2015-04-12 19:30:59
阅读次数:
230
在VirtualBox上安装ubuntu桌面版之后我们首先会发现虚拟机的操作屏幕无法铺满整个显视屏,这里以VirtualBox安装ubuntu 14.04.2为例来讲解这个问题如何解决:
在VirtualBox上方的菜单栏点击“Devices –> Insert Guest Additions CD image…”,然后按照指示完成安装步骤,最后重启虚拟机。
在这之后,我们还会注意到虚拟...
分类:
系统相关 时间:
2015-04-11 10:21:39
阅读次数:
205
本人曾在Windows下及Ubuntu下都遇到过Android设备无法识别的情况,就是run as Android Application的时候,target显示"??????",使用adb devices 查看设备状况,显示List of devices attached???????????? ...
分类:
数据库 时间:
2015-04-10 21:45:46
阅读次数:
145