码迷,mamicode.com
首页 >  
搜索关键字:c++ driver    ( 5694个结果
AVStream ddk 翻译
1.       AVStream概览AVStream是一款微软提供的多媒体类驱动程序,它既支持单独的视频流媒体,也支持音频视频集成的流媒体。微软把AVStream作为操作系统的一部分,在驱动程序ks.sys中导出。硬件供应商只需要编写运行在Ks.sys下层的小驱动程序(minidriver)。以前的音频类驱动程序是微软提供的音频端口驱动程序(audio port class driver)。音频...
分类:其他好文   时间:2014-09-13 12:08:55    阅读次数:268
hibernate4配置文件hibernate.cfg.xml配置详解
1 2 5 6 7 8 jdbc:oracle:thin:@127.0.0.1:1521:orcl 9 username10 password11 12 oracle.jdbc.driver.OracleDriver13 14 or...
分类:系统相关   时间:2014-09-12 23:19:14    阅读次数:277
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!