随笔分类 -  项目总结

每个项目的总结。
摘要:转 http://mblog.hjenglish.com/zhengxiang33/1518891.htmlpublicHttpServletResponsedownload(Stringpath,HttpServletResponseresponse){try{//path是指欲下载的文件的路径。Filefile=newFile(path);//取得文件名。Stringfilename=file... 阅读全文
posted @ 2010-04-23 14:40 阿成1 阅读(2527) 评论(0) 推荐(0)
摘要:开发框架 struts1.2 + hibernate 3.2 + spring 2.5 + extjs 3.0开发工具 myeclipse 6.5 tomcat6.0项目描述: 就是一个医院的收费系统。然后外带一些报表的查询。运用的一下技术。1.数据库方面 :要将原来系统的数据导入到现在的数据库。 使用了select t.字段1,t.字段1,t.字段1, table t into table t... 阅读全文
posted @ 2010-04-08 14:58 阿成1 阅读(920) 评论(0) 推荐(0)
摘要:开发环境: struts1.2 + hibernate3.2 + spring 2.5 + extjs3.0待续 阅读全文
posted @ 2010-04-08 14:57 阿成1 阅读(168) 评论(0) 推荐(0)