Head First Design Pattern 读书笔记(1) Strategy Pattern 策略模式 ========= 这几天为了锻炼看英语文档的能力,开着有道硬着头皮看 《Head First Desgin Pattern》的原版书,顺便做下笔记,把里面提到的每个模...
分类:
其他好文 时间:
2015-01-02 21:10:14
阅读次数:
300
python入门学习(一)入门学习(二)入门学习(三)入门学习(四)入门学习(五)入门学习(六)入门学习(七)入门学习(八)入门学习(九)入门学习(十)Head First Python(五)An Introduction to Interactive Programming in Python(w...
分类:
编程语言 时间:
2015-01-02 14:35:35
阅读次数:
141
不说废话了,很简单,直接上代码。
无标题文档
$(document).ready(function(){
$("#btn").unbind().click(function(){
$("#first").hide();
$("#sec").css("left","-200px").animate({"left":"0px"},500).show();
...
分类:
Web程序 时间:
2015-01-01 19:48:18
阅读次数:
194
??First, a dependency is a semantic relationship between two model elements in which a change to one element (the independent one) may affect the sema...
分类:
其他好文 时间:
2015-01-01 19:44:28
阅读次数:
186
我想谈谈 我对于Head First SQL 中文版的一些看法事实上关于我翻译的这个Head First SQL 中文版。。我自觉得:的确翻译得非常烂。。和翻译Head First C#的飞哥相比,的确是要差了几个等级。。。可是要知道。。。飞哥是过了六级。。。550多分。。。口语A级的鸟人的嘛。。我...
分类:
数据库 时间:
2015-01-01 17:11:50
阅读次数:
136
envkernel:3.10.0-123.el7.x86_64nginx version: nginx/1.4.7 ./configure --prefix=/usr/local/nginx/ --with-pcre=/usr/local/pcre-7.9/(source code path) --...
分类:
Web程序 时间:
2015-01-01 00:08:24
阅读次数:
389
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:
其他好文 时间:
2015-01-01 00:05:48
阅读次数:
313
一、引言最近在设计模式的一些内容,主要的参考书籍是《Head First 设计模式》,同时在学习过程中也查看了很多博客园中关于设计模式的一些文章的,在这里记录下我的一些学习笔记,一是为了帮助我更深入地理解设计模式,二同时可以给一些初学设计模式的朋友一些参考。首先我介绍的是设计模式中比较简单的一个模式...
总结2014年:使用同样技术(DDD,EF+MVC+Redis+WebApi+WCF)的两家公司;积累经验的一年(熟悉DDD,EF Code First,大量的Javascript、Jquery和CSS编写,独立开发微信商城等);实现薪资翻倍;展望2015年:成家并带现在的女朋友、那时的妻子云南旅游...
分类:
其他好文 时间:
2014-12-31 22:40:45
阅读次数:
227