摘要:
DescriptionByteman, one of the most deserving employee of The Goldmine of Byteland, is about to retire by the end of the year. The Goldmine management... 阅读全文
posted @ 2014-10-14 14:55
gcczhongduan
阅读(175)
评论(0)
推荐(0)
摘要:
``Accordian'' PatienceYou are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:Deal cards one by one in ... 阅读全文
posted @ 2014-10-14 14:15
gcczhongduan
阅读(206)
评论(0)
推荐(0)
摘要:
Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re... 阅读全文
posted @ 2014-10-14 13:36
gcczhongduan
阅读(146)
评论(0)
推荐(0)
摘要:
Frame Relay如今越来越不流行了,只是在过去的设计中被广泛应用。所以工作上还是能常常见到的, 这篇博文从二层简单总结下FR的一些概念在介绍Frame Relay之前,先了解下广播介质和非广播介质的差别:Broadcast Media (广播介质): Ethernet 、 Token-Ring... 阅读全文
posted @ 2014-10-14 12:19
gcczhongduan
阅读(1463)
评论(0)
推荐(0)
摘要:
基本输入输出5.1基本输出print XXX //同一行输出println XXX //换行输出输出字符串:def message ="My name is Michael"println("here is :"+${message})输出列表和映射def numbers =[11,12,13,14... 阅读全文
posted @ 2014-10-14 10:39
gcczhongduan
阅读(456)
评论(0)
推荐(0)
摘要:
如图,这个错误使无数玩家烦恼。 出现这个错误,可能是硬件的问题,也可能是软件的问题。可是,因为硬件引起该问题的概率非常小,而且除了更换硬件之外没有更好的解决方法,因此本文将具体介绍怎样通过软件解决此问题,这也是大家最关心的。大致介绍一下这个错误是怎样发生的。这个错误的本意是提示内存错误,可是通常情... 阅读全文
posted @ 2014-10-14 09:53
gcczhongduan
阅读(135)
评论(0)
推荐(0)
摘要:
--======================================================--SQL基础-->层次化查询(START BY ... CONNECT BY PRIOR)--==============================================... 阅读全文
posted @ 2014-10-14 09:10
gcczhongduan
阅读(235)
评论(0)
推荐(0)