摘要: <!DOCTYPE html><html><head> <title>Web 日历</title> <meta charset="utf-8"> <script src="interface.js"></script> <script src="MethodProfiler.js"></script> <style> .month { overflow: hidden; zoom: 1; } .day { 阅读全文
posted @ 2013-03-24 14:09 LukeLin 阅读(334) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><title>工具提示(享元模式)</title><meta charset="utf-8"><script src="Library.js"></script></head><body><a id="link-id1" href="">1111111</a><a id="link-id2" h 阅读全文
posted @ 2013-03-24 14:05 LukeLin 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 享元模式(flyweight) 5 6 7 8 9 10 11 12 13 1116 1117 阅读全文
posted @ 2013-03-24 14:04 LukeLin 阅读(794) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <title>方法性能分析器</title> <meta charset="utf-8"></head><body><div id="list-container"></div> <script> function $(id){ return document.getElementById(id); }</script><script> // L 阅读全文
posted @ 2013-03-24 14:03 LukeLin 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 506 507 阅读全文
posted @ 2013-03-24 14:01 LukeLin 阅读(2130) 评论(0) 推荐(0) 编辑
摘要: 装饰者模式 阅读全文
posted @ 2013-03-24 14:01 LukeLin 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 314 315 阅读全文
posted @ 2013-03-24 14:00 LukeLin 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 811 812 阅读全文
posted @ 2013-03-24 13:59 LukeLin 阅读(795) 评论(0) 推荐(0) 编辑