项目一直报这个错误,网上也搜了很多相关的,有的说 hql 查询语句和 实体类没有对应起来,可是我的都对应了,还是不知道问题在哪。上代码 public List findMySurveys(User user) { String hql = "from Survey s j...
分类:
Web程序 时间:
2015-01-18 00:48:53
阅读次数:
315
这篇文章主要介绍了PHP缓存机制Output Control,需要的朋友可以参考下 在php5.2版本的配置中,默认output_buffering为关闭状态,因此运行下面三行代码将会出现一个警告: Warning: Cannot modify header information - header...
分类:
Web程序 时间:
2015-01-17 22:12:35
阅读次数:
172
因为做Zip和Rar解析的时候,找到了mucommander工具,可将其jar包导入项目里执行发现报:类型转换错误,org.apache.commons.logging.impl.Log4JLogger cannot be cast to org.apache.commons.logging.imp...
分类:
其他好文 时间:
2015-01-17 15:06:18
阅读次数:
204
这篇文章主要介绍了SQL Server 2012无法连接到WMI提供程序(Cannot connect to WMI provider)解决方案,需要的朋友可以参考下今天一位同事在启动自己工作机的SQL Server 2012配置管理器时遇到如下报错:?1234无法连接到 WMI 提供程序。您没有权...
分类:
数据库 时间:
2015-01-17 13:48:35
阅读次数:
201
由于业务需要,同一项目中的前端代码放在静态环境中,而后端代码放在tomcat中,但此时问题却出现了:前端使用ajax请求后端获取数据时出现如下报错1 XMLHttpRequest cannot load http://b.domain.com. No 'Access-Control-Allow-Or...
分类:
其他好文 时间:
2015-01-16 16:09:25
阅读次数:
255
新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati...
分类:
其他好文 时间:
2015-01-16 14:26:08
阅读次数:
233
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.
因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。
会出现这样的冲突消息
3D52FCFF...
分类:
其他好文 时间:
2015-01-15 18:22:35
阅读次数:
111
还原电脑或者用U盘装系统时,遇到“Cannot open image file'1.4 I:/~1/c_pan.gho'”错误提示时的处理方法...
分类:
其他好文 时间:
2015-01-14 14:21:37
阅读次数:
305
Django学习笔记
4、模板初学中,照书例django book 出现以下异常
raise ImportError("Settings cannot be imported, because environment variable %s is undefined." % ENVIRONMENT_VARIABLE)
ImportError: Settings cannot be imp...
分类:
其他好文 时间:
2015-01-13 17:46:27
阅读次数:
108