首先使用的开发环境为idea2016.3.5+maven,使用的spring版本为4.1.7。 在使用idea创建maven项目时要注意两个事项 1.如下图所示 要选择simple java application的选项 2.在创建时要添加archetypeCatalog=internal选项,要不 ...
分类:
其他好文 时间:
2017-03-22 13:17:40
阅读次数:
1833
$map['id|username'] = array(intval($keyword),array('like', '%' . $keyword . '%'),'_multi' => true);return Array ( [id|username] => Array ( [0] => 1932 ...
分类:
其他好文 时间:
2017-01-06 11:02:40
阅读次数:
287
Curling 2.0
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 14567
Accepted: 6082
Description
On Planet MM-21, after their Olympic games this year, curlin...
分类:
其他好文 时间:
2015-08-27 16:50:20
阅读次数:
213
Dungeon Master
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 21312
Accepted: 8283
Description
You are trapped in a 3D dungeon and need to find the quicke...
分类:
其他好文 时间:
2015-08-26 12:05:51
阅读次数:
135
棋盘问题
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 28790
Accepted: 14255
Description
在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对...
分类:
其他好文 时间:
2015-08-25 21:43:32
阅读次数:
136
Description
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent tiles...
分类:
其他好文 时间:
2015-08-25 16:42:51
阅读次数:
224
Oil Deposits
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 14611
Accepted: 7961
Description
The GeoSurvComp geologic survey company is responsible for dete...
分类:
其他好文 时间:
2015-08-25 16:39:22
阅读次数:
180
XML基础+Java解析XML
一:XML基础
XML是什么:
可扩展的标记语言
XML能干什么:
描述数据、存储数据、传输(交换)数据。
XML与HTML区别:
目的不一样
XML 被设计用来描述数据,其焦点是数据的内容。
HTML 被设计用来展示数据,其焦点是数据的外观。
HTML可以不关闭标签(即标签可以不成对出现),但XML必须关闭标签(即标签必须成对出现)。
HT...
分类:
编程语言 时间:
2015-06-26 13:03:18
阅读次数:
180
一本opencv好书, 在我上传的资源里
Computer Vision is a rapidly expanding area and it is becomingprogressively easier for developers to make use of this field dueto the ready availability of high quality libra...
分类:
其他好文 时间:
2015-03-16 11:10:16
阅读次数:
207