上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: var currentMoney =Math.round((_memberCurrentPoints/_pointVsMoney)*Math.pow(10,2))/Math.pow(10,2) * 2; $("#currentMoney").text(parseInt(currentMoney)); if(_memberCurrentPoin... 阅读全文
posted @ 2016-10-14 15:05 小啊菜鸡 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: spring 阅读全文
posted @ 2016-10-01 23:46 小啊菜鸡 阅读(168) 评论(0) 推荐(0) 编辑
摘要: spring 阅读全文
posted @ 2016-10-01 23:45 小啊菜鸡 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 前几篇文章对springmvc讲解的很清楚,大家看下,有问题,我们再一起讨论. 其实springmvc最为重要是它的运行流程,接着,我们来分析一下,其运行过程,废话不多说,看图说话: 分析如下: 1,用户发起请求到前端控制器(DispatchService) 2,前端控制器通过HandlerMapp 阅读全文
posted @ 2016-10-01 23:34 小啊菜鸡 阅读(320) 评论(0) 推荐(0) 编辑
摘要: spring 框架简述: http://www.cnblogs.com/ToBeAProgrammer/p/5230065.html http://www.cnblogs.com/ToBeAProgrammer/p/5260624.html 阅读全文
posted @ 2016-10-01 23:11 小啊菜鸡 阅读(181) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shaobingj126/article/details/50585035 阅读全文
posted @ 2016-09-28 15:50 小啊菜鸡 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 占位符: 阅读全文
posted @ 2016-09-27 23:46 小啊菜鸡 阅读(438) 评论(0) 推荐(0) 编辑
摘要: @RequestParam是传递参数的. @RequestParam用于将请求参数区数据映射到功能处理方法的参数上。 在url中输入:localhost:8080/**/?userName=zhangsan 请求中包含username参数(如/requestparam1?userName=zhang 阅读全文
posted @ 2016-09-27 16:25 小啊菜鸡 阅读(63857) 评论(0) 推荐(0) 编辑
摘要: 概述 继 Spring 2.0 对 Spring MVC 进行重大升级后,Spring 2.5 又为 Spring MVC 引入了注解驱动功能。现在你无须让 Controller 继承任何接口,无需在 XML 配置文件中定义请求和 Controller 的映射关系,仅仅使用注解就可以让一个 POJO 阅读全文
posted @ 2016-09-27 11:52 小啊菜鸡 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 首先,我们先写一个入门小案例,先熟悉一下springmvc是什么,了解一下springmvc的运行流程,对加强springmvc的深层理解有很大帮助 .第一步,创建一个maven项目: 在浏览器输入:http://localhost:8080/myspring-demo/hello.do 效果如图所 阅读全文
posted @ 2016-09-26 16:07 小啊菜鸡 阅读(8089) 评论(4) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页