码迷,mamicode.com
首页 >  
搜索关键字:selected device is n    ( 8692个结果
List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user
当我在subsite里点击”Add a document”,报这个错,后来一看event log: 在AAM里加上一条: 问题搞定:
分类:其他好文   时间:2014-05-12 13:14:07    阅读次数:306
Bootstrap_02_流动网格布局
<!doctypehtml> <html> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:其他好文   时间:2014-05-12 03:54:09    阅读次数:253
二、设备和驱动的注册时序
一、引言 在platform驱动程序框架中,我们了解到,platform设备和驱动最终会挂载在platform总线上,platform总线会对设备和驱动进行匹配。那么设备和驱动是怎么注册到platform框架中去的,其先后顺序又是怎样的?二、设备和驱动注册platform_device_regist...
分类:其他好文   时间:2014-05-12 01:20:15    阅读次数:338
安装orcle10g oel5.6
一、安装OEL 5.6 二、安装VMware Tools 1)  选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。 2)   回到操作系统,将光驱挂载到/mnt 下  [root@tyger~]# mount /dev/cdrom /mnt mount:block device /dev/cdrom is write-protected, mou...
分类:其他好文   时间:2014-05-11 07:15:48    阅读次数:431
dmidecode 命令
dmidecode # 查看全面硬件信息dmidecode | grep "Product Name" # 查看服务器型号dmidecode | grep -P -A5 "Memory\s+Device" | grep Size | grep -v Range # 查看内存插槽
分类:其他好文   时间:2014-05-10 08:00:29    阅读次数:540
linux权限及ntfs文件系统权限的知识
linux权限及ntfs文件系统权限的知识 文件的权限: [-dcbps][u:rwx][g:rwx][a:rwx]  其中: r=4, w=2, x=1,  u=owner, g=group, a=all user            d=dir, -=file, l=symbolic link, p=pipe,             c=character device...
分类:系统相关   时间:2014-05-10 04:41:09    阅读次数:511
ORA-01791: not a SELECTed expression
Student表有3个字段:id,name,age看这两个SQL语句(1)select name from student order by id;(2)select distinct(name) from student order by id;执行结果你可能会说:第1句返回以id排序的所有nam...
分类:其他好文   时间:2014-05-09 23:42:19    阅读次数:368
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
在 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
otg thinking
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
【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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!