- 博客(10)
- 收藏
- 关注
原创 Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'config-info' in value.
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.Application run failed.是不是超级绝望,忙了一整天,最后发现漏了一个空格哎...
2020-03-26 17:31:01 2038 5
原创 Error creating bean with name 'entityManagerFactoty' defined in class path resource [applicationCont
在使用spring Data JPA 的hibernate框架操作数据库时出现以下错误Error creating bean with name ‘entityManagerFactoty’ defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested excep...
2020-03-05 22:15:05 450
转载 SpringBoot 中常用注解@PathVaribale/@RequestParam/@GetMapping介绍
本篇博文将介绍几种如何处理url中的参数的注解@PathVaribale/@RequestParam/@GetMapping。其中,各注解的作用为:@PathVaribale 获取url中的数据@RequestParam 获取请求参数的值@GetMapping 组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写@PathVaribal...
2020-03-02 22:12:34 533
原创 Cause: java.sql.SQLException: ORA-00933: SQL 命令未正确结束
ssm项目使用Mybatis的PageHelper的插件后运行报错HTTP Status 500 – Internal Server ErrorType Exception ReportMessage Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException:...
2020-02-28 17:51:05 1900 1
原创 ORA-12514: TNS:listener does not currently know of service requested in connect
今天启动连接Oracle的PLSQL时突然报错ORA-12514: TNS:listener does not currently know of service requested in connect这是因为listener.ora文件出现了问题,打开你安装oracle目录下的的listener.ora文件,我是安装在虚拟机上的找到这样一段配置:SID_LIST_LISTENER =...
2020-02-28 11:12:16 1214 1
原创 注解@DateTimeFormat无效400
在使用注解@DateTimeFormat转换数据时报错400,注解无效不起作用@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")其实是pom.xml文件没有加入该注解的依赖: <dependency> <groupId>joda-time</groupId> <a...
2020-02-27 22:07:06 1708 1
原创 PLSQL中文乱码显示(????)
PLSQL插入中文都是显示????,不要慌,一步搞定。PLSQL客户端使用的编码和服务器端编码不一致,插入中文时就会出现乱码。1.查看服务器端编码select userenv(‘language’) from dual;我查到的结果为:AMERICAN_AMERICA.ZHS16GBK2.执行语句 select * from V$NLS_PARAMETERS查看第一行中PARAMETE...
2020-02-27 11:28:42 3218
原创 TortoiseSVN的bin目录下面没有svn.exe
在使用svn作为idea的版本控制工具时,配置subversion的时候,在TortoiseSVN(小乌龟)的bin目录下面没有svn.exe。原因是安装TortoiseSVN的时候没有勾选指定安装项。解决办法:找到安装包双击安装,选择modify,如图然后下拉打红叉的下拉框 勾选command line client tools项,这时候红叉会像其他安装选项一样是个小方盒,如图然后一...
2020-02-25 22:33:39 2104 2
原创 前端网页静态页面出现${}jstl标签
明明控制台可以输出从数据库拿到并返回的值,但是用jstl标签在页面上无法输出,jstl的jar包也导入了,如图其实是小问题,是当前页面默认忽略了jstl标签,所以不能使用,只要在页面最上层的代码加入一个属性就行了,如图isELIgnored="true"...
2020-02-24 17:53:53 405
翻译 HTTP Status 500 – Internal Server Error
在IDEA上部署了两个服务器在它们之间跨服务器传输文件,结果上传时网页报如下错误。Type Exception ReportMessage Request processing failed; nested exception is com.sun.jersey.api.client.UniformInterfaceException: PUT http://localhost:9090/up...
2020-02-23 21:28:22 2295 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人