月度归档:2015 年三月

org.springframework.orm.hibernate3.HibernateSystemException: No default constructor for entity: ****



org.springframework.orm.hibernate3.HibernateSystemException: No default constructor for entity: ****

type Exception report
message
description Th[......]

Read more

The server encountered an internal error () that prevented it from fulfilling this request.



The server encountered an internal error () that prevented it from fulfilling this request.

在配置好从一个action跳转到另一个action后,查询出现了问题,保存action是可以运行的,而跳转到查[......]

Read more

struts2常用标签详解

struts2常用标签详解

struts2框架是一个非常优秀的mvc框架,时至今日已有很多公司采用其作为表示层的控制转发工具,我非常喜欢struts2的拦截器特性和一整套的自定义标签。在这根据个人使用struts2的经验,与大家分享一些常用的struts2标签,希望对大家有所帮助。
实例场景[......]

Read more

关于hibernate纯sql查询返回结果集的问题(hbm.xml中不写多表关联)

关于hibernate纯sql查询返回结果集的问题(hbm.xml中不写多表关联)

相信用过hibernate的兄弟们都会因为多表复杂查询后,为返回的结果如何组装到一个VO中而烦恼不已。我也不停的为此而烦恼,但是在看了hibernate的transform后,感觉这个方法还挺管用的。
例如现[......]

Read more

如何在没有装VS(Visual Studio)的机器上编译运行C#程序

如何在没有装VS(Visual Studio)的机器上编译运行C#程序

马上就要过年了,每年过年都要回老家,使用电脑和网络就没有这边这么方便了。想写程序了,都没有一台带Visual Studio的机器,我也不可能给每台机器都安装一个Visual Studio,怎么办呢?
网上搜索了一下,不是[......]

Read more

Java ssh 面试题

Java ssh 面试题

Java—SSH(MVC)
1. 谈谈你mvc的理解
MVC是Model—View—Controler的简称。即模型—视图—控制器。MVC是一种设计模式,它强制性的把应用程序的输入、处理和输出分开。
MVC中的模型、视图、控制器它们分别担负着不同的任务。[......]

Read more