2018年7月30日

摘要: 当出现前端传来的数据出现中文乱码的问题时,就修改Servers中的server.xml中的<Connector>标签,在 <Connector>标签中添加 URIEncoding="utf-8"就可以解决中文乱码的问题 加了URIEncoding="utf-8",从前台传过来的值就不会出现乱码问题。 阅读全文
posted @ 2018-07-30 15:09 驻马店的程序员 阅读(4207) 评论(0) 推荐(0)

2018年7月26日

摘要: 出现这个错误就是因为我的Timestamp的包导错了,应该使用的是(sql包)import java.sql.Timestamp; 阅读全文
posted @ 2018-07-26 14:42 驻马店的程序员 阅读(6034) 评论(1) 推荐(0)

2018年6月6日

摘要: HTML页面 <input class="u-input" type="text" placeholder="用户账号" id="username" /> <input class="u-pass" type="password" id="password" /> <input type="chec 阅读全文
posted @ 2018-06-06 15:00 驻马店的程序员 阅读(1401) 评论(0) 推荐(0)