会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
梦尽落花
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2016年7月20日
百度地图errorcode: 230 uid: -1 appid -1 msg: APP Scode码校验失败
摘要: 最近要维护以前师兄的一个android项目,里面用到了百度地图,在我的机器上按照官网的方式获取的SHA1签名+包名申请ak; 然而就是报errorcode: 230 uid: -1 appid -1 msg: APP Scode码校验失败; 以下的解决办法,网上百度的,解决了,转自:http://t
阅读全文
posted @ 2016-07-20 20:32 梦尽落花
阅读(3189)
评论(0)
推荐(0)
2016年5月31日
fastjson转换包含date类型属性的对象时报错com.alibaba.fastjson.JSONException: For input string: "13:02:19"
摘要: 问题:time类型数据插入不进mysql数据库;调试的时候报如下错误: Caused by: java.lang.NumberFormatException: For input string: "13:02:19" Resolving exception from handler [public
阅读全文
posted @ 2016-05-31 10:16 梦尽落花
阅读(50500)
评论(1)
推荐(2)
2016年5月11日
HTTP Status 500 - Servlet.init() for servlet springmvc threw exception
摘要: 解决办法: 一:把jdk版本换成1.7 or 1.7以下 二:使用spring 4.0RELEASE及以上版本 type Exception report message Servlet.init() for servlet springMvc threw exception description
阅读全文
posted @ 2016-05-11 11:37 梦尽落花
阅读(17794)
评论(1)
推荐(1)
2016年4月26日
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported
摘要: 最后找到我的问题,springmvc配置文件中没加 <mvc:annotation-driven/> java代码: @RequestMapping(value="/requestJsonResposeJson",method=RequestMethod.POST,produces={"applic
阅读全文
posted @ 2016-04-26 20:32 梦尽落花
阅读(24070)
评论(0)
推荐(0)
2016年4月25日
myeclipse 报错:Set project compiler compliance settings to '1.5'
摘要: myeclipse 报错:Set project compiler compliance settings to '1.5' 解决方法:项目右击-->properties-->java compiler -->选择enabel project specific setting -->Compiler
阅读全文
posted @ 2016-04-25 14:37 梦尽落花
阅读(1774)
评论(0)
推荐(0)
2016年4月22日
Myeclipse安装svn插件
摘要: 1.下载SVN插件(http://subclipse.tigris.org) 2.我使用版本site-1.10.13-1.8.x.zip 3.解压到一个文件夹中D:\ProgramFiles\myeclipse2014\slc ,slc文件夹是自己建立一个文件夹,用于专门存放MyEclipse插件
阅读全文
posted @ 2016-04-22 17:05 梦尽落花
阅读(304)
评论(0)
推荐(0)
2016年4月21日
junit单元测试报错Failed to load ApplicationContext,但是项目发布到tomcat浏览器访问没问题
摘要: junit单元测试报错Failed to load ApplicationContext,但是项目发布到tomcat浏览器访问没问题,说明代码是没问题的,配置也没问题。开始时怀疑是我使用junit版本的问题,于是换版本,不管用;甚至一度怀疑是不是我的myeclipse没破解好,一度有卸了重装的冲动。
阅读全文
posted @ 2016-04-21 15:00 梦尽落花
阅读(16801)
评论(0)
推荐(0)
2016年4月20日
使用mybatis时,sql查出来的结果映射不进逆向工程生成的该模型
摘要: 为了逆向工程生成驼峰效果,我们会在两个单词中间加_,但是在mybatis中,写sql语句时,要加别名,使别名和你逆向工程生成的该数据模型里面的属性名一致,否则查出来的结果映射不进去。
阅读全文
posted @ 2016-04-20 20:48 梦尽落花
阅读(1708)
评论(0)
推荐(0)
2016年3月16日
整合mybatis时报错:Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]
摘要: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML sche
阅读全文
posted @ 2016-03-16 13:43 梦尽落花
阅读(24517)
评论(0)
推荐(1)
2016年3月2日
spring3+structs2整合hibernate4时报org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void sy.dao.impl.UserDaoImpl.setSessionFactory(org.hibernate.SessionFactory);
摘要: 今天在spring3+structs2整合hibernate4时报如下错误,一直找不到原因: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injec
阅读全文
posted @ 2016-03-02 19:30 梦尽落花
阅读(2393)
评论(2)
推荐(0)
上一页
1
2
3
4
5
下一页
公告