码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
树莓派DS18b20
电路图:升级:sudo apt-get updatesudo apt-get upgrade加载驱动:sudo modprobe w1-gpio sudo modprobe w1-therm查看:lsmod 查看w1模块是否载入cat /sys/bus/w1/devices/28-*/w1_slav...
分类:其他好文   时间:2014-06-29 12:06:30    阅读次数:217
startDiscovery() and startLeScan().
You have to start a scan for Classic Bluetooth devices with startDiscovery() and a scan for Bluetooth LE devices with startLeScan(). Caution: Performi...
分类:其他好文   时间:2014-06-11 13:20:21    阅读次数:424
[Android]Android Tutorial
Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t...
分类:移动开发   时间:2014-06-08 06:43:07    阅读次数:393
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination....
分类:移动开发   时间:2014-06-07 01:56:57    阅读次数:361
当在一部新的苹果设备安装程序出现the executable was signed with invalid entitlements.问题的解决办法
1.找到设备的identifier 2.进入https://developer.apple.com 3.点击devices 4.把identifier加入并注册 5.打开xcode,按command+, 6.点击你的证书,进入view details 7.刷新即可...
分类:移动开发   时间:2014-06-05 08:31:16    阅读次数:282
crtmpserver分析与组网
简介: crtmpserver是一款不错的开源流媒体服务器,用c++语言编写,跨平台。 官方介绍crtmpserver不仅支持adobe rtmp协议,还支持其它常用的协议: . To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) . To and from embedded devices: Android, IP cameras, ...
分类:其他好文   时间:2014-06-05 00:28:20    阅读次数:346
让示例代码在手机上换行显示
原文链接: Wrapping Code Samples on Mobile Devices 原文日期: 2014年5月29日 翻译日期: 2014年5月30日 翻译人员: 铁锚 作为一个技术博客的站长,我的博客中有很多的代码示例(code samples ),有时还需要兼顾小屏幕移动设备。 我惊讶地看到超过 10%以上的访问量是通过手机访问的 —— 真的快疯了! 我开始关注手机上的显示...
分类:移动开发   时间:2014-06-01 10:39:16    阅读次数:296
VM啟動異常
問題描述: 重启vm的时候会出现这样的错误,是因为你挂起模式的时候强制性重启或关了电脑。 NOT_IMPLEMENTED d:/build/ob/bora-1031769/bora/devices/vide/pciVide.c:728 A log file is available...
分类:其他好文   时间:2014-05-27 00:38:29    阅读次数:252
How to Install apk to Android Devices from Mac OS X
##adb命令是安装到platform-tools目录中,而非上一步android命令所在的tools目录。$ cd /opt/local/share/java/android-sdk-mac_x86/platform-tools##先探测是否可以正确识别设备,有设备号和device字样表示正确识别...
分类:移动开发   时间:2014-05-26 08:00:20    阅读次数:273
解决Android模拟器与Eclipse断开或连不上
在Eclipse中使用android模拟器,时常会出现断开,甚至重启都连接不上。 今天用模拟器调试过程中与Eclipse断开,重启模拟器,重启Eclipse都连接不上; 好在找到了解决方法,在此记录一下; 1.找到Eclipse的Devices窗口,点开窗口右边的下拉箭头 view menu 点击 Reset adb 重启adb服务;    (如果Eclipse中没有Devices窗...
分类:移动开发   时间:2014-05-26 05:56:52    阅读次数:297
1297条   上一页 1 ... 126 127 128 129 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!