码迷,mamicode.com
首页 >  
搜索关键字:being a good boy in    ( 3225个结果
NEUOJ 1117: Ready to declare(单调队列)
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
Modern Operating System
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-指针的指针
概述: 上一个'经典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
HDU - 4709 Herding
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
a simple erlang process pool analysis这是一个简单的erlang进程池分析,是learn you some erlang for Great Good里面的一个example,具体的内容可到官网查看!基本的流程图实现原理这个的样例的实现原理官网都有比較具体的说明,...
分类:其他好文   时间:2014-12-18 13:33:22    阅读次数:181
PAT-1074
首先先贴一下题目: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
ConcurrentModificationException and a HashMap
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
gdb help all 帮助信息
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!