package SQL;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;...
分类:
数据库 时间:
2014-10-02 00:48:21
阅读次数:
234
最短路问题 此类问题类型不多,变形较少POJ 2449 Remmarguts' Date(中等) http://acm.pku.edu.cn/JudgeOnline/problem?id=2449 题意:经典问题:K短路 解法:dijkstra+A*(rec),方法很多 相关:http://acm....
分类:
其他好文 时间:
2014-10-02 00:08:21
阅读次数:
247
import UIKitlet kSuccessTitle = "Congratulations"let kErrorTitle = "Connection error"let kNoticeTitle = "Notice"let kWarningTitle = "Warning"let kInfo...
分类:
其他好文 时间:
2014-10-01 17:41:21
阅读次数:
159
当最大连接数比較小时,可能会出现“1040 too many connection”错误。能够通过改动配置文件来改动最大连接数,但我连配置文件在哪都不知道,应该怎么办呢?首先须要重新启动mysql服务,运行命令:service mysql restart也有可能是:service mysqld re...
分类:
数据库 时间:
2014-10-01 15:02:21
阅读次数:
292
1,利用combobox创建色带,首先draw private void comboBox1_DrawItem(object sender, DrawItemEventArgs e) { Rectangle rec= e.Bounds; rec.Width = rec.Width /array.Le...
分类:
其他好文 时间:
2014-09-30 22:51:30
阅读次数:
311
package dbTest;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQ...
分类:
数据库 时间:
2014-09-30 21:20:20
阅读次数:
411
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused以上一直会会出现以上问...
分类:
移动开发 时间:
2014-09-30 21:08:20
阅读次数:
236
DefaultHttpClient: //请求超时
httpclient.getParams().setParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, 60000);
//读取超时
httpclient.getParams().setParameter(CoreConnectionPNames.SO_TIMEOUT, 6...
分类:
其他好文 时间:
2014-09-30 15:27:19
阅读次数:
113
如果,我已经做过的题(红色标记),基本都会在本博客写出解体报告。可以自行查找~
最短路问题
此类问题类型不多,变形较少
POJ 2449 Remmarguts' Date(中等)
http://acm.pku.edu.cn/JudgeOnline/problem?id=2449
题意:经典问题:K短路
解法:dijkstra+A*(rec),方法很多
相关:http://acm...
分类:
其他好文 时间:
2014-09-30 15:16:29
阅读次数:
271
python idle 错误 subprocess didn't make connection...
分类:
编程语言 时间:
2014-09-30 13:21:59
阅读次数:
237