?? soft.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*,java.text.*" errorPage="err.jsp?msg=對不起,沒有找到您需要的資源" %>
<%@ include file="conn.jsp"%>
<%request.setCharacterEncoding("gb2312");
String sql="select a.id,a.softname,a.downurl,a.urlsay,a.softsize,a.codeshow,a.abouturl,a.images,a.sq,a.lang,a.tj,a.jp,a.jb,a.note,a.hits,a.yxhj,a.grade,a.addtime,a.classid,class=b.class,nclass=c.nclass from download as a inner join class as b on a.classid=b.classid inner join nclass as c on a.nclassid=c.nclassid where a.id='"+request.getParameter("softid")+"'";
ResultSet rs=stmt.executeQuery(sql);
rs.next();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>南京同慶源碼站-<%=rs.getString("softname")%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=zh-cn>
<META
content=",站長,站長資源,閃訊,im63,im63.com,asp源碼,cgi源碼,php源碼,jsp源碼,.net源碼,網站素材,網頁素材,網頁模板,韓國模板,歐美模板,商業模板,免費模板,常用軟件,注冊版,破解版,免費LOGO,娛樂,flash動畫,網絡編程,網絡學院,站長資源,網站聯盟,精品網址,圖片,壁紙,桌面,書籍教程,asp編程,cgi編程,php編程,平面設計,多媒體設計,服務器架設,服務器軟件,電子圖書,LOGO模板,PNG源文件,PSD源文件,精品字體,字體下載,軟件下載"
name=keywords><LINK
href="images/style.css"
rel=stylesheet>
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
</HEAD>
<BODY oncontextmenu="return false" onselectstart="return false"
onmouseover="self.status='http://www.comqing.com QQ:49940396';return true"
style="TEXT-ALIGN: center" leftMargin=2 topMargin=4>
<CENTER>
<SCRIPT language=javascript
src="images/head.js"></SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width=770 border=0>
<TBODY>
<TR>
<TD width=770 height=4></TD></TR></TBODY></TABLE></CENTER>
<TABLE height=28 cellSpacing=1 cellPadding=0 width=770 bgColor=#e6e6e6
border=0><TBODY>
<TR>
<TD width=770 bgColor=#f4f4f4 height=4><IMG height=1
src="images/c.gif"
width=4 border=0>您的位置:<A href="index.jsp">首頁</A> >> <A
href="sort.jsp?sortid=<%=rs.getString("id")%>"><%=rs.getString("class")%></A> >><%=rs.getString("softname")%></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 border=0>
<TBODY>
<TR>
<TD width="100%" bgColor=#ffffff height=4></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 border=0>
<TBODY>
<TR>
<TD vAlign=top width=2><IMG height=1
src="images/c.gif"
width=2 border=0></TD>
<TD vAlign=top bgColor=#f7f7f7>
<TABLE cellSpacing=0 cellPadding=0 width=188 border=0>
<TBODY>
<TR>
<TD width="100%"
background="images/left_bg.gif"
height=30>
<P align=center><FONT color=#ffffff><B><SPAN
style="LETTER-SPACING: 1pt">分類廣告</SPAN></B></FONT></P></TD></TR></TBODY></TABLE>
<P align=center>
<SCRIPT language=JavaScript
src="images/adv5_2.htm"
type=text/JavaScript></SCRIPT>
<BR>
<SCRIPT
src="images/ads_left_1.js"></SCRIPT>
</P>
<TABLE cellSpacing=0 cellPadding=0 width=188 border=0>
<TBODY>
<TR>
<TD width="100%"
background="images/left_bg.gif"
height=30>
<P align=center><FONT color=#ffffff><B><SPAN
style="LETTER-SPACING: 1pt">本類下載爬行</SPAN></B></FONT></P></TD></TR>
<TR>
<TD width="100%" bgColor=#f7f7f7 height=4></TD></TR>
<%Statement stmt4=conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
SimpleDateFormat formatter= new SimpleDateFormat ("yyyy-MM-dd");
//String currentTime=(new java.util.Date()).toLocaleString();
java.util.Date currentTime=new java.util.Date();
String Today=formatter.format(currentTime);
//String today=(new java.util.Date()).toLocaleString();
String sqlupdate="select top 10 id,softname from download where classid='"+rs.getString("classid")+"' order by addtime Desc";
// out.print(sqlupdate);
//sqlupdate=sqlupdate+" on a.classid=b.classid group by a.classid,b.class";
ResultSet rst=stmt4.executeQuery(sqlupdate);
//rst.next();
//String todaynum=rst.getString("num");
//rst.close();
//stmt4.close();
while(rst.next()){%>
<TR>
<TD width="100%" bgColor=#f7f7f7 ><IMG height=2
src="images/c.gif"
width=1 border=0>·<A href="soft.jsp?softid=<%=rst.getString("id")%>"
target=_blank><%=rst.getString("softname")%></A><BR><IMG height=2
src="images/c.gif"
width=1 border=0></TD>
</TR>
<%
}%>
</TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=188 border=0>
<TBODY>
<TR>
<TD width="100%"
background="images/left_bg.gif"
height=30>
<P align=center><FONT color=#ffffff><B><SPAN
style="LETTER-SPACING: 1pt">總下載爬行榜</SPAN></B></FONT></P></TD></TR>
<TR>
<TD width="100%" height=4></TD></TR>
<%String sqltop="select top 10 id,softname from download order by hits Desc,addtime Desc";
rst=stmt4.executeQuery(sqltop);
while(rst.next()){%>
<TR>
<TD width="100%"><IMG height=2
src="images/c.gif"
width=1 border=0>·<A href="soft.jsp?softid=<%=rst.getString("id")%>"
target=_blank><%=rst.getString("softname")%></A></A><BR><IMG height=2
src="images/c.gif"
width=1 border=0></TD>
</TR>
<%
}rst.close();
stmt4.close();%>
</TBODY></TABLE></TD>
<TD vAlign=top width=4><IMG height=1
src="images/c.gif"
width=4 border=0></TD>
<TD vAlign=top align=middle width=572>
<TABLE cellSpacing=1 cellPadding=3 width="100%" bgColor=#e6e6e6
border=0><TBODY>
<TR>
<TD align=middle width="100%" bgColor=#f4f4f4 colSpan=2
height=26><FONT size=2><b><%=rs.getString("softname")%></b></FONT></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="23%" height="100%"><B>軟件等級:</B></TD>
<TD width="77%" height="100%">
<%int i,j;
i=Integer.parseInt(rs.getString("grade"));
for (j=0;j<i;j++)
out.print("<IMG src='images/d_star.gif' border=0>");
%>
</TD>
</TR></TBODY></TABLE></TD>
<TD align=middle width=260 bgColor=#ffffff rowSpan=10><img src="<%=rs.getString("images")%>" width="251" height="238" border="0"></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="23%" height="100%"><B>軟件大小:</B></TD>
<TD width="77%" height="100%"><%=rs.getString("softsize")%></TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>軟件語言:<%=rs.getString("lang")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>授權方式:<%=rs.getString("sq")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>軟件類別:<%=rs.getString("jb")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff
height=23><B>運行環境:<%=rs.getString("yxhj")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>軟件更新:<%=rs.getDate("addtime")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>下載說明:<%=rs.getString("urlsay")%></B></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>程序演示:</B><A
href="<%=rs.getString("codeshow")%>" target=_blank>程序演示</A> <A
href="<%=rs.getString("abouturl")%>" target=_blank>作者主頁</A></TD>
</TR>
<TR>
<TD width=312 bgColor=#ffffff height=23><B>下載次數:<%=rs.getString("hits")%></B></TD>
</TR>
<TR>
<TD vAlign=top width="100%" bgColor=#ffffff colSpan=2>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width=69 bgColor=#ffffff
height=30><B>軟件介紹:</B></TD>
<TD vAlign=top width=485 bgColor=#ffffff
height=30><%=rs.getString("note")%></TD>
</TR>
<TR>
<TD
background="images/bg_dot.gif"
colSpan=2 height=1></TD></TR>
<TR>
<TD bgColor=#ffffff colSpan=2
height=23><B>立即下載:</B></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff colSpan=2
height=24><TABLE id=AutoNumber2
style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD width="50%">
<%
Cookie cookies[]=request.getCookies();
//if (((rs.getString("jb")).equals("免費軟件"))&&(session.getAttribute("IsMem")==null|session.getAttribute("IsMem")=="")){
if (((rs.getString("jb")).equals("免費軟件"))|(cookies==null)){%>
<IMG src="images/down1.gif" border=0>><A title="<%=rs.getString("softname")%>"
href="softdown.jsp?softid=<%=rs.getString("id")%>"><%=rs.getString("softname")%></A>
<%}else{%>
該軟件為會員軟件,請<a href="login.jsp"><strong>登陸</strong></a>后進行下載!
<%}%> </TD>
<TD width="50%" rowSpan=3>
<SCRIPT language=JavaScript
src="images/adv5_3.htm"
type=text/JavaScript></SCRIPT>
</TD></TR>
<TR>
<TD width="50%"> </TD>
</TR>
<TR>
<TD width="50%"> </TD>
</TR>
<TR>
<TD width="50%"> </TD>
<TD width="50%" rowSpan=3>
<SCRIPT language=JavaScript
src="images/adv2_3.htm"
type=text/JavaScript></SCRIPT>
</TD></TR>
<TR>
<TD width="50%"> </TD>
</TR>
<TR>
<TD width="50%"> </TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=left bgColor=#ffffff colSpan=2
height=60><SCRIPT language=JavaScript
src="images/ads.htm"
type=text/JavaScript> </SCRIPT>
<SCRIPT language=javascript
src="images/ads_56560.js"></SCRIPT>
</TD></TR>
<TR>
<TD bgColor=#ffffff colSpan=2 height=20><B><FONT
color=#ff0000>相關軟件:</FONT></B></TD></TR>
<TR>
<TD
background="images/bg_dot.gif"
colSpan=2 height=1></TD></TR>
<TR>
<TD colSpan=2 height=4></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff colSpan=2
height=50>·<A
href="http://search.union.3721.com/search_result.htm?fw=union&oid=670296946&e=MwQPn+HfAnT478Vk/h+N3mMXn6kabXo=&pid=S_fihu_107327&name=<%=rs.getString("softname")%>%20&">搜索更多與"<b><%=rs.getString("softname")%></b>"相關的軟件</A></TD>
</TR>
<TR>
<TD bgColor=#ffffff colSpan=2
height=23><B>注意事項:</B></TD></TR>
<TR>
<TD bgColor=#ffffff colSpan=2 height=50>·<FONT
color=#ff0000>注意</FONT>:本站軟件一律只用鼠標左鍵打開,否則將不能正常下載!<BR>·如果出現該頁無法顯示,請多試幾次;如果總是不能下載,請點擊<A
onclick='window.open("../error.jsp?id=<%=rs.getString("id")%>","error","width=200,height=100,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no")'
href="javascript:"><FONT
color=#ff0000><B>報告錯誤</B></FONT></A>,謝謝!<BR>·請一定升級到最新版[<A
href="search.jsp?k=WINRAR"><FONT
color=#ff0000>WinRAR</FONT></A>]才能正常解壓本站提供的軟件;如有其它問題,歡迎發信<A
href="mailto:shuiruohanilove@sina.com?subject=About:%5B<%=rs.getString("id")%>%5D%20<%=rs.getString("softname")%>"><FONT
color=#ff0000><B>聯系管理員</B></FONT></A>.<BR>
·由于網站服務器承受能力有限,請其他網站不要直接鏈接我們提供的軟件,謝謝!!</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top align=middle width=4><IMG height=1
src="images/c.gif"
width=4 border=0></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript
src="images/foot.js"></SCRIPT>
<TABLE id=AutoNumber1 style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%"></TD></TR></TBODY></TABLE></BODY></HTML>
<%
rs.close();
stmt.close();
conn.close();
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -