摘要: package xxx.xxx.xxxx.controller;@Controller@RequestMapping("/manage")public class TestJavaRedirectController { @RequestMapping("/ManageUser") public S 阅读全文
posted @ 2017-03-03 17:08 Ming明 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 第一种方式:注解也是开发中最常见的一种方式(明显看出自己所传递的参数,) DAO类中的方法函数 Public User selectUser(@param("userName")Stringname,@param("userArea")String area); 对应的Mapper.xml语句 <s 阅读全文
posted @ 2017-03-03 11:22 Ming明 阅读(899) 评论(0) 推荐(0) 编辑
摘要: concat:数据库中拼接字符串方法 distinct :消除重复行 group by:分组排序 方法1; select distinct function_name,function_module,function_url,date from agent_function where concat 阅读全文
posted @ 2017-03-01 17:33 Ming明 阅读(3513) 评论(0) 推荐(0) 编辑