会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陈彦斌
生命在于分享,技术源于生命,学无止境!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
79
80
81
82
83
84
85
86
87
···
110
下一页
2019年11月26日
Ecplise设置全局编码为UTF-8
摘要: 简介 Eclipse工作空间(workspace)的缺省字符编码是操作系统缺省的编码,简体中文操作系统 (Windows XP、Windows 2000简体中文)的缺省编码是GB18030,Windows7/8/10的缺省编码是GBK,在此工作空间中建立的工程编码是GB18030或者GBK,工程中建
阅读全文
posted @ 2019-11-26 15:14 陈彦斌
阅读(289)
评论(0)
推荐(0)
2019年11月25日
.WrongArgumentException: Malformed database URL, failed to parse the connection string near ';characterEncoding=UTF-8&;serverTimezone=Asia/Shanghai'.)
摘要: 连接mysql库报的异常信息: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is
阅读全文
posted @ 2019-11-25 15:54 陈彦斌
阅读(5030)
评论(0)
推荐(0)
spring、mybatis、事务项目整合,附完整代码和数据库文件
摘要: 配置依赖项 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 陈彦斌
阅读(556)
评论(0)
推荐(0)
attempted to return null from a method with a primitive return type (int).
摘要: 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 陈彦斌
阅读(995)
评论(0)
推荐(1)
2019年11月20日
Ext.ux.UploadDialog上传大文件 HTTP 错误 413.1 - Request Entity Too Large Web 服务器拒绝为请求提供服务,因为该请求实体过大。Web 服务器无法为请求提供服务,因为它正尝试与客户证书进行协商,但请求实体过大。
摘要: 问题描述 问题:HTTP 错误 404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求。 原因:Web 服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大小时30M)。 解决方法 web.config中,添加如下内容 <syste
阅读全文
posted @ 2019-11-20 10:37 陈彦斌
阅读(890)
评论(0)
推荐(0)
上一页
1
···
79
80
81
82
83
84
85
86
87
···
110
下一页
公告