Knowing yourself is the height of wisdom. 了解自己就是大智慧。 Two-day holiday, even I didn't have enought time to know about her, I could feel I am not the typ ...
分类:
其他好文 时间:
2016-08-11 00:31:39
阅读次数:
191
Love me little and love me long.不求情意绵绵,但愿天长地久。Friends are relatives you make for yourself.朋友是你自己结交的亲人。 ...
分类:
其他好文 时间:
2016-08-03 21:50:46
阅读次数:
129
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For exa ...
分类:
其他好文 时间:
2016-08-03 06:43:15
阅读次数:
119
下面这些原则,不单单只是软件开发,可以推广到其它生产活动中,甚至我们的生活中。 Don’t Repeat Yourself (DRY) DRY 是一个最简单的法则,也是最容易被理解的。但它也可能是最难被应用的(因为要做到这样,我们需要在泛型设计上做相当的努力,这并不是一件容易的事)。它意味着,当我们... ...
分类:
其他好文 时间:
2016-08-01 19:39:53
阅读次数:
237
第1章:认识sass和compass DRY:Don't repeat yourself Sass支持两种语法:一种是以.sass为后缀,这种语法对空格敏感,所以选择器下边的属性要缩进,不同属性用换行区分。 一种是以.scss为后缀,scss即sassy css,在sass3.0中引进,可以用分号和 ...
分类:
其他好文 时间:
2016-07-30 19:41:02
阅读次数:
152
题目描述:把字符串转化为整数值原文描述:Implement atoi to convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the pos...
分类:
编程语言 时间:
2016-07-29 22:59:15
阅读次数:
267
优秀程序设计的18大原则
1、避免重复原则(DRY - Don’t repeat yourself)
编程的最基本原则是避免重复。在程序代码中总会有很多结构体,如循环、函数、类等等。一旦你重复某个语句或概念,就很容易形成一个抽象体。
2、抽象原则(Abstraction Principle)
与DRY原则相关。要记住,程序代码中每一个重要的功能,只能出现在源代码的一个位置。...
分类:
其他好文 时间:
2016-07-13 17:28:23
阅读次数:
140
The Mingw compile envirment is based by mingw-ww 201011 edition.You can unrar it into drive c and recompile the /home/mplayer-ww by yourself simple ty ...
分类:
其他好文 时间:
2016-07-03 23:20:06
阅读次数:
164
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For exa ...
分类:
编程语言 时间:
2016-06-27 17:32:43
阅读次数:
201
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For exa ...
分类:
其他好文 时间:
2016-06-26 23:44:54
阅读次数:
177