• 大小: 4.06MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-10-23
  • 语言: Java
  • 标签: java  

资源简介

java jsp 的人力资源管理系统 可以做为毕业设计的参考

资源截图

代码片段和文件信息

/*
 * Created on 2006-1-22
 *
 */
package com.bOS.Action;

import java.io.IOException;
import java.io.UnsupportedEncodingException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * @author BWeiMing
 *  
 */
public class ActionServlet extends org.apache.struts.action.ActionServlet {
    protected void process(HttpServletRequest httpservletrequestHttpServletResponse httpservletresponse) throws IOExceptionServletException {
        setCharset(httpservletrequest);
        super.process(httpservletrequest httpservletresponse);
    }

    private void setCharset(HttpServletRequest httpservletrequest) {
        String s = getServletConfig().getInitParameter(“charset“);
        if (s == null || s.length() == 0) {
            s=“GBK“;
        }
        try {
            httpservletrequest.setCharacterEncoding(s);
        } catch (UnsupportedEncodingException unsupportedencodingexception) {
            log(“set character encoding error“ unsupportedencodingexception);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2957  2006-01-22 17:12  detaileducate.jsp

     文件       1675  2006-01-22 17:35  detailinstitution.jsp

     文件       2805  2006-01-22 11:38  detailjob.jsp

     文件        504  2006-01-15 17:07  error.jsp

     文件       1709  2006-03-30 10:02  failed.jsp

     文件        108  2006-01-14 23:08  index.jsp

     文件       2552  2006-01-22 17:56  listeducate.jsp

     文件       1709  2006-01-22 17:56  listinstitution.jsp

     文件       2265  2006-01-22 17:56  listjob.jsp

     文件       2657  2006-01-22 17:55  liststipend.jsp

     文件       2337  2006-01-22 17:55  listuser.jsp

     文件        607  2006-03-30 09:02  main.jsp

     文件       3890  2006-03-30 09:13  manage.jsp

     文件        378  2006-03-30 08:38  top.jsp

     文件       4029  2006-01-22 17:32  updateeducate.jsp

     文件       2087  2006-01-22 17:36  updateinstitution.jsp

     文件       3781  2006-01-22 11:38  updatejob.jsp

     文件       3082  2006-01-22 17:45  updatestipend.jsp

     文件       3077  2006-01-23 22:26  updateuser.jsp

     文件       1509  2006-03-29 20:56  welcome.jsp

     文件       2680  2006-03-30 09:16  css\css.css

     文件         48  2006-01-22 22:06  css\CVS\Entries

     文件         22  2006-01-18 01:44  css\CVS\Repository

     文件         40  2006-01-18 01:44  css\CVS\Root

     目录          0  2006-04-22 16:46  css\CVS

     目录          0  2006-04-22 16:46  css

     文件       1320  2006-01-22 22:07  CVS\Entries

     文件         18  2006-01-18 01:44  CVS\Repository

     文件         40  2006-01-18 01:44  CVS\Root

     目录          0  2006-04-22 16:46  CVS

............此处省略192个文件信息

评论

共有 条评论