摘要:
forEach遍历map集合 由xml解析出类名和方法名执行该方法: HelloAction类: 对应的xml文件: 执行过程: 阅读全文
摘要:
1.HttpServletRequest概述 我们在创建Servlet时会覆盖service()方法,或doGet()/doPost(),这些方法都有两个参数,一个为代表请求的request和代表响应response。 service方法中的request的类型是ServletRequest,而do 阅读全文
摘要:
因为127.0.0.1是你本机默认的ip地址,而localhost是ip地址的一个映射 查看配置 C:\Windows\System32\drivers\etc\hosts 当然你也可以配置其他的ip地址例如你把淘宝的ip地址配置如下图:你就再也访问不到淘宝了 阅读全文
摘要:
ng-bind-html:一般搭配 $sce.trutsAsResourceUrl $sce.trutsAsHtml 阅读全文
摘要:
http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html 阅读全文