
开发中的问题
KimHiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse+tomcat访问404
在eclipse oxygen中配置完tomcat7,访问localhost:8080出现404 原因:eclipse会默认创建一个属于当前空间的tomcat,而不是用我们安装的。 具体原因不太懂,在此向你们请教。 我的解决是:原创 2017-04-22 11:04:49 · 287 阅读 · 0 评论 -
servlet接收POST提交的中文传入数据库后乱码
问题:servlet接收POST提交的中文,控制台显示正常,但数据库显示乱码。原创 2017-06-10 08:42:40 · 916 阅读 · 0 评论 -
windows下使用sqlplus / as sysdba报错,01031 insufficient privileges
系统:windows8.1 软件:Oracle 11 问题:sqlplus / as sysdba 提示权限不足,error 01031 insufficient privileges;原创 2017-07-03 20:55:59 · 754 阅读 · 0 评论 -
JackSon将json串转成List<Object>,异常com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingException: No suitable constructor found for type [simple type, class com.oliver.bean.User]: can not instantiate from JSON object (need to add/enable type information?)原创 2017-07-13 22:13:59 · 5301 阅读 · 0 评论 -
DB2问题:No start database manager command was issued
DB2在启动或连接数据库时提示如下错误:No start database manager command was issued原创 2017-12-09 14:24:04 · 9037 阅读 · 0 评论 -
Idea Database窗口连接MySQL8.0报错
报错信息: java.lang.RuntimeException: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You mus...原创 2019-08-11 19:13:58 · 1526 阅读 · 0 评论