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.You may have trouble capturing or listing interfaces.”的错误提示窗口。首先,你得确认自己安装了winpcap然后(...
分类:
其他好文 时间:
2014-09-12 19:08:53
阅读次数:
214
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.lang.ClassNotFoundException: com.mysql.jdbc.Driver折腾了一上午,找到了这错误的原因。哎……悲剧!确认包已经被导入web工程目录。原来是tomcat找不到MYSQL JAR包的问题。后来又把mysql-connector-java-5.1.7...
分类:
数据库 时间:
2014-09-12 14:51:33
阅读次数:
257
网站不能访问 查看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
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
前言:虚拟化的理论知识我就不啰嗦了,可以参见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
#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
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
??
1安装nfs(网络文件系统)服务器
共享的原理:
安装命令:
sudo apt-get install nfs-kernel-server
2设置/etc/exports配置文件
添加以下这行配置
其中:
*表示所有ip,如果想指定ip,可以把*换成你自己的ip地址。
rw:表示只读权限,如果想变成只读的,修改配置为ro
...
分类:
系统相关 时间:
2014-09-10 23:58:11
阅读次数:
675