会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MYHTML
博客园
首页
新随笔
联系
订阅
管理
2017年10月30日
Could not obtain transaction-synchronized Session for current thread 解决办法
摘要: 在整合springMVC与hibernate时,DAO层在getCurrentSession()时报错: HTTP Status 500 - Request processing failed; nested exception is org.hibernate.HibernateException
阅读全文
posted @ 2017-10-30 13:28 MYHTML
阅读(5835)
评论(0)
推荐(2)
2014年11月22日
关于JS中的constructor与prototype<转>
摘要: 在学习JS的面向对象过程中,一直对constructor与prototype感到很迷惑,看了一些博客与书籍,觉得自己弄明白了,现在记录如下: 我们都知道,在JS中有一个function的东西。一般人们叫它函数。比如下面的代码js代码:function Person(name) { ale...
阅读全文
posted @ 2014-11-22 21:31 MYHTML
阅读(198)
评论(0)
推荐(0)
公告