1117: Ready to declare
时间限制: 1 Sec 内存限制: 128 MB
提交: 358 解决: 41
[提交][状态][讨论版]
题目描述
Finally, you find the most good-looking girl...
You are going to write a letter to her. But you are not ...
分类:
其他好文 时间:
2014-12-21 01:56:02
阅读次数:
389
No one can do all things, learn to be good at use what others already did.大师傅df
分类:
其他好文 时间:
2014-12-20 15:34:41
阅读次数:
301
紧跟着上一章~
随后我们实现goodbiz的Goods类和SalesmanGroup类,这个有点类似MVC里面的控制器,在底层进行增删改查的处理
这里就很快明白了我们为什么底层还要再放good和salesman类,因为他们是我的map里面保存的对象,只作为保存的对象而其实并不参与业务
我觉得只用java实现的弊端在于没有mysql之类的数据库在后端对数据进行存储,于是我就用了Map来对每一对...
分类:
其他好文 时间:
2014-12-20 11:48:04
阅读次数:
216
概述: 上一个'经典C语言程序设计100例'的第77个程序 1 #include 2 3 int 4 main(void) { 5 char *s[]={"man","woman","girl","boy","sister"}; 6 char **p; 7 int k;...
分类:
其他好文 时间:
2014-12-19 13:00:03
阅读次数:
118
DescriptionLittle John is herding his father's cattles. As a lazy boy, he cannot tolerate chasing the cattles all the time to avoid unnecessary omissi...
分类:
其他好文 时间:
2014-12-18 23:30:59
阅读次数:
237
In many ways, I think being a front end engineer is one of the most complicated jobs in computer science. Most traditional programming concepts don’t ...
分类:
其他好文 时间:
2014-12-18 18:10:45
阅读次数:
181
a simple erlang process pool analysis这是一个简单的erlang进程池分析,是learn you some erlang for Great Good里面的一个example,具体的内容可到官网查看!基本的流程图实现原理这个的样例的实现原理官网都有比較具体的说明,...
分类:
其他好文 时间:
2014-12-18 13:33:22
阅读次数:
181
首先先贴一下题目:Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2...
分类:
其他好文 时间:
2014-12-18 13:31:49
阅读次数:
194
This is not a synchronization problem. This will occur if the underlying collection that is being iterated over is modified by anything other than the...
分类:
其他好文 时间:
2014-12-17 20:12:38
阅读次数:
184
Command class: aliases
ni -- Step one instruction
rc -- Continue program being debugged but run it in reverse
rni -- Step backward one instruction
rsi -- Step backward exactly one instruction
...
分类:
数据库 时间:
2014-12-17 12:57:13
阅读次数:
302