Early-morning births are genetically programmed THE notion that nothing good happens after midnight does not seem to apply to times of birth. Around t ...
分类:
其他好文 时间:
2018-04-27 12:11:56
阅读次数:
280
1.Sometimes ever ,sometimes never! 相聚有时,后会无期 2.We are all in the gutter,but some of us are looking at the stars. 即使深陷泥潭,也要仰望星空 /身在井隅,心向璀燦 3.Nothing is ...
分类:
其他好文 时间:
2018-04-26 18:22:32
阅读次数:
179
26. I'm in a good mood. 我现在心情很好。 27. I look forward to hearing from you. 我期待着你的来信。 28. It's better than nothing. 总比没有好。 29. Let me guess. 让我猜猜看。 30. T ...
分类:
其他好文 时间:
2018-04-24 21:46:14
阅读次数:
164
现在该复习你学过的符号和python关键字了,而且你在本节还会学到一些新的东西。我在这里所作的是将所有的Python符号和关键字列出来,这些都是值得掌握的重点。 在这节课中,你需要复习每一个关键字,回想它的作用并且写下来,接着上网搜索它真正的功能。有些内容可能是难以搜索的,所以这对你可能有些难度,不 ...
分类:
其他好文 时间:
2018-04-17 16:51:05
阅读次数:
188
斗地主游戏的初期版本目前为止大概已经完成的一半了... 还剩下最麻烦的部分(AI)没写,写这篇博文主要是想理一下基本的思路,然后把这一部分也搞完. 先上一个目前的进度截图纪念一下好了 经过较长时间的冥思苦想,包括网上找资料...(网上关于斗地主AI的资料很少.) 终于想到了一个大概可行的办法~先写出 ...
分类:
其他好文 时间:
2018-04-16 20:42:09
阅读次数:
126
原文地址:http://www.cnblogs.com/skyseraph/archive/2013/04/21/3033848.html 要解决这个问题,我们先要了解android:descendantFocusability这个属性.这个属性有三个值: beforeDescendants: vi ...
分类:
其他好文 时间:
2018-04-15 13:34:12
阅读次数:
160
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between ...
分类:
其他好文 时间:
2018-04-13 13:29:01
阅读次数:
195
Callable和Future出现的原因 创建线程的2种方式,一种是直接继承Thread,另外一种就是实现Runnable接口。 这2种方式都有一个缺陷就是:在执行完任务之后无法获取执行结果。 如果需要获取执行结果,就必须通过共享变量或者使用线程通信的方式来达到效果,这样使用起来就比较麻烦。 而自从 ...
分类:
编程语言 时间:
2018-04-06 12:33:27
阅读次数:
204
Bouncer Pattern http://groovy-lang.org/design-patterns.html#_bouncer_pattern 保镖模式主要负责对函数的输入参数的合法性检查, 如果遇到非法输出,则停止函数后续执行。 groovy提供了 assert 机制, 语言级别内置功能 ...
分类:
其他好文 时间:
2018-04-05 21:27:51
阅读次数:
177
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between ...
分类:
其他好文 时间:
2018-04-05 14:33:01
阅读次数:
190