摘要:
Web Service基本概念 Web Service也叫XML Web Service WebService是一种可以接收从Internet或者Intranet上的其它系统中传递过来的请求,轻量级的独立的通讯技术。是:通过SOAP在Web上提供的软件服务,使用WSDL文件进行说明,并通过UDDI进 阅读全文
摘要:
在JavaScript开发中,被人问到:null与undefined到底有啥区别? 一时间不好回答,特别是undefined,因为这涉及到undefined的实现原理。 总所周知:null == undefined 但是:null !== undefined 那么这两者到底有啥区别呢? null 这 阅读全文
摘要:
在JavaScript开发中,被人问到:null与undefined到底有啥区别? 一时间不好回答,特别是undefined,因为这涉及到undefined的实现原理。 总所周知:null == undefined 但是:null !== undefined 那么这两者到底有啥区别呢? null 这 阅读全文