logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

angular通过$http与服务器通信

http://www.cooklife.cn/detail/54c5044ec93620284e964b58#Viewangular是一个前端框架,实现了可交互式的页面,但是对于一个web应用,页面上进行展示的数据从哪里来,肯定需要服务端进行支持,那么angular是如何同服务端进行交互的呢?$httpangular提供了$http服务来同服务端进行通信,$http服务

#angular#http
Object.observe()

Object.observe()简介This is an experimental technology, part of the Harmony (ECMAScript 7) proposal. Because this technology's specification has not stabilized, check the compatibility table for

spring mvc基本配置

最近闲得蛋疼,晚上回家了解了解spring mvc1.关于spring mvc的配置spring mvc的入口是一个servlet,在项目描述文件web.xml中配置mvcServletorg.springframework.web.servlet.DispatcherServletmvcServlet/这里url-pattern配置为"/“会响应所有的请

到底了