Spring-Boot's auto-configurer seems good for simple applications. For example it automatically creates DataSource and JdbcTemplate, when you need to c...
分类:
数据库 时间:
2014-07-14 09:39:24
阅读次数:
442
DescriptionNchildren are playing Rochambeau (scissors-rock-cloth) game with you. One of them is the judge. The rest children are divided into three gr...
分类:
其他好文 时间:
2014-07-13 23:45:13
阅读次数:
268
项目中要用到采集的数据,所以就先拿CSDN博客来试了试。这里使用Simple HTML DOM(官网)这个库,它能够方便的遍历HTML文档。 find('#hotarticls ul.panel_body li a[title]');//取得id=hotarticls下class为panel_b.....
分类:
Web程序 时间:
2014-07-13 22:36:56
阅读次数:
269
项目中要用到采集的数据,所以就先拿CSDN博客来试了试。这里使用Simple HTML DOM(官网)这个库,它能够方便的遍历HTML文档。
php
include_once('simple_html_dom.php');
header('Content-Type:text/html;charset=utf-8');
$html = file_get_htm...
分类:
Web程序 时间:
2014-07-13 15:29:04
阅读次数:
262
Description
有一个包含n+2个元素的数列a0, a1, ..., an+1 (n
Input
输入的第一行是一个整数n。接下去的两行分别是a0和an+1,(精确到小数点后两位)再接下去的n行是ci(精确到小数点后两位),每个数字占一行。
Output
输出a1 ,其格式与 a0 相同。
Sample Input
1
50.50...
分类:
其他好文 时间:
2014-07-13 00:01:14
阅读次数:
188
A Simple Problem with Integers
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 57666
Accepted: 17546
Case Time Limit: 2000MS
Description
You have N...
分类:
其他好文 时间:
2014-07-12 23:43:04
阅读次数:
291
题目链接:http://poj.org/problem?id=3468 http://poj.org/problem?id=3468 http://poj.org/problem?id=3468
思路:这是一个区间修改区间查询的题,由于题目中的给的数据比较大,那么用单个修改和查询肯定不行,所以。。。。注意数据可能比较大,应该用__int64或long long存数据。。。。。
code:
#...
分类:
其他好文 时间:
2014-07-12 22:30:01
阅读次数:
168
Flip Game
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 29865
Accepted: 12943
Description
Flip game is played on a rectangular 4x4 field with two-sided p...
分类:
其他好文 时间:
2014-07-12 19:15:30
阅读次数:
136
GETHUB下载地址
背景颜色用animate方法时时无法改变颜色的
所以要使用插件进行补充。
使用方法:
div {
background-color: #bada55;
width: 100px;
border: 1px solid green;
}
Simple
Desaturate
Hello!
jQuery("#...
分类:
Web程序 时间:
2014-07-12 19:08:29
阅读次数:
170
The Pilots Brothers' refrigerator
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 18109
Accepted: 6871
Special Judge
Description
The game “The Pilots...
分类:
其他好文 时间:
2014-07-12 17:21:51
阅读次数:
169