2013年4月8日

感觉这个JQuery不错,查询方便

摘要: http://www.w3school.com.cn/jquery/ 阅读全文

posted @ 2013-04-08 10:39 HOT SUMMER 阅读(146) 评论(0) 推荐(0)

Flyweight 享元模式

摘要: public class Font //12+8 bytes 8用于垃圾手机 { string fontName; //4 bytes int size; //4 bytes Color color; //4 bytes public Font( string fontName, int size, Color color ) { this.fontName = fontName; this.size = size; ... 阅读全文

posted @ 2013-04-08 09:43 HOT SUMMER 阅读(160) 评论(0) 推荐(0)

导航