摘要: http://gongyi.gmw.cn/2013-12/02/content_9662228_26.htmSystem.Object vs interfacehttp://developer.51cto.com/art/200908/147519.htmhttp://www.cnblogs.com/whitewolf/archive/2012/05/23/2514123.html 阅读全文
posted @ 2013-12-03 13:20 daishuguang 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Element, Data, Event, LogicData:-----------1. method 11 var obj = {2 name : "thinkpad",3 age: 24,4 say: function() {5 console.log("name: " + this.name + ", age: " + this.age);6 }7 };2. method 2 1 /* singleton */ 2 var objdata = (function() { 3 ... 阅读全文
posted @ 2013-12-03 11:38 daishuguang 阅读(231) 评论(0) 推荐(0) 编辑
摘要: HTTP PostForm Data:以明文提交的,因此要加密http://pajhome.org.uk/crypt/md5/index.html 阅读全文
posted @ 2013-12-03 02:37 daishuguang 阅读(172) 评论(0) 推荐(0) 编辑