- 博客(9)
- 收藏
- 关注
原创 Programming Ruby (Part I. Facets of Ruby)
Getting Start OS X Distributions 1, MacPorts: package management system $ sudo port install ruby19 2, Building ruby from source, get source and do follow: ./configure make make t...
2010-12-21 20:52:50
127
原创 A Brief Introduction to REST
Author: Stefan Tilkov from: InfoQ ---------------------------------------------https://docs.google.com/fileview?id=0B9_1SZT2TitfYjY2OTNmZmQtYjYxYi00YThhLWEyZWQtNTNiOTUzYjE1NTIz&hl=en&a...
2010-10-13 20:39:21
113
用 jQuery 创建 ActiveRecord 对象使用jquery.form.js
用 jQuery 创建 ActiveRecord 对象使用jquery.form.js 部分代码, 原文看[url]http://malsup.com/jquery/form/#getting-started[/url] [code="javascript"] // prepare the form when the DOM is ready $(document).ready(fu...
2009-05-07 23:17:13
117
原创 Java Design Patterns Notes (patterns ??)
? (PROXY patterns) 代理模式就有三个角色组成了: 抽象主题角色:声明了真实主题和代理主题的共同接口。 代理主题角色:内部包含对真实主题的引用(通过组合实现),并且提供和真实主题角色相同的接口。 真实主题角色:定义真实的对象。 -------------------------------------------------...
2008-09-11 21:34:19
103
Java Design Patterns Notes (patterns 1 - 5)
Pattern 1. (STRATEGY pattern) Creating systems using composition gives you a lot more flexibility. Not only does it let you encapsulate a family of algorithms into their own set of classes, but it ...
2008-09-03 21:04:26
123
原创 抽象类 vs 接口
在abstract class方式中, 可以有自己的数据成员,也可以有非abstarct的成员方法. 在interface方式的实现中, 只能够有静态的 不能被修改的数据成员(也就是必须是static final的,不过在interface中一般不定义数据成员),所有的成员方法都是abstract的。从某种意义上说,interface是一种特殊 形式的abstract class. a...
2008-08-27 22:09:26
91
Project ARUNO by using JOOMLA
Project Name : ARUNO Development Environment : JOOMLA, MYSQL, PHP and APACHE. --------------------------------------------------------------------- Installation Guide * The easiest way to...
2008-08-19 23:03:39
195
Thinking in Java Notes
04/08/2008 (week 1)overloaded methods can have the same name but must have different parameter lists.----------------to use finalize( ), it gives you the ability to perform some important cleanup at t...
2008-08-04 19:47:00
117
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人