摘要: 1.说说SpringMVC的流程? ①SpringMvc会请所有的请求提交给DispathService,它会委托给用户程序的其他模块进行行真正的处理工作。 ②DispathService查询一个后多个HandelMapper,找到目标给Controller。 ③DispathService提交给目 阅读全文
posted @ 2018-04-11 16:38 南城。 阅读(215) 评论(0) 推荐(0)
摘要: function del(id){ $.ajax({ url:"http://127.0.0.1:8080/SSM/goods/del", data:"id="+id, //data:"id="+id+"&name="+name,多个参数 type:"post", success:function( 阅读全文
posted @ 2018-04-11 14:47 南城。 阅读(76) 评论(0) 推荐(0)
摘要: @Autowired private Producer captchaProducer = null; /** * 后台登录验证码 * @param request * @param response * @param name * @throws IOException */ @RequestMa 阅读全文
posted @ 2018-04-11 14:16 南城。 阅读(574) 评论(0) 推荐(1)
摘要: package com.coingod.controller; import java.io.IOException;import java.io.PrintWriter;import java.util.Date;import java.util.List; import javax.servle 阅读全文
posted @ 2018-04-11 14:15 南城。 阅读(530) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2017-04-12 22:19 南城。 阅读(175) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2017-04-12 22:18 南城。 阅读(104) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2017-04-12 22:17 南城。 阅读(141) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Windows.F 阅读全文
posted @ 2017-04-12 22:14 南城。 阅读(96) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace WindowsFor 阅读全文
posted @ 2017-04-12 22:14 南城。 阅读(127) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Windows.F 阅读全文
posted @ 2017-04-12 22:13 南城。 阅读(143) 评论(0) 推荐(0)