码迷,mamicode.com
首页 >  
搜索关键字:device drive-virtio-    ( 7099个结果
android开发问题 Failed to pull selection 菜鸟记录
在eclipse中开发创建了一个sqlite数据库文件,为了查看数据库文件的内容,决定复制到PC上一看究竟,位置在data……里当我点击ddms文件浏览里的pull a file from the device按钮时,总是出错,提示Failed to pull selection后来思考是不是真机的...
分类:移动开发   时间:2014-08-30 18:57:29    阅读次数:283
VC 和 GDI+ 实现仿ibook 翻页效果
void CGdiplusTestView::OnDraw(CDC* pDC){CGdiplusTestDoc* pDoc = GetDocument();ASSERT_VALID(pDoc);// TODO: add draw code for native data here// device ...
分类:其他好文   时间:2014-08-29 15:56:28    阅读次数:271
hive 行转列 并添加虚列
select regexp_extract(a.col2,'(phonenum=\")(.*?)\"',2) user_device, regexp_extract(a.col13,'(imsicode=\")(.*?)\"',2) imsi, regexp_extract(a.col12,...
分类:其他好文   时间:2014-08-29 13:00:07    阅读次数: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
"《 Serial Drivers 》by Alessandro Rubini" 学习笔记
Introduction to "serial device driver"     (My study note)                                                                                                              膜拜大神的作品....
分类:其他好文   时间:2014-08-29 02:53:07    阅读次数:300
寒江独钓Windows内核编程——串口过滤
一、过滤的概念: 过滤是在不影响上层和下层接口的情况下,在Windows系统内核中加入新的层,从而不需要修改上层的软件或者下层的真是驱动程序,就加入了新的功能。1.1 设备绑定的内核API 进行过滤的最主要的方法是对一个设备对象(Device Object)进行绑定。通过编程可以生成一个虚拟设备.....
分类:Windows程序   时间:2014-08-29 01:17:36    阅读次数:1751
Amazon Kindle Device is hiring in Beijing Shanghai and Shenzhen!
This is Angela from recruitment team of Amazon Kindle Device Software & Applications, we are expanding and setting up new R&D center in Beijing, we de...
分类:其他好文   时间:2014-08-28 19:39:15    阅读次数:263
STRAIGHT_JOIN优化坑爹SQL
select d.device_id, d.device_token, d.app_name, d.user_id, d.app_name_aliases, d.app_version, vipruid from apns_device d, user_group u where d.user_id and d.status =1 and u.user_group_id = ...
分类:数据库   时间:2014-08-28 14:52:31    阅读次数:604
【Linux】lvm基础操作
新增两块硬盘,来进行实验: [root@jp ~]# fdisk -l   Disk /dev/sda: 107.3 GB, 107374182400 bytes 255 heads, 63 sectors/track, 13054 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes      Device Boot ...
分类:系统相关   时间:2014-08-28 09:42:29    阅读次数:424
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
移植文件系统时,我们可能会遇到这个问题: VFS: Mounted root (cramfs filesystem) readonly on device 31:3. Freeing unused kernel memory: 176K (c0616000 - c0642000) Kernel panic - not syncing: Attempted to kill init! exit...
分类:其他好文   时间:2014-08-28 00:55:38    阅读次数:936
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!