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
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
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
一、find(String queryString);示例:this.getHibernateTemplate().find("from bean.User");返回所有User对象二、find(String queryString , Object value);示例:this.getHibern...
分类:
编程语言 时间:
2014-07-30 20:14:54
阅读次数:
332
function OnFinish(selProj, selObj){ try { var strProjectPath = wizard.FindSymbol('PROJECT_PATH'); var strProjectName = wizard.Find...
分类:
Web程序 时间:
2014-07-30 20:09:24
阅读次数:
268
在阅读Linux Driver源代码时,我们经常会在文件的结尾处看到诸如:MODULE_AUTHOR、MODULE_DESCRIPTION、MODULE_LICENSE等宏定义,这些宏主要是定义了一些模块信息。但这些模块信息具体是怎么加到模块里的?就需要深入分析一下这些宏定义具体是怎么定义的。下面我们以MODULE_AUTHOR为例,来具体分析一下有关module信息的宏。
首先,我门来看一下M...
分类:
其他好文 时间:
2014-07-30 17:42:04
阅读次数:
272
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 (数据结构-并查集)
题目大意:
T组测试数据,n个人,m组询问,D a b 表示 a,b 不在同一个gang(虽然不知道gang是什么意思?) ,A a b表示a和b的关系。
解题思路:
只需要并查集,再加入一个enemy数组记录某人的一个敌人即可。...
分类:
其他好文 时间:
2014-07-30 17:34:24
阅读次数:
249
配置JDBC的连接: <!--配置数据库的驱动程序,Hibernate在连接数据库时,需要用到数据库的驱动程序-->
<property?name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>?
<!--设置数据库...
分类:
系统相关 时间:
2014-07-30 15:07:44
阅读次数:
231
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