上一页 1 ··· 220 221 222 223 224 225 226 227 228 ··· 400 下一页
摘要: http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.html 学习Javascript,最难的地方是什么? 我觉得,Object(对象)最难。因为Javascript的Object模型很独特, 阅读全文
posted @ 2019-07-03 23:55 ChuckLu 阅读(594) 评论(0) 推荐(0)
摘要: http://www.ruanyifeng.com/blog/2011/06/designing_ideas_of_inheritance_mechanism_in_javascript.html http://blog.vjeux.com/2011/javascript/how-prototypa 阅读全文
posted @ 2019-07-03 23:44 ChuckLu 阅读(138) 评论(0) 推荐(0)
摘要: __proto__ VS. prototype in JavaScript http://dmitrysoshnikov.com/ecmascript/javascript-the-core/#a-prototype-chain __proto__ is the actual object that 阅读全文
posted @ 2019-07-03 23:33 ChuckLu 阅读(195) 评论(0) 推荐(0)
摘要: ClientScriptManager.RegisterClientScriptBlock Method 这个方法不能在Render方法里面使用,但是可以在PreRender中使用 最好是放到OnLoad方法中,比较统一 阅读全文
posted @ 2019-07-03 19:12 ChuckLu 阅读(327) 评论(0) 推荐(0)
摘要: autoUpload By default, files added to the widget are uploaded as soon as the user clicks on the start buttons. To enable automatic uploads, set this o 阅读全文
posted @ 2019-07-02 19:29 ChuckLu 阅读(1216) 评论(0) 推荐(0)
摘要: 在jquery.ui.widget.js中bridge处打上断点,查看instance内容 instance.options.processQueue 阅读全文
posted @ 2019-07-02 16:53 ChuckLu 阅读(293) 评论(0) 推荐(0)
摘要: How do I add a simple onClick event handler to a canvas element? When you draw to a canvas element, you are simply drawing a bitmap in immediate mode. 阅读全文
posted @ 2019-07-02 15:11 ChuckLu 阅读(356) 评论(0) 推荐(0)
摘要: 在class上绑定的事件,点击图片的时候无法触发 阅读全文
posted @ 2019-07-02 14:48 ChuckLu 阅读(869) 评论(0) 推荐(0)
摘要: https://github.com/ChuckForkJS/jQuery-File-Upload/blob/master/js/jquery.fileupload-image-editor.js 先触发了jquery.fileupload-image.js中的resizeImage方法 阅读全文
posted @ 2019-07-02 14:19 ChuckLu 阅读(452) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2221658/whats-the-difference-between-head-and-head-in-git Rules of thumb Use ~ most of the time — to go back a num 阅读全文
posted @ 2019-07-02 13:26 ChuckLu 阅读(365) 评论(0) 推荐(0)
上一页 1 ··· 220 221 222 223 224 225 226 227 228 ··· 400 下一页