?? spdb.jsp
字號(hào):
<%@ page language="java" contentType="text/html; charset=GB2312" pageEncoding="GB2312"%>
<%@page import="com.ideas.util.*,java.util.*"%>
<jsp:useBean id="myBean1" scope="page" class="com.ideas.bean.videoBean"/>
<% if (!myBean1.getMyConnPool()) {
out.println("不能獲取數(shù)據(jù)庫連接.");
return;
}
Vector v = myBean1.getData();
myBean1.releaseMyConnPool();
%>
<TABLE cellSpacing=0 cellPadding=0 width=616 border=0>
<TBODY>
<TR>
<TD valign=top><IMG height=41 src="../upload/spdb_02.gif" width=616></TD></TR>
<TR>
<TD valign=top>
<TABLE height=246 cellSpacing=0 cellPadding=0 width=616 background=../upload/spdb_03.gif border=0>
<TBODY>
<TR>
<TD width=307 height=257 valign=top>
<TABLE height=251 cellSpacing=0 cellPadding=0 width=531 align=center border=0>
<TBODY>
<TR>
<TD valign=top>
<TABLE cellSpacing=0 cellPadding=0 width=560 border=0>
<TBODY>
<TR>
<TD valign=top>
<TABLE cellSpacing=0 cellPadding=0 width=495 align=center border=0>
<TBODY>
<TR>
<TD class=t12 valign=top>
<UL valign=top>
<%for(int i=0;i<v.size();i++)
{
Hashtable h = (Hashtable)v.get(i);
%>
<LI><a href="index.jsp?child=spdb_player.jsp&sp=<%=h.get("file")%>"><%=h.get("title")%></a> (<%=h.get("addtime")%>)
<%}%>
</LI></UL></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD><IMG height=39 src="../upload/spdb_04.gif" width=616></TD></TR></TBODY></TABLE>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -