会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
海小农
博客园
首页
新随笔
联系
订阅
管理
2019年7月23日
ORA-12514 TNS 监听程序当前无法识别连接描述符中请求服务
摘要: 今天使用sql developer 新建连接数据库测试时,有”状态: 失败 -测试失败: Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently know
阅读全文
posted @ 2019-07-23 11:27 海小农
阅读(21939)
评论(0)
推荐(0)
2019年3月25日
Hibernate中连接数据库的配置
摘要: Hibernate连接数据库的配置 实体类的映射文件 连接数据库的配置文件: 完整的配置: Driver_class: Dialect: 一定要把.class删掉。 show_sql: 显示SQL语句; 必须要添加mapping标签,因为框架读配置文件的时候只会读一个,读配置文件,不会读映射文件,所
阅读全文
posted @ 2019-03-25 14:11 海小农
阅读(3099)
评论(0)
推荐(0)
2019年3月24日
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
摘要: Struts2未配置Log4j2.xml报错 Log4j2.xml中的配置 log4j的jar包:log4j-core-2.7.jar log4j2只支持xml和json两种格式的配置,所以配置log4j.properties时,是没有作用的。 参考文档: 1):https://blog.csdn.
阅读全文
posted @ 2019-03-24 21:18 海小农
阅读(5545)
评论(0)
推荐(0)
公告