Description BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarc ...
分类:
其他好文 时间:
2016-05-15 18:13:36
阅读次数:
182
Palindrome Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 59094 Accepted: 20528 Description A palindrome is a symmetrical string, that is, ...
分类:
其他好文 时间:
2016-05-15 18:16:22
阅读次数:
183
Common Subsequence Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 46387 Accepted: 19045 Description A subsequence of a given sequence is t ...
分类:
其他好文 时间:
2016-05-15 18:14:26
阅读次数:
137
如今,Git 大行其道,颇有一统天下之势。
如果你的技能树上 Git 和 Github 的图标还没有点亮的话,你都不好意思说你是程序员。
别说互联网企业,我接触到的许多传统企业都在从 SVN,Clear Case 等迁移到 Git 上,甚至大厂还会有一个团队去定制适合自己企业的 Git 服务器。 ...
分类:
其他好文 时间:
2016-05-15 18:15:55
阅读次数:
157
此处因为是自己做的所以文笔带过,简单描述下 1\首先是jsp页面报错,缺少必要的servletx依赖jar包,需要在pom中配置 <dependency><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId><vers ...
分类:
其他好文 时间:
2016-05-15 18:12:58
阅读次数:
119
【要求】有一个整型数组 arr 和一个大小为 w 的窗口从数组的最左边滑到最右边,窗口每次向右边滑一个位置。 返回一个长度为n-w+1的数组res,res[i]表示每一种窗口状态下的最大值。 以数组为[4,3,5,4,3,3,6,7],w=3为例。因为第一个窗口[4,3,5]的最大值为5,第二个窗口 ...
分类:
其他好文 时间:
2016-05-15 18:15:45
阅读次数:
234
第十一周学习进度 1、什么是测试、测试计划、测试矩阵 2、怎么制定测试计划、测试矩阵 3、测试方法有哪些 4、测试方法的分类 ...
分类:
其他好文 时间:
2016-05-15 18:12:18
阅读次数:
103
Maven下载 下载地址:http://maven.apache.org/download.cgi 下载完成后,得到一个压缩包,解压,可以看到maven的组成目录 Maven目录分析 bin:含有mvn运行的脚本 boot:含有plexus-classworlds类加载器框架 conf:含有sett ...
分类:
其他好文 时间:
2016-05-15 18:13:23
阅读次数:
214
Intellij Idea系列之Tomcat环境的搭建(三) 一. 编写背景 Intellij Idea在刚上手的时候很多人吐槽,"god, 这么难用的IDE有谁用呀?",的确,Intellij在某些环境的搭建上对于初学者来说,是个费时费力的事。我身边的很多朋友和同事在学Intellij Idea的 ...
分类:
其他好文 时间:
2016-05-15 18:11:57
阅读次数:
155
斜率优化dp。 #include #include #include using namespace std; const int maxn = 50000 + 10; struct Field { long long x,y; } t[maxn]; long long f[maxn],x[maxn... ...
分类:
其他好文 时间:
2016-05-15 18:12:26
阅读次数:
205
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “The lowes ...
分类:
其他好文 时间:
2016-05-15 18:10:47
阅读次数:
132
Problem Description 度熊所居住的 D 国,是一个完全尊重人权的国度。以至于这个国家的所有人命名自己的名字都非常奇怪。一个人的名字由若干个字符组成,同样的,这些字符的全排列的结果中的每一个字符串,也都是这个人的名字。例如,如果一个人名字是 ACM,那么 AMC, CAM, MAC, ...
分类:
其他好文 时间:
2016-05-15 18:12:54
阅读次数:
258
Service worker stays between our browser and noetwork requests. It can help to fetch data from cache and cache the data from Internet. To get our serv ...
分类:
其他好文 时间:
2016-05-15 18:12:22
阅读次数:
273
1.浏览器对象模型 (BOM) 使 JavaScript 有能力与浏览器“对话”。浏览器对象模型 (BOM)浏览器对象模型(Browser Object Model)尚无正式标准。由于现代浏览器已经(几乎)实现了 JavaScript 交互性方面的相同方法和属性,因此常被认为是 BOM 的方法和属性 ...
分类:
其他好文 时间:
2016-05-15 18:11:21
阅读次数:
117
BT Sync介绍 BT 下载,相信大伙儿都知道的。今儿个要介绍的 BT Sync,跟 BT 下载一样,都是 BitTorrent 公司发明滴玩意儿,都是采用 P2P 协议来进行传输。 简而言之,BT sync 是一个文件同步工具,让你在几台不同的设备之间,同步文件。 既然是“文件同步工具”,那么最 ...
分类:
其他好文 时间:
2016-05-15 18:09:54
阅读次数:
204
Description The system of Martians' blood relations is confusing enough. Actually, Martians bud when they want and where they want. They gather togeth ...
分类:
其他好文 时间:
2016-05-15 18:11:50
阅读次数:
144
1179 最大的最大公约数 题目来源: SGU 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 关注 1179 最大的最大公约数 题目来源: SGU 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 1179 最大的最大公约 ...
分类:
其他好文 时间:
2016-05-15 18:11:36
阅读次数:
151