随手记录下今天在thinkphp3.2.3中遇到的错误SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.file_info' doesn't exist,之前用pdo连接数据库一直没有问题,今天突然发现报了上述错误,查看了别人的解决方法,都没有解决,后来看了下之前的表名都是小写的,我现在的表名是"file_Info",改为"file_info"后就不报异常了…
在运行Hibernate Hello World程序的时候,抛如下错误: Exception in thread "main" org.hibernate.exception.LockAcquisitionException : Could not open connection at org.hibernate.exception.internal.SQLStateConversionDelegate.convert( SQLStateConversionDelegate.java:…
The file “XXX” couldn’t be opened because you don’t have permission to view it.解决方法: 解决方法:直接点击Xcode -> Preferences ->找到DerivedData删除即可. Snip20151215_27.png 删除缓存: Snip20151215_26.png…
MyEclipse下面的server窗口突然不能正常显示了,而且还显示Could not create the view: An unexpected exception was thrown(无法创建视图:引发意外异常)(Eclipse也可能出现这种情况),下面还有空指针异常,点击Details会显示一条长长的异常链.(当时没有截图,再模拟不出来了) 出现此状况的原因,没有正常的关闭编译器或者电脑,导致编译器非正常退出,生成了错误文件. 解决方法: 点击Details查看异常信息,一般异常出现…
MyEclipse Server view报错解决方法 方法/步骤 启动MyEclipse,弹出一个框,报错. -------------------------------------------------------------------------------- Errors occurred during the build. Errors running builder 'DeploymentBuilder' on project 'SeNT-DL'. java.lang.…