码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
大批量烧写openwrt系统
http://wiki.openwrt.org/toh/tp-link/tl-wr1043ndOEM mass flashingFlashing hundreds of devices using the web interface can be a real pain. You can use t...
分类:其他好文   时间:2014-08-29 17:42:58    阅读次数:188
RDLC报表引用ObjectDatasources实例数据源
ReportView1.LocalReport.DataSources.Clear(); ReportDataSource ds = new ReportDataSource("DXYQDataSet_Performance_devices", ObjectD...
分类:其他好文   时间:2014-08-29 14:22:47    阅读次数:205
am335x alsa codec调试
root@phyCORE-AM335x:~ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: audio [PCM051 audio], device 0: wm8976 wm8976-hifi-0 [] Subdevices: 1...
分类:其他好文   时间:2014-08-29 10:51:47    阅读次数:413
手动启动“远程过程调用”服务时,出现错误信息1058
有许多朋友在系统启动或者是运行一段时间后RemoteProcedureCall(RPC)服务自动停止了,然后手动启动时无法启动,报的错误结果是:CouldnotstarttheRemoteProcedureCall(RPC)Service.Error1058:Theservicecannotbestarted,eitherbecauseitisdisabledorbecauseithasnoenableddevic..
分类:其他好文   时间:2014-08-28 14:58:50    阅读次数:239
Communicating with Hardware 《LDD3 学习笔记》
Communicating with Hardware Using I/O Ports I/O ports are the means by which drivers communicate with many devices, at least part of the time. This section covers the various functions...
分类:其他好文   时间:2014-08-26 15:36:16    阅读次数:363
[Android] emualtor-5554 offline的解决方法
现象:用adb devices命令总发现emualtor-5554 offline,在.android目录下面并没有发现这个设备,没法删除。原因:有程序占用5555端口,导致adb认为5554不能作为第1个设备启用方法:1. 用netstat -ano(即netstat -a –n –o),...
分类:移动开发   时间:2014-08-26 11:21:25    阅读次数:353
CentOS-7.0的核心安装与配置
之前在贴吧看到有人安装CentOS-7.0各种出错,我就写这一篇CentOS 7的安装教程供新手们参考。 我们安装CentOS有两种方法一种是通过光盘引导,一种通过U盘引导。 如果用光盘需将CD-ROM Drive的优先级调至最高, U盘则将Removable Devices优先级调至最高。 注意事项:在安装完毕后记得将Hard Drive调至最高。因为若依旧选择启动优先读取移动设备的话,...
分类:其他好文   时间:2014-08-25 15:06:04    阅读次数:229
01——Introduction to Android介绍
Introduction to AndroidAndroid provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java l...
分类:移动开发   时间:2014-08-23 12:38:00    阅读次数:309
Linux学习-安装
Linux文件系统结构/ --根目录/home/alex --访问alex/dev --devices 设备 (Linux下一切皆文件)SCSI硬盘/dev/sda /dev/sda/sda1 /dev/sda/sda2/dev/sdbIDE硬盘/dev/hda/dev/hdb安装Linux...
分类:系统相关   时间:2014-08-22 12:32:26    阅读次数:250
adb出现unkown host advices 错误
今日在Windows DOS窗口中输入adb命令,如adb devices,adb shell等后,会出现如下错误:adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * error...
分类:数据库   时间:2014-08-21 14:44:54    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!