?? __yonghuguanlixuanze.java
字號:
private final static String _wl_block19 = "\">\r\n </div></td>\r\n <td width=\"72\">\r\n <div align=\"center\">\r\n <input name=\"userName\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block19Bytes = _getBytes(_wl_block19); private final static String _wl_block20 = "\">\r\n </div></td>\r\n <td width=\"73\"><div align=\"center\">\r\n <input name=\"userPW\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block20Bytes = _getBytes(_wl_block20); private final static String _wl_block21 = "\">\r\n </div></td>\r\n <td width=\"73\"><div align=\"center\">\r\n <input name=\"shenFenZheng\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block21Bytes = _getBytes(_wl_block21); private final static String _wl_block22 = "\">\r\n </div></td>\r\n <td width=\"70\"><div align=\"center\">\r\n <input name=\"telephone\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block22Bytes = _getBytes(_wl_block22); private final static String _wl_block23 = "\">\r\n </div></td>\r\n <td width=\"70\"><div align=\"center\">\r\n <input name=\"address\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block23Bytes = _getBytes(_wl_block23); private final static String _wl_block24 = "\">\r\n </div></td>\r\n <td width=\"70\"><div align=\"center\">\r\n <input name=\"youZhengBianMa\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block24Bytes = _getBytes(_wl_block24); private final static String _wl_block25 = "\">\r\n </div></td>\r\n <td width=\"58\"><div align=\"center\">\r\n <input name=\"email\" type=\"text\" size=\"10\" value=\""; private final static byte[] _wl_block25Bytes = _getBytes(_wl_block25); private final static String _wl_block26 = "\">\r\n </div></td>\r\n <td width=\"65\">\r\n <div align=\"center\">\r\n <input type=\"submit\" name=\"Submit\" value=\"修改\">\r\n </div></td>\r\n <td width=\"72\">\r\n <div align=\"center\">\r\n <input type=\"submit\" name=\"Submit\" value=\"刪除\">\r\n </div></td>\r\n </tr>\r\n </table>\r\n </form>\r\n</div>\r\n<p> </p>\r\n"; private final static byte[] _wl_block26Bytes = _getBytes(_wl_block26); private final static String _wl_block27 = "\r\n\r\n</body>\r\n</html>\r\n"; private final static byte[] _wl_block27Bytes = _getBytes(_wl_block27);
public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
{
// declare and set well-known variables:
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.ServletContext application = config.getServletContext();
javax.servlet.jsp.tagext.Tag _activeTag = null;
// variables for Tag extension protocol
Object page = this;
javax.servlet.jsp.JspWriter out;
javax.servlet.jsp.PageContext pageContext = javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);
response.setHeader("Content-Type", "text/html; charset=GBK"); out = pageContext.getOut(); JspWriter _originalOut = out;
javax.servlet.http.HttpSession session = request.getSession(true);
try { // error page try block response.setContentType("text/html; charset=GBK"); _writeText(response, out, _wl_block0, _wl_block0Bytes); JavaBean.UserBean user = null; //[ /yonghuguanlixuanze.jsp; Line: 2] user = (JavaBean.UserBean)pageContext.getAttribute("user"); //[ /yonghuguanlixuanze.jsp; Line: 2] if (user == null) { // begin 'user' instantiation block... //[ /yonghuguanlixuanze.jsp; Line: 2] { // Don't need to synchronize on page scope //[ /yonghuguanlixuanze.jsp; Line: 2] user = (JavaBean.UserBean)pageContext.getAttribute("user"); //[ /yonghuguanlixuanze.jsp; Line: 2] if (user == null) { // begin 'user' synchronized instantiation block... //[ /yonghuguanlixuanze.jsp; Line: 2] user = new JavaBean.UserBean(); //[ /yonghuguanlixuanze.jsp; Line: 2] pageContext.setAttribute("user", user); //[ /yonghuguanlixuanze.jsp; Line: 2] _writeText(response, out, _wl_block1, _wl_block1Bytes); } // end synchronized bean instantiation block... //[ /yonghuguanlixuanze.jsp; Line: 3] } // end synchronized bean scope block... //[ /yonghuguanlixuanze.jsp; Line: 3] } // end bean instantiation block... //[ /yonghuguanlixuanze.jsp; Line: 3] _writeText(response, out, _wl_block2, _wl_block2Bytes); _writeText(response, out, _wl_block3, _wl_block3Bytes); _writeText(response, out, _wl_block4, _wl_block4Bytes); //[ /yonghuguanlixuanze.jsp; Line: 6] String select = new String(request.getParameter("select").getBytes("8859_1")); //[ /yonghuguanlixuanze.jsp; Line: 7] String a; //[ /yonghuguanlixuanze.jsp; Line: 8] _writeText(response, out, _wl_block5, _wl_block5Bytes); if(select.equals("全部用戶")){Iterator it=user.selectAllUser().iterator(); //[ /yonghuguanlixuanze.jsp; Line: 46] //[ /yonghuguanlixuanze.jsp; Line: 46] _writeText(response, out, _wl_block6, _wl_block6Bytes); while(it.hasNext()){UserInfoVo vo=(UserInfoVo)it.next(); //[ /yonghuguanlixuanze.jsp; Line: 47] //[ /yonghuguanlixuanze.jsp; Line: 47] _writeText(response, out, _wl_block7, _wl_block7Bytes); out.print(String.valueOf(vo.getUserCode())); //[ /yonghuguanlixuanze.jsp; Line: 54] _writeText(response, out, _wl_block8, _wl_block8Bytes); out.print(String.valueOf(a=new String(vo.getUserName().getBytes("8859_1")))); //[ /yonghuguanlixuanze.jsp; Line: 58] _writeText(response, out, _wl_block9, _wl_block9Bytes); out.print(String.valueOf(vo.getUserPW())); //[ /yonghuguanlixuanze.jsp; Line: 61] _writeText(response, out, _wl_block10, _wl_block10Bytes); out.print(String.valueOf(vo.getShenfenzheng())); //[ /yonghuguanlixuanze.jsp; Line: 64] _writeText(response, out, _wl_block11, _wl_block11Bytes); out.print(String.valueOf(vo.getTelephone())); //[ /yonghuguanlixuanze.jsp; Line: 67] _writeText(response, out, _wl_block12, _wl_block12Bytes); out.print(String.valueOf(a=new String(vo.getAddress().getBytes("8859_1")))); //[ /yonghuguanlixuanze.jsp; Line: 70] _writeText(response, out, _wl_block13, _wl_block13Bytes); out.print(String.valueOf(vo.getYouZhengBianMa())); //[ /yonghuguanlixuanze.jsp; Line: 73] _writeText(response, out, _wl_block14, _wl_block14Bytes); out.print(String.valueOf(vo.getEmail())); //[ /yonghuguanlixuanze.jsp; Line: 76] _writeText(response, out, _wl_block15, _wl_block15Bytes); } //[ /yonghuguanlixuanze.jsp; Line: 90] //[ /yonghuguanlixuanze.jsp; Line: 90] _writeText(response, out, _wl_block16, _wl_block16Bytes); }else{Iterator it=user.selectOnlyUser(request.getParameter("shuru")).iterator(); //[ /yonghuguanlixuanze.jsp; Line: 98] //[ /yonghuguanlixuanze.jsp; Line: 98] _writeText(response, out, _wl_block17, _wl_block17Bytes); while(it.hasNext()){UserInfoVo vo =(UserInfoVo)it.next(); //[ /yonghuguanlixuanze.jsp; Line: 99] //[ /yonghuguanlixuanze.jsp; Line: 99] _writeText(response, out, _wl_block18, _wl_block18Bytes); out.print(String.valueOf(vo.getUserCode())); //[ /yonghuguanlixuanze.jsp; Line: 106] _writeText(response, out, _wl_block19, _wl_block19Bytes); out.print(String.valueOf(a=new String(vo.getUserName().getBytes("8859_1")))); //[ /yonghuguanlixuanze.jsp; Line: 110] _writeText(response, out, _wl_block20, _wl_block20Bytes); out.print(String.valueOf(vo.getUserPW())); //[ /yonghuguanlixuanze.jsp; Line: 113] _writeText(response, out, _wl_block21, _wl_block21Bytes); out.print(String.valueOf(vo.getShenfenzheng())); //[ /yonghuguanlixuanze.jsp; Line: 116] _writeText(response, out, _wl_block22, _wl_block22Bytes); out.print(String.valueOf(vo.getTelephone())); //[ /yonghuguanlixuanze.jsp; Line: 119] _writeText(response, out, _wl_block23, _wl_block23Bytes); out.print(String.valueOf(a=new String(vo.getAddress().getBytes("8859_1")))); //[ /yonghuguanlixuanze.jsp; Line: 122] _writeText(response, out, _wl_block24, _wl_block24Bytes); out.print(String.valueOf(vo.getYouZhengBianMa())); //[ /yonghuguanlixuanze.jsp; Line: 125] _writeText(response, out, _wl_block25, _wl_block25Bytes); out.print(String.valueOf(vo.getEmail())); //[ /yonghuguanlixuanze.jsp; Line: 128] _writeText(response, out, _wl_block26, _wl_block26Bytes); }} //[ /yonghuguanlixuanze.jsp; Line: 143] //[ /yonghuguanlixuanze.jsp; Line: 143] _writeText(response, out, _wl_block27, _wl_block27Bytes); } catch (Throwable __ee) { while (out != null && out != _originalOut) out = pageContext.popBody(); ((weblogic.servlet.jsp.PageContextImpl)pageContext).handlePageException((Throwable)__ee); }
//before final close brace...
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -