码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
No connection could be made because the target machine actively refused it 127.0.0.1:8888
No connection could be made because the target machine actively refused it 127.0.0.1:8888你妹的微软用的Win7系统,今天打开WindowsUpdate,升级了几个补丁,然后安装了最新的IE11,结果发现VS调用...
分类:其他好文   时间:2014-07-30 20:42:24    阅读次数:303
[LeetCode] Binary Tree Maximum Path Sum(递归)
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example: Given the below binary tree, 1 ...
分类:其他好文   时间:2014-07-30 20:33:34    阅读次数:193
Some SQL basics
Create indexes on one or more columns in a table to help SQL server find the data quickly in a query.An index helps speed up SELECT queries and WHERE ...
分类:数据库   时间:2014-07-30 20:15:54    阅读次数:281
Spring中常用的hql查询方法(getHibernateTemplate()) 【转】
一、find(String queryString);示例:this.getHibernateTemplate().find("from bean.User");返回所有User对象二、find(String queryString , Object value);示例:this.getHibern...
分类:编程语言   时间:2014-07-30 20:14:54    阅读次数:332
VS2008 自定义向导的default.js设置(DLL文件)
function OnFinish(selProj, selObj){ try { var strProjectPath = wizard.FindSymbol('PROJECT_PATH'); var strProjectName = wizard.Find...
分类:Web程序   时间:2014-07-30 20:09:24    阅读次数:268
MODULE_AUTHOR、MODULE_DESCRIPTION、MODULE_LICENSE宏
在阅读Linux Driver源代码时,我们经常会在文件的结尾处看到诸如:MODULE_AUTHOR、MODULE_DESCRIPTION、MODULE_LICENSE等宏定义,这些宏主要是定义了一些模块信息。但这些模块信息具体是怎么加到模块里的?就需要深入分析一下这些宏定义具体是怎么定义的。下面我们以MODULE_AUTHOR为例,来具体分析一下有关module信息的宏。 首先,我门来看一下M...
分类:其他好文   时间:2014-07-30 17:42:04    阅读次数:272
HDU 4324 Triangle LOVE 拓扑排序
Problem Description Recently, scientists find that there is love between any of two people. For example, between A and B, if A don’t love B, then B must love A, vice versa. And there is no possibilit...
分类:其他好文   时间:2014-07-30 17:38:04    阅读次数:287
POJ 1703 Find them, Catch them (数据结构-并查集)
POJ 1703 Find them, Catch them (数据结构-并查集) 题目大意: T组测试数据,n个人,m组询问,D a b 表示 a,b 不在同一个gang(虽然不知道gang是什么意思?) ,A a b表示a和b的关系。 解题思路: 只需要并查集,再加入一个enemy数组记录某人的一个敌人即可。...
分类:其他好文   时间:2014-07-30 17:34:24    阅读次数:249
hibernate.cfg.xml
配置JDBC的连接: <!--配置数据库的驱动程序,Hibernate在连接数据库时,需要用到数据库的驱动程序--> <property?name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>? <!--设置数据库...
分类:系统相关   时间:2014-07-30 15:07:44    阅读次数:231
HDU-1664-Different Digits(BFS)
Problem Description Given a positive integer n, your task is to find a positive integer m, which is a multiple of n, and that m contains the least number of different digits when represented in decim...
分类:其他好文   时间:2014-07-30 14:46:03    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!