It's very simple to configure a IBM HTTP Server / Apache service on a server. But sometimes, considering the cost or any other reason, we need to sha....
分类:
Web程序 时间:
2014-07-19 20:09:56
阅读次数:
313
Continue from the last article......2) Confirmed the 80 port of the new added IP is not listened by any other services.Why need to test this? This is....
分类:
Web程序 时间:
2014-07-19 20:06:37
阅读次数:
354
$_GET['_URL_'] 获取整个url,返回值是数组$Think.MODULE_NAME 获取当前class的名称$Think.ACTION_NAME 获取当前action的方法名称
分类:
Web程序 时间:
2014-07-19 17:32:15
阅读次数:
421
Stepsuppose you need to develop a feature,when you finish the feature ,you need to release the jar to Nexus,and other projects will depend on your jar...
分类:
其他好文 时间:
2014-07-18 19:00:08
阅读次数:
262
DescriptionYou haveNintegers,A1,A2, ... ,AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each ...
分类:
其他好文 时间:
2014-07-18 18:22:11
阅读次数:
263
I NEED A OFFER!
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 15503 Accepted Submission(s): 6128
Problem Description
Speakless...
分类:
其他好文 时间:
2014-07-18 14:08:48
阅读次数:
221
Codeforces Round #256 (Div. 2)
题目链接
A题:没什么好说的水题,判断一下两种各需要多少个,加起来看会不会超过即可
B题:首先计数字母,看b串有没有多余字符,判断掉need tree的情况,然后判断b是否能和a匹配,如果可以且长度不同,就是auto,如果不行且长度相同,就是array,否则就是both
C题:贪心,每次选择最低的去横向刷,刷完会多出几个...
分类:
其他好文 时间:
2014-07-18 11:25:01
阅读次数:
271
题意是给我们两个字符串,再在第一个字符串中找第二个,
给了我们两种方法,一:在第一个字符串删掉一些字符后得到第二个字符串;
二:在第一个字符串中改变一些字符的先后顺序得到字符串二;
如果只用第一种方法输出: automaton;
只用第二种输出:array
两种都用输出:both;
找不到输出:need tree;
直接找就行,,,,,,水
#include
#include...
分类:
其他好文 时间:
2014-07-18 11:17:05
阅读次数:
191
Whenever we want to add an instance of this custom view to the visible screen, we now need to:load the Nib, andextract the actual view from the array ...
分类:
其他好文 时间:
2014-07-18 10:15:11
阅读次数:
219
Dungeon Master
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 16178
Accepted: 6268
Description
You are trapped in a 3D dungeon and need to find th...
分类:
其他好文 时间:
2014-07-17 10:16:30
阅读次数:
235