SSH框架
Benson2012
这个作者很懒,什么都没留下…
展开
-
2009年6月18日
SSH整合: No action instance for path /login could be created No action instance for path /login could be created 解决方案: http://topic.csdn.net/u/20081114/22/12cde522-5313-45c4-88ee-e4d1e9733075.html原创 2014-04-11 13:44:26 · 488 阅读 · 0 评论 -
HTTP Status 404 - Servlet action is not available
http://blog.csdn.net/mfnevi/archive/2009/02/04/3861789.aspx原创 2014-04-11 13:45:38 · 401 阅读 · 0 评论 -
struts+hibernate上传大对象
HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prev原创 2014-04-11 13:47:20 · 445 阅读 · 0 评论 -
Spring的IOC原理
1. IoC理论的背景我们都知道,在采用面向对象方法设计的软件系统中,它的底层实现都是由N个对象组成的,所有的对象通过彼此的合作,最终实现系统的业务逻辑。 图1:软件系统中耦合的对象 如果我们打开机械式手表的后盖,就会看到与上面类似的情形,各个齿轮分别带动时针、分针和秒针顺时针旋转,从而在表盘上产生正确的时间。图1中描述的就是这样的一个齿轮组,它拥有多个独立的齿轮,这些齿轮相互啮合在一起,协同原创 2014-04-11 13:50:13 · 427 阅读 · 0 评论 -
HibernateSessionFactory
package HibernateSessionFactory; import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.cfg.Configuration; public class HibernateSessionFactory { private原创 2014-04-11 13:45:31 · 433 阅读 · 0 评论 -
在这Struts+Spring+Hibernate练习
http://blog.chinaunix.net/u1/59656/showart_1915451.html http://www.blogjava.net/oksonic/archive/2005/11/06/18370.html http://hi.baidu.com/wuteatx/blog/item/0b7b371e1d4c3efce1fe0b61.html原创 2014-04-11 13:45:45 · 470 阅读 · 0 评论 -
ssh环境搭建(用户登陆实例)
users.sql if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Users]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[Users]GO CREATE TABLE [dbo].[Users] ( [userid] [原创 2014-04-11 13:47:13 · 511 阅读 · 0 评论