上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 118 下一页
摘要: JS API(DOM/PhoneGap/Cordova/NodeJS/Library/Android/MongoDB....)最基础,可以看懂一行代码。------->JS OOP, JS语法核心,与API无关。可以看懂一段代码。------->这个阶段是代码加载并执行,但是不调用.--------... 阅读全文
posted @ 2015-01-12 19:37 daishuguang 阅读(383) 评论(0) 推荐(0) 编辑
摘要: prototype只有function才有的属性。var a = function() { this.age = 12; this.name = "haha"; };a.prototype = { address: "shanghai", price:13 };/... 阅读全文
posted @ 2015-01-12 19:20 daishuguang 阅读(224) 评论(0) 推荐(0) 编辑
摘要: JS API-->DOM/PoneGap/Cordova/Android/NodeJSJS OOP 阅读全文
posted @ 2015-01-12 14:44 daishuguang 阅读(185) 评论(0) 推荐(0) 编辑
摘要: HTTPS的七个误解Top 7 Myths about HTTPS 阅读全文
posted @ 2015-01-12 14:19 daishuguang 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://www.net.cn/promotion/domain-newbuy/?utm_campaign=AD117&utm_source=google&utm_medium=remarketing&gclid=CI3f68bWi8MCFUNvvAoddgMAeg 阅读全文
posted @ 2015-01-11 17:58 daishuguang 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 一、变量的作用域要理解闭包,首先必须理解Javascript特殊的变量作用域。变量的作用域无非就是两种:全局变量和局部变量。Javascript语言的特殊之处,就在于函数内部可以直接读取全局变量。Js代码 var n=999; function f1(){ alert(n); } f1... 阅读全文
posted @ 2015-01-11 16:43 daishuguang 阅读(168) 评论(0) 推荐(0) 编辑
摘要: sao/i18n/message/Messages-Client.xmlMessages-Server.xmlsao/wsdlVerification.wsdlIProcessService.wsdl 阅读全文
posted @ 2015-01-11 15:18 daishuguang 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Single page apps in depth 阅读全文
posted @ 2015-01-10 03:54 daishuguang 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Notepad++中常用的插件Notepad++实用插件分享otepad++前端开发常用插件介绍 阅读全文
posted @ 2015-01-10 03:31 daishuguang 阅读(298) 评论(0) 推荐(0) 编辑
摘要: create-html5-canvas-javascript-drawing-app 阅读全文
posted @ 2015-01-10 03:15 daishuguang 阅读(141) 评论(0) 推荐(0) 编辑
摘要: large-scale-javascript-applicationbuilding-large-scale-javascript-application 阅读全文
posted @ 2015-01-10 03:12 daishuguang 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Isomorphic JavaScript: The Future of Web AppsAt Airbnb, we’ve learned a lot over the past few years while building rich web experiences. We dove into ... 阅读全文
posted @ 2015-01-10 03:06 daishuguang 阅读(260) 评论(0) 推荐(0) 编辑
摘要: HOWTO: Create native-looking iPhone/iPad applications from HTML, CSS and JavaScriptThough it's not widely known, you can write native-feeling iOS apps... 阅读全文
posted @ 2015-01-10 03:04 daishuguang 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_65dc2cc80101cvzw.html解决GoAgent打开https网站SSL证书错误(安全证书不受信任) 阅读全文
posted @ 2015-01-10 01:20 daishuguang 阅读(317) 评论(0) 推荐(0) 编辑
摘要: http://www.sharejs.com/codes/javascript/8178HTML文件代码如下Retrieve data from XML fileStatus:Status text:Response:Get XML data//该代码片段来自于: http://www.sharej... 阅读全文
posted @ 2015-01-08 23:03 daishuguang 阅读(859) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 118 下一页