面向对象设计的SOLID原则From: http://www.cnblogs.com/shanyou/archive/2009/09/21/1570716.html#commentformS.O.L.I.D是面向对象设计和编程(OOD&OOP)中几个重要编码原则(Programming Pricip...
分类:
其他好文 时间:
2014-12-18 16:39:37
阅读次数:
738
技术站点Hacker News:非常棒的针对编程的链接聚合网站Programming reddit:同上MSDN:微软相关的官方技术集中地,主要是文档类infoq:企业级应用,关注软件开发领域OSChina:开源技术社区,开源方面做的不错哦cnblogs,51cto,csdn:常见的技术社区,各有专...
分类:
其他好文 时间:
2014-12-18 16:39:26
阅读次数:
356
下面的内容大多是翻译来的。Reactive Programming?What is Reactive Programming?为了了解Reactive——从编程范式至其背后的动机,有必要了解现在的开发者和公司在十年前不曾面对的挑战。游戏的改变主要有两大方面:硬件的提升因特网Why things ar...
分类:
其他好文 时间:
2014-12-18 16:38:40
阅读次数:
916
【题目】
Given a string S and a string T, count the number of distinct subsequences of T in S.
A subsequence of a string is a new string which is formed from the original string by deleting some (...
分类:
其他好文 时间:
2014-12-18 12:03:46
阅读次数:
118
一、什么是异常处理 一句话:异常处理就是处理程序中的错误。二、为什么需要异常处理,以及异常处理的基本思想 C++之父Bjarne Stroustrup在《The C++ Programming Language》中讲到:一个库的作者可以检测出发生了运行时错误,但一般不知道怎样去处理它们(因为和用户具...
分类:
编程语言 时间:
2014-12-17 22:35:32
阅读次数:
321
分类:【java】2013-12-10 18:53724人阅读评论(0)收藏举报1.简介Spring 中的AOP为Aspect Oriented Programming的缩写,面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。以下是Spring AOP的小例子源代码:ht...
分类:
编程语言 时间:
2014-12-17 22:15:51
阅读次数:
224
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:[j...
分类:
编程语言 时间:
2014-12-17 20:48:46
阅读次数:
203
JS-->OOP/Module, DOM, JSON, AJAX------------------>, script.js的内容HTML/JS/CSSHTTP MessageBusiness Flow --------------> 的内容顺序,循环,选择Life Cycle(Files)----...
分类:
Web程序 时间:
2014-12-17 18:28:32
阅读次数:
161
Spark Programming GuideOverviewLinking with SparkInitializing SparkUsing the ShellResilient Distributed Datasets (RDDs)Parallelized CollectionsExterna...
分类:
其他好文 时间:
2014-12-17 18:13:49
阅读次数:
310
I remebered that i had writed a java web programming.At that time, i added jar packages by "build path" so that i could import a user library path at firstly.
When the path of jar library had bee...
分类:
移动开发 时间:
2014-12-17 16:32:26
阅读次数:
185