Lost and Found(失物招领APP) Lost and Found(失物招领APP)是以Bmob为基础的,参考了网上的案例。主要实现物品的发布、修改、呈现和删除。使用场景如下:用户捡到物品,打开手机软件,填写物品的招领信息(标题、描述和联系方式);用户丢失物品,打开手机软件,填写物品的丢失 ...
分类:
其他好文 时间:
2017-06-08 14:54:22
阅读次数:
287
Cows 题目:http://poj.org/problem?id=2481 题意:有N头牛,每仅仅牛有一个值[S,E],假设对于牛i和牛j来说,它们的值满足以下的条件则证明牛i比牛j强壮:Si <=Sjand Ej <= Ei and Ei - Si > Ej - Sj。如今已知每一头牛的測验值, ...
分类:
其他好文 时间:
2017-06-08 10:40:52
阅读次数:
157
iptables当找到匹配的规则时,就会执行相应的动作,而不会向下继续匹配。因为ssh端口开放的规则在all规则之后,所以永远都不会匹配到,也就是ssh永远被禁止。 root下执行:iptables -I INPUT -p tcp --dport 22 -j ACCEPT 即可。 ...
分类:
系统相关 时间:
2017-06-07 23:19:32
阅读次数:
811
Hotel Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 17533 Accepted: 7588 Description The cows are journeying north to Thunder Bay in Cana ...
分类:
其他好文 时间:
2017-06-07 22:26:12
阅读次数:
230
[luogu1535]游荡的奶牛 题目描述 Searching for the very best grass, the cows are travelling about the pasture which is represented as a grid with N rows and M co ...
分类:
其他好文 时间:
2017-06-07 21:44:06
阅读次数:
223
Power Hungry Cows Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 5522 Accepted: 1384 Description FJ's cows would like to be able to comput ...
分类:
其他好文 时间:
2017-06-07 20:51:33
阅读次数:
256
Description The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lake Superi ...
分类:
其他好文 时间:
2017-06-06 13:09:56
阅读次数:
264
Lost and Found(失物招领APP) Lost and Found(失物招领APP)是以Bmob为基础的,参考了网上的案例。主要实现物品的发布、修改、呈现和删除。使用场景如下:用户捡到物品,打开手机软件,填写物品的招领信息(标题、描述和联系方式);用户丢失物品,打开手机软件,填写物品的丢失 ...
分类:
其他好文 时间:
2017-06-05 10:34:10
阅读次数:
241
题目链接: http://train.usaco.org/usacoprob2?a=p8taXWtZBpU&S=milk2 题目描述: 给出n组数, 求出最长连续有数区间与最长连续无数区间 解题思路: 简单贪心, 先排序, 然后如果有交集判断右端点,如果右端点大则延伸, 否则continue, 如果 ...
分类:
其他好文 时间:
2017-06-04 00:53:44
阅读次数:
235
Cheapest Palindrome Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 6861 Accepted: 3327 Description Keeping track of all the cows can be a ...
分类:
其他好文 时间:
2017-06-03 19:24:52
阅读次数:
232