
Java技术
文章平均质量分 74
msnlc
浪迹网络..
QQ天堂
http://www.qqgod.net
展开
-
SSH分页技术实现
package com.yizhou.common.test;/** * * Copyright @ 2008 YIZHOU SOFTWARE Co. Ltd. * All right reserved. * * @author xuxinlong * * mail: longxx888@163.com * */public class PageBean { private in原创 2008-08-27 16:49:00 · 996 阅读 · 0 评论 -
Struts登陆进不了action的解决办法
今天遇到一个怪问题,Struts框架设置好后,运行发现进不了action,一步步查找,终于找到了问题所在,于是找到一个临时解决的办法: Struts-config.xml中: validate="false" scope="request" type="com.mprc.stock.struts.action.LoginAction">原创 2008-12-03 16:08:00 · 1575 阅读 · 1 评论 -
Hibernate 中的联合主键
<!--google_ad_client = "pub-8509190668429086";/* 728x15, 创建于 08-11-26 */google_ad_slot = "5425291497";google_ad_width = 728;google_ad_height = 15;//--> 今天生成hibernate映射文件原创 2008-12-08 15:33:00 · 1751 阅读 · 1 评论