📄 _zixunzhongxin__jsp.java
字号:
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getLanmu().getString("LanmuName")));
pageContext.write(_jsp_string9, 0, _jsp_string9.length);
}
index.getLanmu().next();
}
index.getLanmu().close();
pageContext.write(_jsp_string13, 0, _jsp_string13.length);
index.getLanmu().open();
for(i=0;i<index.getLanmu().getRowCount();i++)
{
if(index.getLanmu().getInt("Upperlanmu")==237)
{
pageContext.write(_jsp_string7, 0, _jsp_string7.length);
out.print((index.getLanmu().getInt("id")));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getLanmu().getString("LanmuName")));
pageContext.write(_jsp_string9, 0, _jsp_string9.length);
}
index.getLanmu().next();
}
index.getLanmu().close();
pageContext.write(_jsp_string14, 0, _jsp_string14.length);
index.getLanmu().open();
for(i=0;i<index.getLanmu().getRowCount();i++)
{
if(index.getLanmu().getInt("Upperlanmu")==240)
{
pageContext.write(_jsp_string7, 0, _jsp_string7.length);
out.print((index.getLanmu().getInt("id")));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getLanmu().getString("LanmuName")));
pageContext.write(_jsp_string9, 0, _jsp_string9.length);
}
index.getLanmu().next();
}
index.getLanmu().close();
pageContext.write(_jsp_string15, 0, _jsp_string15.length);
index.getLanmu1().open();
for(i=0;i<index.getLanmu1().rowCount();i++,index.getLanmu1().next())
{
pageContext.write(_jsp_string16, 0, _jsp_string16.length);
out.print((index.getLanmu1().getInt("id")));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getLanmu1().getString("LanmuName")));
pageContext.write(_jsp_string17, 0, _jsp_string17.length);
}
index.getLanmu1().close();
pageContext.write(_jsp_string18, 0, _jsp_string18.length);
index.getChannel1().open();
for(i=0;i<index.getChannel1().rowCount();i++,index.getChannel1().next())
{
pageContext.write(_jsp_string16, 0, _jsp_string16.length);
out.print((index.getChannel1().getInt("id")));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getChannel1().getString("ChannelName")));
pageContext.write(_jsp_string17, 0, _jsp_string17.length);
}
index.getChannel1().close();
pageContext.write(_jsp_string19, 0, _jsp_string19.length);
index.getDistinct().open();
for(i=0;i<index.getDistinct().rowCount();i++,index.getDistinct().next())
{
pageContext.write(_jsp_string16, 0, _jsp_string16.length);
out.print((index.getDistinct().getInt("id")));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((index.getDistinct().getString("DistinctName")));
pageContext.write(_jsp_string17, 0, _jsp_string17.length);
}
index.getDistinct().close();
pageContext.write(_jsp_string20, 0, _jsp_string20.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 2057024146)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Depend depend;
depend = (com.caucho.vfs.Depend) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -