上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页
摘要: 转载:https://blog.kuangstudy.com/index.php/archives/481/ 一.SpringMVC和Ajax技术 1.介绍: AJAX = Asynchronous JavaScript and XML(异步的 JavaScript 和 XML)。 AJAX 是一种 阅读全文
posted @ 2020-02-20 23:55 All_just_for_fun 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 级别update classes and resources最低,restart最高, update classes and resources:改了html,css,js redeploy:改了后台Java代码 restart:改了服务器配置 阅读全文
posted @ 2020-02-20 23:31 All_just_for_fun 阅读(462) 评论(0) 推荐(2) 编辑
摘要: 转载:https://blog.kuangstudy.com/index.php/archives/480/ 一.SpringMVC的JSON讲解 1.什么是JSON JSON(JavaScript Object Notation, JS 对象标记) 是一种轻量级的数据交换格式,目前使用特别广泛。 阅读全文
posted @ 2020-02-20 21:52 All_just_for_fun 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.kuangstudy.com/index.php/archives/476/ 一.SpringMVC数据处理 1.数据处理的场景 前端数据传递给后端 提交的域名称和处理方法的参数名一致 提交的域名称和处理方法的参数名不一致 提交一个对象 后端数据传递给前端 通过Mod 阅读全文
posted @ 2020-02-20 17:28 All_just_for_fun 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 一.SpringMVC的结果跳转方式 1.有三种方式: ModelAndView 原生ServletAPI SpringMVC 无视图解析器 有视图解析器(重点) 2.ModelAndView 设置ModelAndView对象 , 根据view的名称 , 和视图解析器跳到指定的页面 . 页面 : { 阅读全文
posted @ 2020-02-20 15:19 All_just_for_fun 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 一.Spring MVC实现Controller的多种方法 主要有三种: 实现接口Controller定义控制器是较老的办法: 缺点是:一个控制器中只有一个方法,如果要多个方法则需要定义多个Controller;定义的方式比较麻烦; 使用注解@Controller:(重点) 注解方式是平时使用的最多 阅读全文
posted @ 2020-02-20 01:49 All_just_for_fun 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/achenyuan/article/details/72786759 转载:https://www.cnblogs.com/alter888/p/9083963.html 一.Spring使用的注解大全 注解解释 @Controller 组合注解(组 阅读全文
posted @ 2020-02-20 01:37 All_just_for_fun 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/duanwandao/p/9855229.html 请求转发和重定向 request.setAttribute("test","hello"); request.getRequestDispatcher("/test.jsp").forword( 阅读全文
posted @ 2020-02-20 00:14 All_just_for_fun 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/zeephom/article/details/79607173 jsp向servlet传值大致有这么几种情况。1.1第一种超链接,在href='servletAction?id=xxx' 1.2第二种form表单提交,当点击submit时,acti 阅读全文
posted @ 2020-02-20 00:12 All_just_for_fun 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.kuangstudy.com/index.php/archives/311/ 转载:https://blog.kuangstudy.com/index.php/archives/318/ 一.什么是SpringMVC 1.概述 Spring MVC是Spring Fr 阅读全文
posted @ 2020-02-19 14:45 All_just_for_fun 阅读(1150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页