1、名词由单数变复数的基本方法如下: ①在单数名词词尾加s。如:map → maps,boy→ boys,horse→ horses, table→ tables. ②s,o,x ,sh,ch结尾的词加es.如:class→classes, box→boxes, hero→heroes, dish→...
分类:
其他好文 时间:
2015-05-07 15:50:54
阅读次数:
181
Problem:
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
Have you thought about this?
Here are some good questions to ask before coding. Bonus ...
分类:
编程语言 时间:
2015-05-07 10:31:44
阅读次数:
165
JS的语法同C几乎没有什么什么区别。运算符:各种运算符同C语言的语法一样就不写了。讲解一下字符串的操作吧:var a="zmc";var b="is good man";var c=a+b;//重载了“+”运算符,实现字符串的拼接,与Java的语法相同。此时c=="zmc is good man";
分类:
Web程序 时间:
2015-05-06 20:58:06
阅读次数:
176
Objective-C Memory Management Being Exceptional 异常处理与内存 3.1Cocoa requires that all exceptions must be of type NSException cocoa需要所有的异常是NSException类型的。...
分类:
其他好文 时间:
2015-05-06 17:24:42
阅读次数:
145
本篇态度: simple & stupidweak reference
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed. Weak references are most often used to imp...
分类:
编程语言 时间:
2015-05-06 09:19:03
阅读次数:
188
如何在Android开发中让你的代码更有效率
最近看了一个视频,名字叫做Doing More With Less: Being a Good Android Citizen,主要是讲如何用少少的几句代码来改善Android
App的性能。在这个视频里面,演讲者以一个图片app为例讲解如何应用Android中现有的东西来改善app性能问题。
这个图片app的代码:https://...
分类:
移动开发 时间:
2015-05-05 16:36:09
阅读次数:
151
Area
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 5248
Accepted: 2352
Description
Being well known for its highly innovative products, Merck would defin...
分类:
其他好文 时间:
2015-05-04 10:10:46
阅读次数:
120
How to Use a Bug TrackerMatt DoarWHETHER YOU CALL THEM bugs, defects, or even design side effects, there is no getting away from them. Knowing how to submit a good bug report, as well as what to look f...
分类:
其他好文 时间:
2015-05-04 10:05:52
阅读次数:
119
DescriptionFarmer John has gone to town to buy some farm supplies. Being a very efficient man, he always pays for his goods in such a way that the sma...
分类:
其他好文 时间:
2015-05-01 16:00:49
阅读次数:
165
Ladies and gentlemen, Good evening.I'd rather use english, not mandarin.Because during the road show, I felt so sorry.When I opened my mouth I have to...
分类:
其他好文 时间:
2015-05-01 10:33:26
阅读次数:
168