上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 118 下一页
摘要: MessageOperation最核心的在于Operation只要关心Operation就可以了,Operation只有Input, Output没有其他内容,是相对固定的。只要关心一下Input, Output就可以了。 至于Message,它的变化会相对多一点,Message引用的Sche... 阅读全文
posted @ 2015-01-22 10:24 daishuguang 阅读(153) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ms996486.aspxhttp://msdn.microsoft.com/en-us/library/aa468565.aspxhttp://www.cnblogs.com/hujian/p/3497127.html... 阅读全文
posted @ 2015-01-20 21:42 daishuguang 阅读(139) 评论(0) 推荐(0) 编辑
摘要: xmlns与targetNamespacexmlns与targetNamespacehttp://blog.sina.com.cn/weatry在使用XML Schema生成XML文件时,我们常常会在一个元素中看到xmlns和targetNamespace这两个属性,它们可以在任何一个XML元素上使... 阅读全文
posted @ 2015-01-19 19:09 daishuguang 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: xml是基础,SOAP, WSDL. 阅读全文
posted @ 2015-01-19 16:24 daishuguang 阅读(162) 评论(0) 推荐(0) 编辑
摘要: WSDL彻底理解webservice SOAP WSDLWSDL 详解http://www.cnblogs.com/hujian/p/3494064.htmlhttp://www.cnblogs.com/hujian/p/3497127.html使用 WSDL 部署 Web 服务: 第 1 部分使用... 阅读全文
posted @ 2015-01-18 18:24 daishuguang 阅读(429) 评论(0) 推荐(0) 编辑
摘要: Web包含的范围比较广,JS只是代码逻辑而已。Web比如HTTP Message, SOAP Message, 浏览器流程,工具等。不仅仅是代码。 阅读全文
posted @ 2015-01-17 18:41 daishuguang 阅读(166) 评论(0) 推荐(0) 编辑
摘要: HTTP Message / SOAP MessageHTTP Message ===>包括Request, Response。我们主要关注的是 HTTP Message,这样子包含的范围会更大一些。 阅读全文
posted @ 2015-01-17 17:15 daishuguang 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Understanding SOAP 阅读全文
posted @ 2015-01-16 10:45 daishuguang 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2010/04/using_this_keyword_in_javascript.htmlhttp://www.cnblogs.com/philzhou/p/3282216.htmlhttp://www.cnblogs.com/justa... 阅读全文
posted @ 2015-01-15 16:15 daishuguang 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Having V8 as the JavaScript engine for the new web view, the JavaScript performance if much better, besides general performance on CSS thanks to hardw... 阅读全文
posted @ 2015-01-15 15:04 daishuguang 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 理解WebKit和Chromium: Android 4.4 上的Chromium WebView 阅读全文
posted @ 2015-01-15 14:41 daishuguang 阅读(175) 评论(0) 推荐(0) 编辑
摘要: JavaScript高级应用与实践 阅读全文
posted @ 2015-01-14 18:24 daishuguang 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 谈谈我遇到的前端的一些神奇面试题1.xmlhttp.setRequestHeader("requestName", "roboce");should place before xmlhttp.open();2.getElementsByClassName3.#!--->google SEO 阅读全文
posted @ 2015-01-13 11:01 daishuguang 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 部分Dojo常用函数简介(三)——页面生命周期及DOM相关常用函数 阅读全文
posted @ 2015-01-13 10:08 daishuguang 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Web阻塞加载,异步加载。延迟执行,立即执行。加载并执行,不要调用代码。加载并执行时会调用代码,但是加载并执行时不要调用代码,否则会改变逻辑。上面是Web流程,JS只是web的一部分。如果关注js的流程,则涉及到js代码,就是代码逻辑。重心不是js,而是Web,Web才是灵魂。Web--------... 阅读全文
posted @ 2015-01-12 20:52 daishuguang 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 118 下一页