Today is 29 February,i have a decide that is i will take one hour to practice my english by writing sentence and reading in everyday from now on!So ab
分类:
其他好文 时间:
2016-02-29 02:02:12
阅读次数:
161
本文来源于我在InfoQ中文站翻译的文章,原文地址是:http://www.infoq.com/cn/news/2016/02/gulp-grunt-npm-scripts-part1Cory House是“Building Applications with React and Flux”与“Clean Code: Writing Code for Humans”的作者,同时也是Pluralsi...
分类:
其他好文 时间:
2016-02-24 09:42:05
阅读次数:
263
r+: Open for reading and writing. The stream is positioned at the beginning of the file. w+:Open for reading and writing. The file is created if it do
分类:
其他好文 时间:
2016-02-24 09:36:01
阅读次数:
120
Item 51: Adhere to convention when writing new and delete.
Item 50介绍了如何自定义new和delete但没有解释你必须遵循的惯例,
这些惯例中有些并不直观,所以你需要记住它们!
operator
new需要无限循环地获取资源,如果没能获取则调用”new handler”,不存在”new handler”时应该...
分类:
其他好文 时间:
2016-02-21 14:25:40
阅读次数:
174
摘自: http://www.ntu.edu.sg/home/ehchua/programming/java/J4a_GUI.html Writing Swing Applications In summary, to write a Swing application, you have: Use
hdu 3591 The trouble of Xiaoqian 题意:xiaoqi要买一个T元的东西,当前的货币有N种,xiaoqi对于每种货币有Ci个;题中定义了最小数量即xiaoqi拿去买东西的钱的张数加上店家找的零钱的张数(店家每种货币有无限多张,且找零是按照最小的数量找零的);问xiaoq
分类:
其他好文 时间:
2016-02-20 00:23:05
阅读次数:
200
原文出处: codeproject:Writing Efficient C and C Code Optimization虽然对于优化C代码有很多有效的指导方针,但是对于彻底地了解编译器和你工作的机器依然无法取代,通常,加快程序的速度也会加大代码量。这些增加的代码也会影响一个程序的复杂度和可读性,这是不可接受的,比如你在一些小型的设备上编程,例如:移动设备、PDA……,这些有着严格的内存限制,于...
分类:
其他好文 时间:
2016-02-19 10:44:50
阅读次数:
227
Building Maintainable Software-java篇之 Write Clean Code
Writing clean code is what you must do in order to call yourself a professional.
—Robert C. Martin
Guideline:
? Write clean code.
...
分类:
编程语言 时间:
2016-02-17 11:13:50
阅读次数:
227
by zhangxinxu from http://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=1173 原文作者:Stoyan Stefanov原文链接:The Essentials of Writing High Q
分类:
编程语言 时间:
2016-02-02 17:38:34
阅读次数:
279
I Writing ARC code 1. Don’t call Retain, release, autorelease dealloc, unless you need to release CF objects or remove observers, remove [super deallo
分类:
其他好文 时间:
2016-01-31 03:05:46
阅读次数:
144