⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 recruit_campus_job.jsp

📁 这个是j2eejava web 编程精要十五讲的全部源码。对学习java web编程的人来说是很能得的资料
💻 JSP
字号:
<jsp:include page="../header/header.jsp" flush="true"/>
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="foton.util.*"%>
<%@ page import="foton.campus.*"%>
<%@ page import="java.util.*" %>

<jsp:include page="../header/header_bg.jsp" flush="true"/>

       <jsp:include page="../header/menu_common.jsp" flush="true"/>

	<!--<jsp:include page="../user/login.jsp" flush="true"/>-->
      
      

    </TD>
    <TD width=672>
      <TABLE height=86 cellSpacing=0 cellPadding=0 width=538 border=0>
        <TBODY>
        <TR>
          <TD vAlign=bottom colSpan=2 height=43></TD></TR>                                                  
        <TR>
          <TD width=40 height=43 rowSpan=2><IMG height=43 
            src="../../images/qy_1_0.gif" width=40></TD>
          <TD vAlign=top width=498 height=10><IMG height=1 
            src="../../images/qy_1.gif" width=498></TD></TR>
        <TR>
          <TD vAlign=top width=498></TD></TR></TBODY></TABLE>
		  
		  
      <TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
        <TBODY>
    

        <TR>
          <TD height=23>


          <SCRIPT language=JavaScript>

</SCRIPT>
 

 <SCRIPT language=javascript>
 var isSure=false;
function OpenWin(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function toOrg()
{
  //strIds=getIds();
  //if(strIds!='')
  //{ 
    OpenWin('recruit_campus_meet.jsp','校园招聘会安排','scrollbars=no,width=480,height=450');
  //}
  //else
  //{
    //alert("不能得到简历ID!");
    //return false;
  //}
}
 </SCRIPT>

<TABLE cellSpacing=0 cellPadding=0 width=538 align=left border=0>
  <TBODY>
  <TR>

	
</TR>

  <TR>
    <TD class=bg1 vAlign=top width=536 height=344>
               <h2 align=center>校园招聘专业</h2><BR>
      <TABLE height=344 cellSpacing=1 cellPadding=3 width=536 border=0 >
        <TBODY>
        <TR>
          <TD width=1 >  </TD>
          <TD class=bg2 style="PADDING-LEFT: 20px" vAlign=top width=535>
		  <table>
		  <tr>
		   <td >
            <P><B>以下专业的一般招聘条件: </B><FONT 
            color=blue><BR>1.身体健康,无传染性疾病<BR>2.英语:英语四级及以上 <BR>3.计算机:操作熟练,获省级以上有关资格证书(二级以上)优先<BR>4.专业排名前30%优先<BR>5.党员或院校学生干部、三好学生优先</FONT><BR><BR><!-- 职位列表区开始-->
            </td>

			 
              
			  </tr></table>

            <TABLE cellSpacing=0 cellPadding=0 width=620 border=0>
              <TBODY>

              <TR>
			  <td  valign=top height=21 colspan=8>
			 <TABLE cellSpacing=0 cellPadding=0 width=331 
            background=../pic/qy_n2_3_bj.jpg border=0>
              <TBODY>
              <TR>
                <TD width=31><IMG height=21 
                  src="../pic/qy_n2_3_1.gif" width=17></TD>
                <TD width=270 ><B>理工类</B></TD>
                <TD align=right width=30><IMG height=21 
                  src="../pic/qy_n2_3_2.gif" 
              width=11></TD></TR></TBODY></TABLE>
			 </td>
              <!--
                <TD background=../../images/frms/bg_jobs.gif colSpan=2 
                height=20>   <FONT color=#ffffff><STRONG>理工类</STRONG></FONT> 
                </TD>
				-->
				
				</TR>
                
      <tr bgcolor=#8899cc>
    
    <td width=15%> 专业名称 &nbsp;</td>
   <td width=15%%> 学历要求&nbsp;</td>
    <td width=10%%> 性别要求&nbsp;</td>
    <td width=15% > 工作地区&nbsp;</td>
	 <td width=10%%> 需求人数&nbsp;</td>
	  <td width=15%%> 岗位类型&nbsp;</td>
    <td width=10% > 备注&nbsp;</td>
	<td width=10%>&nbsp;&nbsp;</td>
   </tr>
			  
  
	
  <% Condition condition = new Condition();
  int pageNum = 10;
  int currPage;
  String url ="";

   if (request.getParameter("pages")==null) {
     currPage =0;
   }
   else {
        currPage = new Integer(request.getParameter("pages")).intValue();
   }

  System.out.println("Here is currPage!");

    %>



 <%
  // ArrayList list = (ArrayList)session.getAttribute("queryResult");
     campusJobDAO dao = new campusJobDAO();

    String sql="select * from campus_job where type='理工科类' and state='有效' order by id " ;
     ArrayList list = dao.getCampusJobInfo(sql);

   System.out.println("Here is arraylist!");

  Iterator it = list.iterator();
 System.out.println("Here is iterator!");
  while (it!=null && it.hasNext()) {
    campusInfo info = (campusInfo)it.next();
System.out.println("Here is next()!");
%>

<tr bgcolor=#ffffff>
	
<td> <%=info.getName()%></td>
	<td> <%=info.getDegree()%></td>
	<td> <%=info.getSex()%></td>
	<td> <%=info.getJobArea()%></td>
	<td> <%=info.getPersons()%></td>
	<td> <%=info.getJobType()%></td>
	<td><%=info.getNote()%></td>
<TD >
                    <A 
                  href="../resume/resume_campus_insert.jsp?jobName=<%=info.getName()%>" target="_blank">
				  <IMG height=17 
                  src="../../images/frms/btn_apply.gif" 
                  border=0></A>
                  </TD>
	
	
</tr>

<%  } %>
              
             
              
              
              
              
              <tr><td>&nbsp; &nbsp;&nbsp;&nbsp;</td></tr>
              <TR>
                <td  valign=top height=21 colspan=8>
			 <TABLE cellSpacing=0 cellPadding=0 width=331 
            background=../pic/qy_n2_3_bj.jpg border=0>
              <TBODY>
              <TR>
                <TD width=31><IMG height=21 
                  src="../pic/qy_n2_3_1.gif" width=17></TD>
                <TD width=270 ><B>经济管理类</B></TD>
                <TD align=right width=30><IMG height=21 
                  src="../pic/qy_n2_3_2.gif" 
              width=11></TD></TR></TBODY></TABLE>
			 </td>
			 <!--
                <TD background=../../images/frms/bg_jobs.gif colSpan=2 
                height=20>   <FONT color=#ffffff><STRONG>经济管理类</STRONG></FONT> 
                </TD></TR>
				-->
         
			 <tr bgcolor=#8899cc>
    
    <td width=15%> 专业名称 &nbsp;</td>
   <td width=15%%> 学历要求&nbsp;</td>
    <td width=10%%> 性别要求&nbsp;</td>
    <td width=15% > 工作地区&nbsp;</td>
	 <td width=10%%> 需求人数&nbsp;</td>
	  <td width=15%%> 岗位类型&nbsp;</td>
    <td width=10% > 备注&nbsp;</td>
	<td width=10%>&nbsp;&nbsp;</td>
   </tr>
			  
   

                <%
  // ArrayList list = (ArrayList)session.getAttribute("queryResult");
               //campusJobDAO dao = new campusJobDAO();

               sql="select * from campus_job where type='经济管理类' and state='有效' order by id ";
                    list = dao.getCampusJobInfo(sql);

                      System.out.println("Here is arraylist!");

                      it = list.iterator();
                       System.out.println("Here is iterator!");
                 while (it!=null && it.hasNext()) {
                   campusInfo info1 = (campusInfo)it.next();
                   System.out.println("Here is next()!");
                %>

             <tr bgcolor=#ffffff>
		<td> <%=info1.getName()%></td>
	<td> <%=info1.getDegree()%></td>
	<td> <%=info1.getSex()%></td>
	<td> <%=info1.getJobArea()%></td>
	<td> <%=info1.getPersons()%></td>
	<td> <%=info1.getJobType()%></td>
	<td><%=info1.getNote()%></td>
	          
           <TD >
                    <A 
                  href="../resume/resume_campus_insert.jsp?jobName=<%=info1.getName()%>" target="_blank">
				  <IMG height=17 
                  src="../../images/frms/btn_apply.gif"  
                  border=0></A>
                  </TD>
	
	
          </tr>

            <%  } %>

              </TBODY></TABLE>
			  <!-- 职位列表区结束-->

            
            <BR></TD></TR></TBODY></TABLE></TD></TR>
  </TBODY></TABLE>

  </table>
  
  </td></tr></table>

<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif 
border=0>
  <TBODY>
  <TR>
    <TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
    <TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 &copy;                                                                                                              
  2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -