10.注释—只解释了“how”却没有解释“why”入门级的编程课程通常会教育学生们写代码前先写注释、而且要尽量多注释。这种教育的出发点是“多注释肯定比少注释好、少注释肯定比没注释好”。可不幸的是,很多的程序员把这当成了一种任务,对每一行代码都注释一下。Java
code?123456r=n/2;//...
分类:
其他好文 时间:
2014-06-11 22:57:47
阅读次数:
365
最近在项目中遇到一个问题,在Flex中使用Alert.show("this is
content!", "title");发现对话框可以弹出来,但是文本始终不显示。why? 由此开始了我苦逼的排查之路。首先,可以排除没有引入包 import
mx.controls.Alert;的问题。如果没有引入包...
分类:
其他好文 时间:
2014-06-08 06:24:58
阅读次数:
216
The first three generations of the Unreal
Engine included a sandboxed scripting language, UnrealScript, which provided a
simple interface for gameplay...
分类:
编程语言 时间:
2014-06-06 06:44:59
阅读次数:
421
Follow up for "Search in Rotated Sorted
Array":What ifduplicatesare allowed?Would this affect the run-time complexity?
How and why?Write a function to...
分类:
其他好文 时间:
2014-06-04 20:17:05
阅读次数:
249
使用Windows集成验证,不管使用IIS还是IIS
express,当同一个域进行访问时,可能出现401错误,错误的处理办法:1. IIS(摘自MSDN的)IIS 7 was difficult for
figuring out why i was getting the 401 - Unauth...
分类:
数据库 时间:
2014-06-03 16:32:14
阅读次数:
477
【题目】
Follow up for "Search in Rotated Sorted Array":
What if duplicates are allowed?
Would this affect the run-time complexity? How and why?
Write a function to determine if a given target is in the array.
【题意】
在“Search in Rotated Sorted Array”的基...
分类:
其他好文 时间:
2014-06-03 01:55:38
阅读次数:
173
Tough core Java interview questions and
answersWhat is tough core java interview question ? Why do people look for tough
Java questions before going f...
分类:
编程语言 时间:
2014-05-26 12:41:29
阅读次数:
371
本来是水水的去听一听云计算大会,感受一下氛围的,万万没想到,居然意外的参观了Worktile,这也成了北京之旅最值得纪念的记忆。先是路上看到QQ有个好友请求,备注是Worktile市场的小泽。从Worktile上线以来就一直在用着,所以看到了worktile的字眼有一种莫名的亲切感。简单的交流后就敲定了去worktile参观,鸡冻啊有木有!能去看一看喜欢的产品背后的团队,这是一件十分兴奋的事情!到...
分类:
其他好文 时间:
2014-05-26 03:44:16
阅读次数:
230
复用为了复用而写代码,代码量是1.6倍What: 一份代码多处使用 style
AsyncTask IntentService ListActivity 工具类 组件why: 1) 性能提升 2) 可维护性 3) 可扩展性复...
分类:
移动开发 时间:
2014-05-25 22:48:17
阅读次数:
236
1 创建Ring 代码详细分析
在OpenStack_Swift——Ring组织架构中我们详细分析了Ring的具体工作过程,下面就Ring中增加设备,删除设备,已经重新平衡的实现过程作详细的介绍。
首先看RingBuilder类 def __init__(self, part_power, replicas, min_part_hours):
#why 最大 2**32
...
分类:
其他好文 时间:
2014-05-23 01:50:35
阅读次数:
406