- 博客(10)
- 资源 (3)
- 问答 (2)
- 收藏
- 关注
转载 SpringBoot环境下thymeleaf 热部署 (界面自动刷新 )
1. 修改pom.xml<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <...
2020-03-15 17:48:07
1527
转载 Mybatis:resultMap的使用总结
Mybatis的介绍以及使用:http://www.mybatis.org/mybatis-3/zh/index.htmlresultMap是Mybatis最强大的元素,它可以将查询到的复杂数据(比如查询到几个表中数据)映射到一个结果集当中。resultMap包含的元素:<!--column不做限制,可以为任意表的字段,而property须为type 定义的pojo属...
2019-10-23 09:20:28
229
转载 Oracle行转列、列转行的Sql语句总结
Oracle行转列、列转行的Sql语句总结 - Oracle数据库栏目 - 红黑联盟https://www.2cto.com/database/201501/367164.html
2019-09-03 11:14:19
160
转载 mybatis 中in的使用
1. 当查询的参数只有一个时findByIds(List<Long> ids)1.a 如果参数的类型是List, 则在使用时,collection属性要必须指定为 list<select id="findByIdsMap" resultMap="BaseResultMap"> Select <include refid="Ba...
2019-06-28 08:54:41
578
原创 java如何判断是微信扫描支付还是支付宝扫描支付
@RequestMapping("/pay")public String pay(HttpServletRequest request, HttpServletResponse response){ String userAgent = request.getHeader("user-agent"); if (userAgent != null && userA...
2018-12-27 09:09:24
2786
原创 jquery EasyUI combobox 下拉框点击文本框没有值
我在网找了很多的资料 ,都和我的问题有出入,后来我查看网页的源码才发现 我是实体类的id没有出来导致下拉框点击算不中值,
2018-12-24 09:46:19
1119
原创 java.sql.SQLException: SELECT command denied to user 'wzhpingsheng'@'127.0.0.1' for table 'table_adm
java.sql.SQLException: SELECT command denied to user 'wzhpingsheng'@'127.0.0.1' for table 'table_admin_name'at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975)at com.mysql.jdbc.MysqlIO.s
2016-03-24 10:51:59
2470
原创 session 监听器报错 谢谢
11-25 16:40:59 org.apache.catalina.session.StandardSession expire严重: Session event listener threw exceptionjava.lang.NullPointerException at org.brickingdom.door.service.impl.UsersServiceImpl.up
2013-11-25 16:58:12
2620
Nutch2.4+IDEA 在Windows10环境进行二次开发
2022-03-02
Nutch2.4+IDEA 在Windows10环境进行二次开发
2022-02-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1