码迷,mamicode.com
首页 >  
搜索关键字:wlan driver    ( 6189个结果
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
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
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
ORACLE数据库SQL语句的执行过程
首先是最简单链接数据库的过程,JDBC标准的链接的过程: 1. 载入JDBC驱动程序,一般来说载入驱动程序,采用的都是利用Class。forName()反射来加载驱动 Oracle: Class.forName("oracle.jdbc.driver.OracleDriver"); SQLServe...
分类:数据库   时间:2014-09-10 21:00:01    阅读次数:316
MySQL自定义排序函数FIELD()
MySQL可以通过field()函数自定义排序,格式:field(value,str1,str2,str3,str4),value与str1、str2、str3、str4比较,返回1、2、3、4,如遇到null或者不在列表中的数据则返回0.mysql> select * from driver_lo...
分类:数据库   时间:2014-09-09 17:59:59    阅读次数:212
开启和禁用Wifi热点命令
netsh wlan set hostednetwork mode=allow ssid=[无线网络名字] key=[密码]netsh wlan start hostednetwork --启用禁用netsh wlan set hostednetwork mode=disallownetsh wla...
分类:其他好文   时间:2014-09-09 15:50:38    阅读次数:192
---Under Ubuntu 14.04
Thinprint provides driver-free printing. Do you wish to enable this feature? [yes] Disabling timer-based audio scheduling in pulseaudio.Detected X ser...
分类:其他好文   时间:2014-09-07 19:42:15    阅读次数:257
ubuntu14.04中virtualbox虚拟机无法启动
近期升级了ubuntu14.04,还是按之前的方法安装了virtualbox(guest系统仍然使用升级之前的镜像文件),可是在启动guest系统时,总是报错,提演示样例如以下:Kernel driver not installed (rc=-1908)The VirtualBox Linux k....
分类:其他好文   时间:2014-09-07 13:26:15    阅读次数:535
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!