[环境]Windows 7 / Windows Server 2008 [现象]在文件夹浏览器中不能显示图片缩略图. [错误信息]查系统日志,有如下消息:“模块shimgvw.dll已加载,但找不到入口点DllRegisterServer.(The module shimgvw.dll was loaded but the entry-point DllRegisterServer was not found.)”. [解决办法]打开Windows资源管理器,点击进入: 组织 > 文件夹和搜索选
在测试获取数据库中的数据或者在页面获取时,有时会遇到这样的错误提示: failed to lazily initialize a collection of role: com.exam.entity.Question.questionAnswer, no session or session was closed 其中com.exam.entity.Question.questionAnswer为错误的相关类名,根据实际情况而定. 从错误的字面意思可以发现是延迟加载初始化时遇到了问题. 从错误