上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 109 下一页
摘要: 连接mysql库报的异常信息: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is 阅读全文
posted @ 2019-11-25 15:54 陈彦斌 阅读(5009) 评论(0) 推荐(0)
摘要: 配置依赖项 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mave 阅读全文
posted @ 2019-11-25 15:04 陈彦斌 阅读(532) 评论(0) 推荐(0)
摘要: java接口文件 package com.cyb.ms.mapper; import org.apache.ibatis.annotations.Param; public interface AccountMapper { void update(@Param("name") String nam 阅读全文
posted @ 2019-11-25 14:43 陈彦斌 阅读(980) 评论(0) 推荐(1)
摘要: 问题描述 问题:HTTP 错误 404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求。 原因:Web 服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大小时30M)。 解决方法 web.config中,添加如下内容 <syste 阅读全文
posted @ 2019-11-20 10:37 陈彦斌 阅读(882) 评论(0) 推荐(0)
摘要: jdbcTemplate类的入门 方式一 POM.XML <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati 阅读全文
posted @ 2019-11-18 00:13 陈彦斌 阅读(1050) 评论(0) 推荐(1)
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 109 下一页