码迷,mamicode.com
首页 >  
搜索关键字:device channels    ( 7726个结果
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
从零开始学android<数据存储(1)SharedPreferences属性文件.三十五.>
在android中有五种保存数据的方法,分别是 Shared Preferences Store private primitive data in key-value pairs. 对应属性的键值对属性文件存储 Internal Storage Store private data on the device memory. 设备内存存储 External Storage Store public data on the shared external storage. 外部存储器存储,如内存卡 SQLi...
分类:移动开发   时间:2014-08-27 23:31:38    阅读次数:447
audio_policy.conf说明(翻译)
自己记着当笔记,水平有限,仅供参考## Audio policy configuration for generic device builds (goldfish audio HAL - emulator)#这是模拟器的Audio policy配置## Global configuration s...
分类:其他好文   时间:2014-08-27 18:21:28    阅读次数:227
html5开发之viewport使用
一、网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览器中页面将以原始大小显示,并不允许缩放。 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, max...
分类:Web程序   时间:2014-08-26 20:02:47    阅读次数:263
【BLE】蓝牙BLE 后台自动重连
关于ios BLE在后台自动重连的问题? 找到一个国外网站是这么描述的 Re: How to make the BTLE APP to auto connect with BTLE device when iPhone4S power on?沿途见识[2] When backgrounding, you can still s...
分类:其他好文   时间:2014-08-26 15:41:36    阅读次数:511
全志A31下CMOSCamera移植修改记录表
最近一段时间都在用A31评估几颗5M的摄像头,包括ov5640、MT9P001、ov2710。A31下移植不同的摄像头驱动的好处在于,驱动结构规范化,采用video_device下的suddev的架构方式来处理sensor。A31下的移植主要关注几个配置文件+对硬件驱动的初始化配置即可。调试的目的是先跑起来后优化。以下面的COMS为列,我们需要主要摄像头的以下几个电压值:典型5M摄像头的芯片电压配...
分类:其他好文   时间:2014-08-26 15:29:36    阅读次数:445
linux驱动程序之电源管理之Run-time PM 详解(4)
Run-time PM.每个device或者bus都会向run-time PM core注册3个callbackstruct dev_pm_ops {...int (*runtime_suspend)(struct device *dev);int (*runtime_resume)(struct ...
分类:系统相关   时间:2014-08-25 22:37:35    阅读次数:425
linux驱动程序之电源管理之新版linux系统设备架构中关于电源管理方式的变更
新版linux系统设备架构中关于电源管理方式的变更 based on linux-2.6.32一、设备模型各数据结构中电源管理的部分linux的设备模型通过诸多结构体来联合描述,如struct device,struct device_type,struct class, struct device...
分类:系统相关   时间:2014-08-25 22:34:14    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!