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

📄 b05e1d53938b001d15308c60c44fcf1d

📁 BBS系统
💻
📖 第 1 页 / 共 2 页
字号:
  海南手机之家</A>
  <LI><A href="http://it.hinews.cn/bbs/index-htm-cateid-50.html">&gt;&gt; 
  网站管理</A>
  <LI>&nbsp;<A href="http://it.hinews.cn/bbs/thread-htm-fid-51.html">|- 
  友情链接申请区</A>
  <LI><A href="http://it.hinews.cn/bbs/index-htm-cateid-1.html">&gt;&gt; 
  内务府</A></LI></UL></DIV></DIV><!--ads begin--><!--ads end-->
<DIV class=t3>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center>
  <TBODY>
  <TR>
    <TD vAlign=center align=left>
      <DIV class=pages><A style="FONT-WEIGHT: bold" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-1.html">&laquo;</A><B> 
      1 </B><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-2.html">2</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-3.html">3</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-4.html">4</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-5.html">5</A><INPUT 
      onkeydown="javascript: if(event.keyCode==13){ location='thread.php?fid=23&amp;search=&amp;page='+this.value;return false;}" 
      size=3><A style="FONT-WEIGHT: bold" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-98.html">&raquo;</A> 
      Pages: ( 1/98 total )</DIV></TD>
    <TD style="TEXT-ALIGN: right"><A 
      onmouseover="mouseover_open('menu_post','td_post','4');" 
      href="http://it.hinews.cn/bbs/post-htm-fid-23.html"><IMG id=td_post 
      src="img/post.png"></A></TD></TR></TBODY></TABLE></DIV>
<DIV class="menu tac f14" id=menu_post style="DISPLAY: none">
<UL style="WIDTH: 100px">
  <LI><A href="http://it.hinews.cn/bbs/post-htm-fid-23-special-4.html">交 易</A> 
  <LI><A href="http://it.hinews.cn/bbs/post-htm-fid-23-special-1.html">投 票</A> 
  </LI></UL></DIV>
<DIV class=t style="MARGIN: 3px auto">
<TABLE id=ajaxtable cellSpacing=0 cellPadding=0 width="100%">
  <TBODY>
  <TR>
    <TH class=h style="WIDTH: 100%" colSpan=6><A class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23.html">所有主题</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search-digest.html">精华主题</A> 
      <A class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-1.html">大话IT</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-2.html">DIY攒机</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-3.html">数码影人</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-4.html">爆笑图闻</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-5.html">IT学堂</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-6.html">视频分享</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-7.html">超频协会</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-8.html">性感图片</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-9.html">IT资讯</A> <A 
      class="fr a2 fn" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-type-10.html">酷玩</A> <A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23.html">IT大杂烩</A><SPAN> 版主: 
      &nbsp;<A 
      href="http://it.hinews.cn/bbs/profile-htm-action-show-username-&ETH;&iexcl;±ò±ò.html">小彬彬</A> 
      </SPAN></TH></TR>
  <TBODY style="TABLE-LAYOUT: fixed">
  <TR></TR>
  
  <TR class=tr2>
    <TD class="tac y-style">状态</TD>
    <TD class=tac style="WIDTH: 56%">文章</TD>
    <TD class=y-style style="WIDTH: 10%">作者</TD>
    <TD class=y-style style="WIDTH: 6%">回复</TD>
    <TD class=y-style style="WIDTH: 6%">人气</TD>
    <TD class=y-style style="WIDTH: 17%">最后发表</TD></TR>
    
  <%
   int threadID=(new Integer(request.getParameter("threadID").toString())).intValue();
    	messageDao md=new messageDao();
	    ArrayList al=new ArrayList();
	    al=md.getmessagetwo(threadID);
	    Iterator ti=al.iterator();
	    String text="";
	    String username="";
	    String mun="";
	    String createdate="";
	    String createdate2="";
	    while(ti.hasNext()){
	     messageBean mb= (messageBean)ti.next();
	     text=mb.getContext();
	     if(mb.getContext().length()>25){
	    text=mb.getContext().substring(0,25);
	    }
	    if(text.length()>30){
	     text.substring(0,30);
	    }
	    userDao ud=new userDao();
	    username=ud.getUsertwo(mb.getUserID()); 
	    ArrayList all=new ArrayList();
	    all=md.getmessagethree(mb.getMessageID());
	    Iterator tii=al.iterator();
	     messageBean mbb= (messageBean)tii.next();
	     userDao udd=new userDao();
	    mun=udd.getUsertwo(mbb.getUserID());  
  		createdate=mb.getCreateDate().substring(0,10);
  		createdate2=mbb.getCreateDate().substring(0,10);
   %>  
    
  <TR class="tr3 t_one" onmouseover="this.className='tr3 t_two'" 
  onmouseout="this.className='tr3 t_one'" align=middle>
    <TD><A title=打开新窗口 href="http://it.hinews.cn/bbs/read-htm-tid-10357.html" 
      target=_blank><IMG src="img/topichot.gif" border=0></A></TD>
    <TD id="" style="PADDING-LEFT: 8px; TEXT-ALIGN: left"><IMG alt=置顶帖标志 
      src="img/headtopic_2.gif"> 
      <H3><A id="" href="massage.jsp?messageID=<%=mb.getMessageID() %>" target=_blank><%=text %></A></H3></TD>
    <TD class="tal y-style"><A class=bl 
      href="http://it.hinews.cn/bbs/profile-htm-action-show-uid-4.html" 
      target=_blank><%=username %></A> 
      <DIV class=f10><%=createdate %></DIV></TD>
    <TD class="tal f10 y-style">11</TD>
    <TD class="tal f10 y-style"><%=mb.getClickCnt() %></TD>
    <TD class="tal y-style"><A class=f10 
      href="http://it.hinews.cn/bbs/read-htm-tid-10357-page-e-fpage-1.html#a"><%=createdate2 %></A><BR>by: <%=mun%></TD>
   </TR>
      
  <%} %>    
      
      
      
      
  <TR class="tr3 t_one" onmouseover="this.className='tr3 t_two'" 
  onmouseout="this.className='tr3 t_one'" align=middle>
    <TD><A title=打开新窗口 href="http://it.hinews.cn/bbs/read-htm-tid-80.html" 
      target=_blank><IMG src="img/topichot.gif" border=0></A></TD>
    <TD id="" style="PADDING-LEFT: 8px; TEXT-ALIGN: left"><IMG alt=置顶帖标志 
      src="img/headtopic_1.gif"> 
      <H3><A id="" href="http://it.hinews.cn/bbs/read-htm-tid-80.html" 
      target=_blank>一个超BT超恐怖的广告—有心脏病的别看!</A></H3><IMG 
      src="img/img.gif" align=absBottom border=0> <IMG alt=精华帖标志 
      src="img/digest_1.gif" align=absMiddle> [ <IMG 
      src="img/multipage.gif" border=0><SPAN 
      style="FONT-SIZE: 7pt; FONT-FAMILY: verdana"> <A 
      href="http://it.hinews.cn/bbs/read-htm-tid-80-page-1-fpage-1.html">1</A> 
      <A 
      href="http://it.hinews.cn/bbs/read-htm-tid-80-page-2-fpage-1.html">2</A> 
      <A 
      href="http://it.hinews.cn/bbs/read-htm-tid-80-page-3-fpage-1.html">3</A></SPAN> 
      ] </TD>
    <TD class="tal y-style"><A class=bl 
      href="http://it.hinews.cn/bbs/profile-htm-action-show-uid-9.html" 
      target=_blank>小花猪</A> 
      <DIV class=f10>2007-06-21</DIV></TD>
    <TD class="tal f10 y-style">89</TD>
    <TD class="tal f10 y-style">4336</TD>
    <TD class="tal y-style"><A class=f10 
      href="http://it.hinews.cn/bbs/read-htm-tid-80-page-e-fpage-1.html#a">2008-09-12 
      10:27 </A><BR>by: lamian2061</TD>
    </TR>
    
    
    
  <TR class="tr3 t_one" onmouseover="this.className='tr3 t_two'" 
  onmouseout="this.className='tr3 t_one'" align=middle>
    <TD><A title=打开新窗口 href="http://it.hinews.cn/bbs/read-htm-tid-209.html" 
      target=_blank><IMG src="img/topichot.gif" border=0></A></TD>
    <TD id="" style="PADDING-LEFT: 8px; TEXT-ALIGN: left"><IMG alt=置顶帖标志 
      src="img/headtopic_1.gif"> [IT学堂] 
      <H3><A id="" href="http://it.hinews.cn/bbs/read-htm-tid-209.html" 
      target=_blank>未满18岁的朋友止步,打了马赛克的色情图片</A></H3><IMG 
      src="img/img.gif" align=absBottom border=0> <IMG alt=精华帖标志 
      src="img/digest_1.gif" align=absMiddle> </TD>
    <TD class="tal y-style"><A class=bl 
      href="http://it.hinews.cn/bbs/profile-htm-action-show-uid-15.html" 
      target=_blank>小名</A> 
      <DIV class=f10>2007-07-02</DIV></TD>
    <TD class="tal f10 y-style">27</TD>
    <TD class="tal f10 y-style">4187</TD>
    <TD class="tal y-style"><A class=f10 
      href="http://it.hinews.cn/bbs/read-htm-tid-209-page-e-fpage-1.html#a">2008-09-04 
      09:33 </A><BR>by: 雪域游侠</TD>
	  </TR>
	  
  <TR>
    <TD style="HEIGHT: 8px"></TD></TR></TBODY></TABLE></DIV>
<DIV class=t3>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center>
  <TBODY>
  <TR>
    <TD align=left>
      <DIV class=pages><A style="FONT-WEIGHT: bold" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-1.html">&laquo;</A><B> 
      1 </B><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-2.html">2</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-3.html">3</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-4.html">4</A><A 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-5.html">5</A><INPUT 
      onkeydown="javascript: if(event.keyCode==13){ location='thread.php?fid=23&amp;search=&amp;page='+this.value;return false;}" 
      size=3><A style="FONT-WEIGHT: bold" 
      href="http://it.hinews.cn/bbs/thread-htm-fid-23-search--page-98.html">&raquo;</A> 
      Pages: ( 1/98 total )</DIV></TD>
    <FORM name=jump method=post>
    <TD align=right><A title=查看您在本版块的权限 
      href="http://it.hinews.cn/bbs/profile-htm-action-forumright-fid-23.html">版块权限查看</A>&nbsp; 
      <SELECT onchange=Fjump(this.options[this.selectedIndex].value)><OPTION 
        value="" selected>快速跳至</OPTION> <OPTION value=22>&gt;&gt; 
        海南IT论坛大杂烩</OPTION> <OPTION value=23>&nbsp;|- IT大杂烩</OPTION> <OPTION 
        value=49>&nbsp;|- 海南IT新旧二手交易市场</OPTION> <OPTION value=25>&nbsp;|- 
        BT疯狂下载</OPTION> <OPTION value=27>&nbsp;|- 海南手机世界</OPTION> <OPTION 
        value=10>&nbsp;|- 产品团购</OPTION> <OPTION value=52>&nbsp;|- 
        海南IT企业招聘区</OPTION> <OPTION value=53>&nbsp;|- 海南站长交流</OPTION> <OPTION 
        value=12>&gt;&gt; 海南经销商区</OPTION> <OPTION value=35>&gt;&gt; 
        海南经销商推荐区</OPTION> <OPTION value=47>&nbsp;|- 海南手机之家</OPTION> <OPTION 
        value=50>&gt;&gt; 网站管理</OPTION> <OPTION value=51>&nbsp;|- 
        友情链接申请区</OPTION> <OPTION value=1>&gt;&gt; 
  内务府</OPTION></SELECT></TD>
  </form>
  </TR>
  <TR vAlign=top>
    <FORM action=thread.php?fid=23&amp;page=1 method=post>
    <TD style="VERTICAL-ALIGN: middle"><SELECT name=search> <OPTION value="" 
        selected>所有主题</OPTION> <OPTION value=digest>本版精华区</OPTION> 
        <OPTION value=1>1天内的主题</OPTION> <OPTION value=2>2天内的主题</OPTION> 
        <OPTION value=7>1星期内的主题</OPTION> <OPTION value=30>1个月内的主题</OPTION> 
        <OPTION value=60>2个月内的主题</OPTION> <OPTION value=90>3个月内的主题</OPTION> 
        <OPTION value=180>6个月内的主题</OPTION> <OPTION value=365>1年内的主题</OPTION></SELECT> 
        <INPUT class=btn onclick=this.form.submit(); type=button value="提 交"> 
    </TD>
    </form>
    <TD style="PADDING-TOP: 5px; TEXT-ALIGN: right"><A 
      onmouseover="mouseover_open('menu_post','td_post1','4');" 
      href="http://it.hinews.cn/bbs/post-htm-fid-23.html"><IMG id=td_post1 
      src="img/post.png"></A></TD></TR></TBODY></TABLE></DIV>
<CENTER><IMG src="img/topicnew.gif"> 开放主题 <IMG 
src="img/topichot.gif"> 热门主题 <IMG 
src="img/topiclock.gif"> 锁定主题 <IMG 
src="img/topicclose.gif"> 关闭主题 <IMG 
src="img/vote.gif"> 投票主题 <IMG 
src="img/votelock.gif"> 锁定投票 </CENTER><BR>
<SCRIPT language=JavaScript>
ifcheck = true;
function CheckAll(form){
	for(var i=0;i<form.elements.length-12;i++){
		var e = form.elements[i];
		if(e.type=='checkbox') e.checked = ifcheck;
	}
	ifcheck = ifcheck == true ? false : true;
}
function Fjump(value){
	if(value!=''){
		window.location=('http://it.hinews.cn/bbs/thread.php?fid='+value);
	}
}
function Ajump(value){
	if(value!= ''){
		window.location=('http://it.hinews.cn/bbs/profile.php?action=show&username='+value);
	}
}
</SCRIPT>

<HR>
</DIV>
<SCRIPT type=text/javascript><!--
//<![CDATA[
document.write('<scr'+'ipt type="text/javascript" src="/twatch/jslogger.php?ref='+( document ["referrer"]==null?'':escape(document.referrer))+'&pg='+escape(window.location) +'&cparams=true"></scr'+'ipt>');
//]]>
//--></SCRIPT>

<SCRIPT language=JavaScript src="img/global.js"></SCRIPT>
<BR>
<CENTER class=gray>
<DIV class=lin5></DIV>
<DIV class="bgbq lin3">
<CENTER>
<DIV class=lin5></DIV>
<DIV class=gcol>海南日报报业集团<A href="http://www.hinews.cn/">南海网</A> 版权所有 ◎1999-2006  
电话:(86)0898-66810815  传真:0898-66810545 频道中心客服QQ:<A 
href="tencent://message/?uin=731684080&amp;Site=海南IT&amp;Menu=yes" 
target=blank><IMG alt=点击这里给我发消息 src="img/7_offline.gif" 
border=0></A>&nbsp;频道中心业务联系:<A 
href="tencent://message/?uin=984621895&amp;Site=海南IT&amp;Menu=yes" 
target=blank><IMG alt=点击这里给我发消息 
src="img/7_offline(1).gif" 
border=0></A>&nbsp; <BR>地址:海南省海口市金盘路30号新闻大厦9楼 <BR>提示:浏览本站最佳分辨率为1024×768.
<SCRIPT type=text/javascript><!--
//<![CDATA[
document.write('<scr'+'ipt type="text/javascript" src="/twatch/jslogger.php?ref='+( document ["referrer"]==null?'':escape(document.referrer))+'&pg='+escape(window.location) +'&cparams=true"></scr'+'ipt>');
//]]>
//--></SCRIPT>
 </DIV>
<DIV class=lin5></DIV><!--
<small>
<a href="http://it.hinews.cn" target="_blank"><b>非常IT</b></a> <a href="http://www.hinews.cn" target="_blank"><b style="color:#FF9900">南海网</b></a>   Corporation</small>
--></CENTER><BR>
<DIV id=footer><SPAN class="f12 fl"></SPAN><A 
href="http://it.hinews.cn/ads.php">联系我们</A> | <A 
href="http://it.hinews.cn/bbs/wap/index.php">Wap</A> | <A 
href="javascript:scroll(0,0)">顶端</A> </DIV></DIV></CENTER></BODY></HTML>

⌨️ 快捷键说明

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