码迷,mamicode.com
首页 >  
搜索关键字:kernel driver    ( 11073个结果
hibernate3配置文件hibernate.cfg.xml的详细解释
com.mysql.jdbc.Driver jdbc:mysql://localhost/hibernate root 123456 20 tr...
分类:系统相关   时间:2014-09-12 23:19:04    阅读次数:257
WireShark出现The NPF driver isn't running的问题
昨天开始尝试装上了wireshark网络监视软件,可是今天打开去总是出现“The NPF driver isn't running.You may have trouble capturing or listing interfaces.”的错误提示窗口。首先,你得确认自己安装了winpcap然后(...
分类:其他好文   时间:2014-09-12 19:08:53    阅读次数:214
理解start_kernel中函数语句的作用
asmlinkage void __init start_kernel(void) {     char * command_line;     extern const struct kernel_param __start___param[], __stop___param[];     /*这两个变量为地址指针,指向内核启动参数处理相关结构体段在内存中的位置(虚拟地址)。    ...
分类:其他好文   时间:2014-09-12 15:07:03    阅读次数:541
java web mysql.jar java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver折腾了一上午,找到了这错误的原因。哎……悲剧!确认包已经被导入web工程目录。原来是tomcat找不到MYSQL JAR包的问题。后来又把mysql-connector-java-5.1.7...
分类:数据库   时间:2014-09-12 14:51:33    阅读次数:257
Linux安装pdo模块
网站不能访问 查看apache日志 PHP Fatal error: Uncaught exception 'PDOException' with message 'could notfind driver'(PHP 5.3.29)网站php代码是用pdo模块去访问mysql数据库#查看php中pd...
分类:系统相关   时间:2014-09-12 13:10:53    阅读次数:298
CentOS 5 - 安装PHP MongoDB扩展
For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on»Github. Go to Github and...
分类:数据库   时间:2014-09-12 11:31:23    阅读次数:184
老广: KVM虚拟化学习笔记
前言:虚拟化的理论知识我就不啰嗦了,可以参见http://bbs.linuxtone.org/thread-24347-1-1.html,kvm全称Kernel-basedVirtualMachine,其实kvm只是一个内核模块,提供虚拟cpu和内存管理的模块,至于其它的设备是由qemu模拟的,如网卡,显卡,磁盘等。后来redhat联合IBM以及Linu..
分类:其他好文   时间:2014-09-12 02:27:14    阅读次数:334
centos 装VBOX
#cd /etc/yum.repos.d/wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repoyum install kernel-devel dkms.noarchyum install VirtualBox...
分类:其他好文   时间:2014-09-11 16:59:02    阅读次数:252
android 不同分辨率的LCM进行兼容
1. 关于时序 JB版本中,接口disp_drv_get_lcm_driver实现compare id并获取到lcm driver以及lcm param的动作,对于DSI,每次尝试读取id之前都会根据lcm driver中的设置重新设置时序,所以担心时序不同无法读取id的担心就显得多余了 2. 关于开机logo 我们默认的做法,在ProjectConfig.mk中会定义Macro BOO...
分类:移动开发   时间:2014-09-11 05:34:45    阅读次数:311
2Ubuntu下nfs服务器搭建,Linux多台电脑共享目录
?? 1安装nfs(网络文件系统)服务器 共享的原理: 安装命令: sudo apt-get install nfs-kernel-server 2设置/etc/exports配置文件 添加以下这行配置 其中: *表示所有ip,如果想指定ip,可以把*换成你自己的ip地址。 rw:表示只读权限,如果想变成只读的,修改配置为ro ...
分类:系统相关   时间:2014-09-10 23:58:11    阅读次数:675
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!