码迷,mamicode.com
首页 >  
搜索关键字:device    ( 7099个结果
安装orcle10g oel5.6
一、安装OEL 5.6二、安装VMware Tools 1)选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。2) 回到操作系统,将光驱挂载到/mnt 下[root@tyger~]# mount /dev/cdrom /mntmount:block device...
分类:其他好文   时间:2014-07-16 23:18:11    阅读次数:397
查询rman备份信息经常使用指令
查询rman备份信息经常使用指令----登陆到rman$rman target /----以精简的格式查看备份信息RMAN> list backup of database summary;List of Backups===============Key TY LV S Device Type C...
分类:其他好文   时间:2014-07-10 14:07:55    阅读次数:289
分析UIWindow
分析UIWindowThe UIWindow class defines an object known as a window that manages and coordinates the views an app displays on a device screen. Unless an ...
分类:Windows程序   时间:2014-07-10 13:22:17    阅读次数:314
CentOS Linux解决Device eth0 does not seem to be present
VMware里克隆出来的CentOS Linux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:系统相关   时间:2014-07-10 11:40:11    阅读次数:301
debian内核代码执行流程(三)
接续《debian内核代码执行流程(二)》未完成部分下面这行输出信息是启动udevd进程产生的输出信息:[ 3.306217] udevd[49]: starting version 175175是udevd的版本号。根据《essential linux device drivers》中关于u...
分类:其他好文   时间:2014-07-10 00:55:36    阅读次数:350
Error: Selected device is not a touchscreen I understand
selected device is not a touchscreen I understandarm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为#define EV_VERSION 0x010000而linux内核include/linux/...
分类:其他好文   时间:2014-07-08 00:14:34    阅读次数:200
flash_image
1:flash_image介绍    也许很少人使用该工具,但flash_image对于调试uboot或者kernel和root相关的人来说用处还是比较大。falsh_image的使用方法: usage: flash_image type [partition|device] [image_file_path] type:    MTD、EMMC、INAND partition:根据平...
分类:其他好文   时间:2014-06-28 09:17:22    阅读次数:231
linux总线设备驱动模型
本篇文章通过平台总线设备模型为例,讲解总线设备驱动模型:platform_device_register的作用:1.把device放入bus的device链表2.从bus的driver链表中取出每一个driver,用bus的match函数判断driver能否支持这个device3.若可以支持,调用d...
分类:系统相关   时间:2014-06-27 22:38:15    阅读次数:327
手机网页宽度 , 图片宽度 自适应
网页宽度页面box不要写宽度或width:100%之类的去掉头部加上下面代码:<metaname="viewport"content="width=device-width,initial-scale=1.0,minimum-scale=0.5,maximum-scale=2.0,user-scalable=yes"/>图片宽度<scripttype="text/javascript">functioninit(){varji..
分类:移动开发   时间:2014-06-27 07:05:34    阅读次数:239
linux下面的性能分析工具简介
iostat命令详解iostat用于输出cpu和磁盘I/O相关的统计信息。命令格式:Usage:iostat[options][<interval>[<count>]] Optionsare: [-c][-d][-N][-n][-h][-k|-m][-t][-V][-x][-y][-z] [-j{ID|LABEL|PATH|UUID|...}[<device>[...]|ALL]] [<device>[...]|A..
分类:系统相关   时间:2014-06-27 06:24:13    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!