Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 35940 Accepted Submission(s): 13552 Problem Descr ...
分类:
其他好文 时间:
2017-05-08 17:23:50
阅读次数:
187
今天是5月5号来汉企培训的第二天。一如往常一样的去上课。今天正式的进入了正式的学习。今天还是陈老师讲课。本人还很喜欢陈老师讲课的。听他的课没那么无聊和枯燥。虽然英语对于我来说简直就是一头雾水。但是这也是一种锻炼吧(吐槽一下:等毕业后英语水平肯定有很大的提高)俗话说的好天将降大任于斯人也,必先苦其心志 ...
分类:
其他好文 时间:
2017-05-06 10:23:27
阅读次数:
97
A few years ago Sajjad left his school and register to another one due to security reasons. Now he wishes to find Amir, one of his schoolmates and goo ...
分类:
其他好文 时间:
2017-05-05 17:23:17
阅读次数:
135
传送门 Description A few years ago Sajjad left his school and register to another one due to security reasons. Now he wishes to find Amir, one of his sch ...
分类:
其他好文 时间:
2017-05-05 14:11:17
阅读次数:
191
http://poj.org/problem?id=1236 题意: 给出一个图,至少要选多少个点才能遍历全图和至少需要添加多少边使得整个图是强连通。 思路: 强连通计算连通分量后缩点,计算入度为0的点和出度为0的点。 第一个答案就是出度为0的点,第二个就是max(出度,入度)。 ...
分类:
Web程序 时间:
2017-05-02 22:16:01
阅读次数:
292
Event 对象代表事件的状态,比如事件在其中发生的元素、键盘按键的状态、鼠标的位置、鼠标按钮的状态。 事件句柄 鼠标/键盘属性 标准event属性 参考:HTML DOM Event 对象 ...
分类:
其他好文 时间:
2017-05-02 10:07:44
阅读次数:
128
1204: Escape from the Darkness Description Xiao Ming, a high school student, learnt blackbody radiation from the physics class. The black body on the ...
分类:
其他好文 时间:
2017-04-30 23:03:19
阅读次数:
311
A. Ilya and Diplomas(贪心) Soon a school Olympiad in Informatics will be held in Berland, n schoolchildren will participate there. At a meeting of the j ...
分类:
其他好文 时间:
2017-04-25 17:01:18
阅读次数:
234
Springboot使用POI实现导出Excel文件示例 前面讲述了使用POI导出Word文件和读取Excel文件,这两个例子都相对简单,接下来要讲述的使用POI导出Excel文件要复杂得多,内容也会比较长。创建表头信息表头信息用于自动生成表头结构及排序public class ExcelHeade ...
分类:
编程语言 时间:
2017-04-25 15:03:28
阅读次数:
477
jQuery中animate()的方法可以去w3school查看,这里主要说一下: 不被Firefox支持问题的解决。 其实是使用body的: 只被chrome支持,而不被Firefox支持。 而使用html的: 只被Firefox支持,而不被chrome支持。 如果想让这段js被chrome和Fi ...
分类:
Web程序 时间:
2017-04-24 15:34:53
阅读次数:
777