在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。
had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema
/dev/sdb1 1 3040 24...
分类:
其他好文 时间:
2014-05-09 20:49:25
阅读次数:
343
1.为了节电,某些设备在suspend的时候把vbus关掉
2.SRP作用是Bdevice可以请求A-device打开VBUS.
3.一般来说在enable PHY之后都需要打开ID的上拉电阻
即使PHY处于low
power mode 也应该能检测到:
a.remote wakeup信号。
b.ID变化的信号
(在Intel FFRD上...
分类:
其他好文 时间:
2014-05-09 20:45:37
阅读次数:
281
【Bypassing iPhone Code Signatures】 Starting with
the recent beta releases of the iPhoneOS, Apple has started requiring that all
code on the device is....
分类:
其他好文 时间:
2014-05-09 08:07:25
阅读次数:
437
fstat函数用于返回关于文件的信息到一个struct stat结构中,stat结构中的st_mode可以用来区分文件类型。
struct stat {
dev_t st_dev; /* ID of device containing file */
ino_t st_ino; /* inode ...
分类:
其他好文 时间:
2014-05-09 02:01:26
阅读次数:
379
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试:
转载请注明出处:http://blog.csdn.net/wang_zheng_kai
3.2. Bluetooth Function Test
141
142 1)View the Bluetooth MAC address and device names:hcitool dev
143...
分类:
其他好文 时间:
2014-05-09 01:32:21
阅读次数:
265
一、基础
1、创建数据库
CREATE DATABASE database-name
2、删除数据库
drop database dbname
3、备份sql server
--- 创建 备份数据的 device
USE master
EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwi...
分类:
数据库 时间:
2014-05-09 01:30:23
阅读次数:
457
第一步:查看usb信息:在终端输入命令 lsusb12345678leigo@leigo:~$
lsusbBus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching
HubBus 002 Device 002: ID 8...
分类:
移动开发 时间:
2014-05-08 23:41:07
阅读次数:
552
systemandroid/device/softwinner/apollo-cubieboard/BoardConfig.mkBOARD_SYSTEMIMAGE_PARTITION_SIZE
:= 524288000userdataandroid/device/softwinner/apollo-...
分类:
其他好文 时间:
2014-05-08 15:39:35
阅读次数:
242
转自:http://blog.csdn.net/wanghanjiett/article/details/6931867 几个重要概念: node(节点):
在zigbee堆栈中最多有三种节点:Coordinator(协调器)、Router(路由器)、End Device(终端)。 其中Coordi...
分类:
其他好文 时间:
2014-05-08 06:45:51
阅读次数:
370