SQL 根据A分组 拼接B

摘要: SELECT A, to_char(WM_CONCAT(B)) AS allB FROM TB GROUP BY A; 阅读全文
posted @ 2019-10-09 16:24 宝叔恩恩爸 阅读(173) 评论(0) 推荐(0)

java笔记

摘要: 1.注意error最后错误,注意jar包版本变动引来的错误; 2.接口实现类@Service注解;Controller层@Controller注解; 3.jsp页面间跳转,需要在Controller层 [java] view plain copy [java] view plain copy [ja 阅读全文
posted @ 2018-06-05 11:19 宝叔恩恩爸 阅读(107) 评论(0) 推荐(0)

mybatis自定义方法的实现

摘要: https://blog.csdn.net/hji7365039/article/details/77745632 https://blog.csdn.net/liudongdong0909/article/details/52427967?locationNum=2&fps=1 阅读全文
posted @ 2018-05-04 10:02 宝叔恩恩爸 阅读(275) 评论(0) 推荐(0)

mybatis generatorConfig.xml 配置

摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://my 阅读全文
posted @ 2018-05-02 21:35 宝叔恩恩爸 阅读(148) 评论(0) 推荐(0)

idea 配置SSH

摘要: http://wenku.baidu.com/link?url=EO10jmanw5Uc010S2fpc6okj_ftox3HuaEOu0wB02JI_8YUsP-cL81SS03xsjV0u9YQJYKhXm2lrJpWvJHP2jB5oaoS7cBJu_SC8NWBuB9K 控制spring版本 阅读全文
posted @ 2017-02-14 16:32 宝叔恩恩爸 阅读(149) 评论(0) 推荐(0)

java项目移植出现的错误

摘要: 在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,如图所示: 修改java 还有apache 版本 重新build path http://blog.csdn.net/chszs/article/det 阅读全文
posted @ 2017-01-19 10:08 宝叔恩恩爸 阅读(62) 评论(0) 推荐(0)

web_api vs2015 新加标题无法打开

摘要: HomeController 去掉特性[Authorize] 阅读全文
posted @ 2017-01-09 23:53 宝叔恩恩爸 阅读(60) 评论(0) 推荐(0)

vs2015_webapi_Genymotion

摘要: Genymotion 模拟器安装Andriod 6.00 Wife 不会在动运行要手动连接. webapi发布后静态网页空白: HTTP错误,静态内容勾选. VS2015 工具_NUT管理 下载包确认包最新. 阅读全文
posted @ 2017-01-08 16:52 宝叔恩恩爸 阅读(569) 评论(0) 推荐(0)