现象:使用hql="from person" 出现" person is not mapped " 错误配置文件如下:原因:hql是写的是PO对象,不是table名故改为配置文件中的红色部分的类名即可。
分类:
移动开发 时间:
2014-07-16 23:25:56
阅读次数:
273
1、错误描述
2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete l...
分类:
移动开发 时间:
2014-07-13 16:45:04
阅读次数:
294
报错提示为:org.hibernate.hql.ast.QuerySyntaxException: customers is not mapped [from customers as c]服务层代码 为:public void findCustomerAndOrders(){ Ses...
分类:
移动开发 时间:
2014-07-10 10:29:13
阅读次数:
320
http://www.cse.ust.hk/gpuqp/Mars.htmlhttp://www.cse.ust.hk/gpuqp/
分类:
移动开发 时间:
2014-07-07 22:34:47
阅读次数:
221
昨天struts2整合json,一直出错:
There is no Action mapped for namespace / and action name ...
HTTP Status 404 - There is no Action mapped for action name...
发现我已经在struts.xml中继承了json-default了啊,后来发现原来是因为没有引入相应...
分类:
Web程序 时间:
2014-06-27 07:44:37
阅读次数:
266
近期学习web开发时,就遇到这个令人头疼的问题。百度谷歌了N遍,最终在博客http://blog.csdn.net/liu578182160/article/details/17266879中找到了问题的根源。开发环境:win7 32位旗舰版,jdk1.7_45,jre7,eclipse4.3.1 ...
分类:
移动开发 时间:
2014-06-17 00:44:50
阅读次数:
371
本来是有用@Entity和@Table注解映射,之后发现,是因为@Table导入的包导错了。
分类:
移动开发 时间:
2014-06-16 18:34:19
阅读次数:
194
今天在做项目时,遇到了一个问题。因为是在别人做好的基础上改东西,所以,一些东西不能按照自己的变成习惯来。就比如,我创建项目习惯刚建完就设置字符的编码集为UTF-8,而人家的项目就未必是那样了。好了,废话不多了。问题如下:一个jsp页面(里面有Java代码)的编码集为GB2312,而我修改里面东西时死活不让我保存,一保存就提示“Some characters cannot be mapped usi...
分类:
移动开发 时间:
2014-06-10 19:26:26
阅读次数:
538
色彩及图像基础(二)学习时间:2014.04.30学到了……1. 图形分为矢量图和位图。 2.
矢量图(vector - based image),是用一系列计算机指令来描述和记录一幅图,这幅图可分解为一系列子图如点、线、面等。 3.
位图(bit-mapped image),是用像素点来描述或映射...
分类:
其他好文 时间:
2014-05-16 06:54:25
阅读次数:
346
发送端:#include #include #include using namespace
std;#include #include #include using namespace boost::interprocess;int num =
0;mapped_region *mp_r;void...
分类:
其他好文 时间:
2014-05-15 16:05:06
阅读次数:
258