HT公司要搭建一台ftp服务器。利用WindowsServer2008服务器自带的IIS组件,发布FTP服务器,具体要求如下:1、可匿名访问ftp站点;2、在C盘建立名称为“ftp”的文件夹,作为ftp站点的主目录。3、建立隔离用户的ftp。1)建立Bob和John两个用户访问Ftp,2)ftp采用隔离用户模式;3..
分类:
其他好文 时间:
2015-06-26 13:12:41
阅读次数:
143
C. Mail StampsTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/problemset/problem/29/CDescriptionOne day Bob got a letter in an envelop...
分类:
编程语言 时间:
2015-06-26 10:40:43
阅读次数:
258
C. StripeTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/problemset/problem/18/CDescriptionOnce Bob took a paper stripe of n squares (...
分类:
其他好文 时间:
2015-06-26 10:33:38
阅读次数:
139
首先,Alice 会选择一个长度为$\lfloor\frac{n+1}{2}\rfloor$ 的区间,我们把这个长度记为 $len$。有这么一个结论:令 $F_i$ 为覆盖 $i$ 点的所有长度为 $len$ 的区间的元素和的最小值,那么答案就是 $F_i$ 的最大值。因为 Bob 可以控制 Ali...
分类:
其他好文 时间:
2015-06-25 11:50:40
阅读次数:
135
如何对dict类型按键(keys)排序(Python 2.4 或更高版本):mydict = {'carl':40, 'alan':2, 'bob':1, 'danny':3}for key in sorted(mydict.iterkeys()...
分类:
编程语言 时间:
2015-06-22 22:07:06
阅读次数:
149
1575. [NEERC 2003][POJ2125]有向图破坏★★★ 输入文件:destroyingthegraph.in 输出文件:destroyingthegraph.out 简单对比
时间限制:1 s 内存限制:256 MB
【题目描述】Alice和Bob正在玩如下的游戏。首先Alice画一个有N个顶点,M条边的有向图。然后Bob试着摧毁它。在一次操作中他可以找到图中的一个点...
分类:
其他好文 时间:
2015-06-18 09:51:29
阅读次数:
121
bob, joe, bob, jane, bob, joe, jackbob = 3 joe = 2topN(2) = bob, joe .interface TopN { void insert(String query); List getTop(int n);}用map来存string在数.....
分类:
其他好文 时间:
2015-06-14 20:02:24
阅读次数:
142
In [1]: "%(name)s is %(age)s" % {"name":"bob", "age": 12}Out[1]: 'bob is 12'In [2]: "%s is %s" % ("bob", "13")Out[2]: 'bob is 13'In [6]: "{0} is {1}"....
分类:
编程语言 时间:
2015-06-14 18:16:00
阅读次数:
112
Alice and Bob
Accepted : 174
Submit : 342
Time Limit : 1000 MS
Memory Limit : 65536 KB
Problem Description
The famous "Alice and Bob" are playing a game again. So now...
分类:
其他好文 时间:
2015-06-13 11:19:14
阅读次数:
182
问题:Alice and Bob are playing a kind of special game on an N*M board (N rows, M columns). At the beginning, there are N*M coins in this board with one ...
分类:
其他好文 时间:
2015-06-11 18:44:48
阅读次数:
132