IntroductionYou can download the Visual Studio solutions for this articleat this location. With all the Nuget binaries, it's about 57 MB (too big to b...
分类:
其他好文 时间:
2014-11-14 01:32:52
阅读次数:
309
Pleasant sheep and big big wolfTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:304664-bit integer IO format:%I64...
分类:
其他好文 时间:
2014-11-13 20:37:40
阅读次数:
237
我同学讲的一句话让我觉得非常好。我的团队是一个7人的团队。那么团队能达到的效果应该是1*7而不是1/7。大三是一个关键时刻,当这种软工团队作业要对分数比重进行分配的时候,很容易会有这样的情况。这是我看了第二篇“Big Ball of Mud”之后,首先引发的感想,其次,这篇文章中,对所要完成的任务进...
分类:
其他好文 时间:
2014-11-13 01:44:06
阅读次数:
169
The C10K problem翻译(C10K = connection 10 kilo 问题)。k 表示 kilo,即 1000 比如:kilometer(千米), kilogram(千克)。如今的web服务器需要同时处理一万个以上的客户端了,难道不是吗?毕竟如今的网络是个big place了。现...
分类:
其他好文 时间:
2014-11-12 22:42:52
阅读次数:
278
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i...
分类:
Web程序 时间:
2014-11-12 21:02:39
阅读次数:
295
# Gemfilegem 'big_sitemap'# lib/tasks/sitemap.rakerequire 'big_sitemap'namespace :custom do desc "Generate sitemap" task :sitemap => :environment do.....
分类:
其他好文 时间:
2014-11-12 19:33:46
阅读次数:
150
Big Event in HDU
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 24538 Accepted Submission(s): 8632
Problem Description
Nowaday...
分类:
其他好文 时间:
2014-11-12 00:44:20
阅读次数:
256
Problem DescriptionDT is a big fan of digital products. He writes posts about technological products almost everyday in his blog.But there is such few...
分类:
其他好文 时间:
2014-11-10 19:48:58
阅读次数:
162
HDU 3046 Pleasant sheep and big big wolf
题目链接
题意:一个n * m平面上,1是羊,2是狼,问最少要多少围墙才能把狼全部围住,每有到达羊的路径
思路:有羊和狼,要分成两个集合互不可达,显然的最小割,建图源点连狼,容量无穷,羊连汇点,容量无穷,然后相邻格子连边,容量为1
代码:
#include
#include
#inc...
分类:
其他好文 时间:
2014-11-10 12:05:34
阅读次数:
235
1.数据库——创建数据表1 create table clob_test2 (3 id integer not null auto_increment primary key,4 big_text text not null5 );2.用JDBC处理大段文本数据(1)将文本数据写入数据库 1 ...
分类:
数据库 时间:
2014-11-09 23:40:00
阅读次数:
305