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

📄 qzzpzp_jsp.java

📁 c++通信编程学习1
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
      out.write("\" target=\"_blank\">\r\n              ");
      out.print(pi.getPostionname());
      out.write("</a></td>\r\n            <td width=\"90\">");
      out.print(pi.getCompanyname());
      out.write("</td>\r\n            <td width=\"91\">");
      out.print(pi.getWorkplace());
      out.write("</td>\r\n            <td width=\"100\">");
      out.print(pi.getNeedcount());
      out.write("</td>\r\n            <td width=\"84\">");
      out.print(pi.getNeedxueli());
      out.write("</td>\r\n            <td width=\"110\">");
      out.print(pi.getAdddate().substring(0,10));
      out.write("</td>\r\n          </tr>\r\n          ");
qyi++;}
      out.write("\r\n        </table>\r\n        <hr size=\"1\" noshade> <form action=\"showallposition?type=get\" name=\"myform\" method=\"Post\">\r\n          <table width=\"554\" border=\"0\">\r\n            <tr>\r\n              <td width=\"702\" align=\"center\">\r\n                ");
if (pageno==1){
      out.write("\r\n                <font color=\"#999999\">首页 上一页</font>\r\n\r\n\r\n                ");
}else{
      out.write("\r\n\r\n\r\n                <a href=\"showallposition?type=get&pageno=1\"> 首页</a> <a href=\"showallposition?type=get&pageno=");
      out.print(pageno-1);
      out.write("\">\r\n                上一页</a>\r\n                ");
}
        if(pageno==(count%pagesize==0?count/pagesize:count/pagesize+1)){
      out.write("\r\n                <font color=\"#999999\">下一页 末页</font>\r\n                ");
}else{ 
      out.write("\r\n                <a href=\"showallposition?type=get&pageno=");
      out.print(pageno+1);
      out.write("\"> 下一页</a>\r\n                <a href=\"showallposition?type=get&pageno=");
      out.print((count%pagesize==0?count/pagesize:count/pagesize+1));
      out.write("\">\r\n                末页</a>\r\n                ");
} 
      out.write("\r\n                当前页\r\n                <input name=\"pageno\" type=\"text\" size=\"4\" value=\"");
      out.print(pageno);
      out.write("\">\r\n                <input name=\"button\" type=\"button\" onclick=\"window.location='showallposition?type=get&pageno='+myform.pageno.value\" value=\"go\"/>\r\n                页数 ");
      out.print(pageno);
      out.write('/');
      out.print(count%pagesize==0?count/pagesize:count/pagesize+1);
      out.write("\r\n                每页:");
      out.print(pagesize);
      out.write(" 总数:");
      out.print(count);
      out.write("</td>\r\n            </tr>\r\n          </table>\r\n        </form>\r\n        ");
}else{
      out.write("\r\n        <table width=\"565\" border=\"1\" cellspacing=\"0\">\r\n          <tr>\r\n            <td width=\"75\" height=\"22\" bgcolor=\"#f7f7ff\">招聘职位</td>\r\n            <td width=\"85\" bgcolor=\"#f7f7ff\">公司名称</td>\r\n            <td width=\"89\" bgcolor=\"#f7f7ff\">工作地址</td>\r\n            <td width=\"97\" bgcolor=\"#f7f7ff\">人数</td>\r\n            <td width=\"95\" bgcolor=\"#f7f7ff\">要求学历</td>\r\n            <td width=\"84\" bgcolor=\"#f7f7ff\">发布日期</td>\r\n          </tr>\r\n        </table>\r\n        <table width=\"566\" border=\"0\" cellspacing=\"0\">\r\n          ");
 int qyi=0;
                   String backcolor="";
                   while(qyi<vctqy.size()){
                     if(qyi%2==0) backcolor="#ffffff";
                     else backcolor="#f7f7ff";
                     PositionInfo pi=(PositionInfo)vctqy.elementAt(qyi); 
      out.write("\r\n          <tr style=\"cursor:hand\" bgcolor=\"");
      out.print(backcolor);
      out.write("\"  onMouseOver=\"if(this.cc!=true){this.style.backgroundColor='#f7f7ff';}\"\r\n\r\n  onClick=\"(this.cc==true)?this.cc=false:this.cc=true;(this.cc==true)?this.style.backgroundColor='#90EE90':this.style.backgroundColor='");
      out.print(backcolor);
      out.write("';\"\r\n  onMouseOut=\"if(this.cc!=true){this.style.backgroundColor='");
      out.print(backcolor);
      out.write("';}\" >\r\n            <td width=\"79\"><a href=\"qypositiondetail?id=");
      out.print(pi.getId());
      out.write("&username=");
      out.print(pi.getUsername());
      out.write("\" target=\"_blank\">\r\n              ");
      out.print(pi.getPostionname());
      out.write("</a></td>\r\n            <td width=\"90\">");
      out.print(pi.getCompanyname());
      out.write("</td>\r\n            <td width=\"91\">");
      out.print(pi.getWorkplace());
      out.write("</td>\r\n            <td width=\"100\">");
      out.print(pi.getNeedcount());
      out.write("</td>\r\n            <td width=\"84\">");
      out.print(pi.getNeedxueli());
      out.write("</td>\r\n            <td width=\"110\">");
      out.print(pi.getAdddate().substring(0,10));
      out.write("</td>\r\n          </tr>\r\n          ");
qyi++;}
      out.write("\r\n        </table>\r\n        <hr size=\"1\" noshade> <form action=\"qygetsearchkey\" name=\"myform\" method=\"Post\">\r\n          <table width=\"554\" border=\"0\">\r\n            <tr>\r\n              <td width=\"702\" align=\"center\">\r\n                ");
if (pageno==1){
      out.write("\r\n                <font color=\"#999999\">首页 上一页</font>\r\n                ");
}else{
      out.write("\r\n                <a href=\"showallposition?type=search&pageno=1\"> 首页</a> <a href=\"showallposition?type=search&pageno=");
      out.print(pageno-1);
      out.write("\">\r\n                上一页</a>\r\n                ");
}
        if(pageno==(count%pagesize==0?count/pagesize:count/pagesize+1)){
      out.write("\r\n                <font color=\"#999999\">下一页 末页</font>\r\n                ");
}else{ 
      out.write("\r\n                <a href=\"showallposition?type=search&pageno=");
      out.print(pageno+1);
      out.write("\"> 下一页</a>\r\n                <a href=\"showallposition?type=search&pageno=");
      out.print((count%pagesize==0?count/pagesize:count/pagesize+1));
      out.write("\">\r\n                末页</a>\r\n                ");
} 
      out.write("\r\n                当前页\r\n                <input name=\"pageno2\" type=\"text\" size=\"4\" value=\"");
      out.print(pageno);
      out.write("\">\r\n                <input name=\"button2\" type=\"button\" onclick=\"window.location='showallposition?type=search&pageno='+myform.pageno.value\" value=\"go\"/>\r\n                页数 ");
      out.print(pageno);
      out.write('/');
      out.print(count%pagesize==0?count/pagesize:count/pagesize+1);
      out.write("\r\n                每页:");
      out.print(pagesize);
      out.write(" 总数:");
      out.print(count);
      out.write("</td>\r\n            </tr>\r\n          </table>\r\n        </form>\r\n\t\t");
}
      out.write("\r\n        <br> </TD>\r\n    </TR>\r\n  </TBODY>\r\n</TABLE>\r\n</body>\r\n</html>\r\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

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