上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 32 下一页
摘要: Expect the best. Prepare for the worst Capitalize onwhat comes抱最大的希望,做最坏的打算,从结果中学习 阅读全文
posted @ 2014-08-27 23:37 KyrieYang 阅读(159) 评论(0) 推荐(0)
摘要: document.onkeyup = function(event){ var event = event || window.event; alert(event.keyCode); } 阅读全文
posted @ 2014-08-27 09:16 KyrieYang 阅读(213) 评论(0) 推荐(0)
摘要: When life gets hard and you want to give up,remember thatlife is full of ups and downs, and without the downs,the upswould mean nothing当生活很艰难,你想要放弃的时候... 阅读全文
posted @ 2014-08-26 09:38 KyrieYang 阅读(235) 评论(0) 推荐(0)
摘要: The best way to predict your future is to create it预测未来的最好方式就是去创造它The best way to predict you future is to create it预测未来的最好方式就是去创造它The best way to pre... 阅读全文
posted @ 2014-08-25 08:23 KyrieYang 阅读(133) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-08-22 12:13 KyrieYang 阅读(226) 评论(0) 推荐(0)
摘要: 关于牛B的Jquery源头(function(){ //这里省略jQuery所有实现 })(); 1:无论你怎么去定义你的函数 JS解释器都会把它翻译成一个 Function对象2:那什么是Function? Function对象是javascript里面固有对象,所有的函数实际上都是一个 F... 阅读全文
posted @ 2014-08-22 10:57 KyrieYang 阅读(300) 评论(0) 推荐(0)
摘要: From now on, I'm gonna say yes--yes to love, yes to adventure, yes to life, whatever it maybe, the answer's going to be yes从今天起,我要积极接受一切,接受爱,迎接挑战,拥抱生活... 阅读全文
posted @ 2014-08-22 08:24 KyrieYang 阅读(316) 评论(0) 推荐(0)
摘要: 不管闭包是什么高深东西,首先先把它是什么神东东简单认识一下//闭包是指有权限访问另一个函数作用域中变量的函数 //在函数内部创建函数,使用到了外部变量,并且将此函数返回就形成了闭包 function Klass(){ var name; //getNa... 阅读全文
posted @ 2014-08-20 10:59 KyrieYang 阅读(317) 评论(0) 推荐(0)
摘要: Don't forget the things you once owned. Treasure the things you can't get. Don't give up the things that belong to you and keep those lost things in m... 阅读全文
posted @ 2014-08-13 15:06 KyrieYang 阅读(417) 评论(0) 推荐(0)
摘要: function PageUnloader() { //當用戶退出時是否需要拋出一個提示 this.UnloadTips = true; var _this = this; this.Init = function() { //當用戶退出時拋出一個提示 ... 阅读全文
posted @ 2014-08-13 14:05 KyrieYang 阅读(239) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 32 下一页