加入收藏 设为首页 联系站长
  >首页 -> phpCMS
 
本站推荐:最新 PHPCMS内置采集教程
[ 录入者:admin | 时间:2008-05-06 14:07:49 | 浏览:787次 ]
本教程以(PHPCMS内置采集模块[2006-10-24 beta3版])为蓝本,下载地址http://soft.phpcms.cn/2006/1014/soft_76.html,在其基础上制作完成,若有小规模变动,请参照修改
1 、安装采集模块
       1、该采集模块是在PHPCMS3.0的框架下完成的,必须运行于PHPCMS3.0的框架内。
       2、在官方下载到最新的采集模块文件包,这里必须与您的网站使用的编码版本对应,如果您不能确定使用的是什么版本,请查看PHPCMS安装根目录/config.php文件内$charset='';行。
       3、执行安装:
                1、将程序包解压后所有文件使用FTP(二进制模式)上传到PHPCMS系统根目录下的spider目录内
                2、若您的服务器为Linux系统,请将spider/下rules文件夹的目录权限设置为777
                3、进入PHPCMS后台->系统设置->添加模块 在模块目录里填入spider下一步确认安装
                4、系统设置->更新缓存 刷新后台后即可出现采集管理菜单
  

可能出现的错误:

MySQL Error:Unknown character set: 'gbk'
MySQL Errno:1115
Message:MySQL Query Error
这是因为服务器mysql不能识别charse:gbk 解决办法,更改根目录config.php内$charset = 'gbk';   //数据库连接字符集 置$charset='';待安装完成后再将其更改回来

如果您是从beta1,beta2版本升级过来,请上传覆盖文件后直接在系统设置->数据库管理内执行一下一条语句直接升级
  ALTER TABLE phpcms_spider_urls add  `IsOut` tinyint(1) NOT NULL default '0';

进入后台后,左侧出现采集菜单表示安装成功
至此安装全部完成。[next]

2、采集操作流程

大致的流程为:后面将用实例一一加以说明
1、建立你的采集站点,因为一般的站点下的栏目规则基本相同,建议在这里定义好一个整站规则,以后从该站下建立的任务的规则将从里面直接派生
2、建立你的采集任务,这里主要定义你要采集文章的入口连接以及这些文章中结构化内容的提取,请在标签中定义好规则,高级设置中则涉及该任务是否下载文件,编码设置和多线程设置的一些问题
3、可以选择测试一下任务,或直接进入采集网址的环节,系统将自动分析每一个连接,完成后将引导你进入采集内容或查看内容(可删除无用连接)
4、开始采集内容,直到所有线程完成,系统将引导你进入发布内容或查看内容(可删除无用文章内容)
5、直接使用默认的发布内容设置或修改后,发布到您选定的频道下的栏目内
6、进入你的栏目下点击管理文章,选择是否生成html形式发布文章,至此一个任务的采集基本流程完成

主线:建立站点—>建立任务(分析网址,分析内容规则,设置采集属性)—>采集网址—>采集内容—>发布内容—>生成文章[next]

3、采集实例分析

http://netsecurity.51cto.com/的整站为例,因为该站下属各栏目的模板大致一样,可以在建立一个整站规则,建立任务规则时即可从整站派生

1、设定站点的基本信息

2、建立整站文章的规则,我们选取一个有分页的页面进行设置,这样规则更具有普遍性

选取这篇文章 内核级Rootkit的加载和调试(1) http://netsecurity.51cto.com/art/200610/33337.htm

查看该篇文章的源代码如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" c>
<title>内核级Rootkit的加载和调试(1)_51CTO.COM--中国最大的网络技术网站</title>
<style type="text/css">
<!--


.floatright {
float: left;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-family: "Comic Sans MS", "Arial Narrow";
font-size: 14px;
font-weight: lighter;
color: #990066;
text-align: center;
}
.style17 { font-size: 14px;
font-weight: bold;
color: #336699;
}
.style18 { color: #2c4c78;
font-size: 12px;
}
.style19 {color: #336699}
.style20 {color: #FF0000}
.style21 { color: #2c4c78;
font-weight: bold;
}
.style24 {color: #007acb; font-weight: bold; font-size: 12px; }
.hei12 {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}.allline {
border: 1px solid #CCCCCC;
}
.lan12x a:link {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:visited {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:active {
text-decoration: underline;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:hover {
text-decoration: underline;
color: #FF0000;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style><style type='text/css'>
.hei12 {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}.allline {
border: 1px solid #CCCCCC;
}
.lan12x a:link {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:visited {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:active {
text-decoration: underline;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:hover {
text-decoration: underline;
color: #FF0000;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style><style type='text/css'>
.hei12 {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}.allline {
border: 1px solid #CCCCCC;
}
.lan12x a:link {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:visited {
text-decoration: none;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:active {
text-decoration: underline;
color: 2C4C78;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.lan12x a:hover {
text-decoration: underline;
color: #FF0000;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
.top22 {
font-size: 12px;
color: #000000;
}

-->
</style>
<style type="text/css">
<!--
.style25 {color: #2c4c78; font-weight: bold; font-size: 12px; }
-->
</style>
<style type="text/css">
<!--
.style26 {color: #000000}
-->

</style>

<link href="/images/art.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/php/validate2.js"></script>

<style type="text/css">
.test_1 {
    overflow: hidden;
width:577px;
float:left;
background-color: #f7fbfe;
}
.test_2 { width:183px; float:left; }
.test_3 {
width:760px;
margin-top:6px;
background-color:#f9faf5;
background-position: center;
margin-right:auto;
margin-left:auto;
}
.test_4 {
width:760px;
    background-color:#ffffff;
float:left;
}
.test_5 {
width:556px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
.test_6 {
width:556px;
}
.fit-image {
    border    : 0;
    max-width : 560px;
}

</style>
<link href="新建文件夹/s.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript src="http://www.51cto.com/php/base2.js"
type=text/javascript></SCRIPT>
<SCRIPT language=javascript src="http://www.51cto.com/php/dialog_utf8.js"
type=text/javascript></SCRIPT>
</head>
<body>
<TABLE cellSpacing=0 cellPadding=0 width=761 align=center border=0>
<TBODY>
<TR>
<TD width=134 height=78 rowSpan=3><script language="JavaScript" src="http://www.51cto.com/php/testurl.js"></script></TD>
<TD width=7 height=78 rowSpan=3><IMG height=78 src="http://images.51cto.com/images/home/top_02.jpg" width=7></TD>
<TD width=620 background=http://images.51cto.com/images/home/top_03.jpg height=27><SPAN class=top2><a href="http://www.51cto.com"><FONT color=#ffff00><B>首页</B></FONT></a> <A class=toplink href="http://news.51cto.com/">新闻</A> | <A class=toplink href="http://edu.51cto.com/">职场培训</A><FONT color=#ffff00> 服务</FONT><B>:</B> <A class=toplink href="http://group.51cto.com/"><B><FONT color=#ff0000>技术圈</FONT></B></A> | <A class=toplink href="http://bbs.51cto.com/">论坛</A> | <A class=toplink href="http://blog.51cto.com/">博客</A> | <A class=toplink href="http://job.51cto.com/">招聘</A> | <A class=toplink href="http://soft.51cto.com/">软件</A> | <A class=toplink href="http://www.51cto.com/col/185/">辞典</A> | <A class=toplink href="http://www.51cto.com/col/8/">网址</A> | <A class=toplink href="http://bbs.51cto.com/forumdisplay.php?fid=106">白皮书</A> | <A class=toplink href="http://course.51cto.com/">教程</A> | <A class=toplink href="http://www.51cto.com/col/35/">专题</A> </SPAN></TD></TR>
<TR>
<TD class=linklan12x width=620 background=http://images.51cto.com/images/home/top_04.gif height=24><SPAN class=top1><FONT color=#0100fe><B>文档: </B></FONT></SPAN><A class=linklan12x href="http://tech.51cto.com/">前沿技术</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://network.51cto.com/">组网</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://sysapp.51cto.com/">系统应用</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://netsecurity.51cto.com/">安全</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://developer.51cto.com/">编程</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://stor.51cto.com/"><FONT color=#ff0000>存储</FONT></A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://os.51cto.com/">操作系统</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://database.51cto.com/">数据库</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://server.51cto.com/">服务器</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://solution.51cto.com/">案例库</A><SPAN class=top1> | </SPAN><A class=linklan12x href="http://product.51cto.com/">产品</A></TD></TR>
<TR>
<TD class=linklan12x width=620 background=http://images.51cto.com/images/home/top_05.gif height=27><SPAN class=top1><FONT color=#0100fe><B>专栏: </B></FONT></SPAN><A href="http://developer.51cto.com/art/200509/2876.htm">Java</A><SPAN class=top1> | </SPAN><A href="http://netsecurity.51cto.com/col/514/"><FONT color=#ff0000>防病毒</FONT></A><SPAN class=top1> | </SPAN><A href="http://network.51cto.com/col/497/">路由</A><SPAN class=top1> | </SPAN><A href="http://network.51cto.com/col/496/">交换</A><SPAN class=top1> | </SPAN><A href="http://stor.51cto.com/art/200602/21005.htm">iSCSI</A><SPAN class=top1> | </SPAN><A href="http://stor.51cto.com/art/200601/19484.htm">SAS</A><SPAN class=top1> | </SPAN><A href="http://server.51cto.com/col/901/">刀片</A><SPAN class=top1> | </SPAN><A href="http://cisco.51cto.com/">Cisco</A><SPAN class=top1> | </SPAN><A href="http://os.51cto.com/col/523/"><FONT color=#ff0000>Linux</FONT></A><SPAN class=top1> | </SPAN><A href="http://database.51cto.com/art/200511/12457.htm">Oracle</A><SPAN class=top1> | </SPAN><A href="http://database.51cto.com/art/200602/21558.htm">SQL</A><SPAN class=top1> | </SPAN><A href="http://tech.51cto.com/art/200601/16327.htm">SOA</A><SPAN class=top1> | </SPAN><A href="http://os.51cto.com/art/200608/30248.htm">Solaris</A></TD></TR></TBODY></TABLE>
<div class="test_3">
  <div class="test_1">
<table width="577" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="6" colspan="2"></td>
      </tr>
      <tr>
        <td height="24" bgcolor="#f3f3e9"><span class="STYLE2">  当前位置:<a href='http://www.51cto.com'>首页</a>>><a href='http://netsecurity.51cto.com'>网络安全</a>>><a href='http://netsecurity.51cto.com/col/568/'>教程</a>>>正文</span></td>
        <td bgcolor="#f3f3e9" align="right">其它栏目:<select >
   <option value=''>文章所属栏目</option>
   <option value='http://netsecurity.51cto.com/col/515'>系统安全</option>
</select></td>
      </tr>
    </table>
    <table width="577" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="40" align="center" bgcolor="#f7fbfe"><span style="font-size:16pt; color: #05006c"><b>内核级Rootkit的加载和调试(1)</b></span></td>
      </tr>
      <tr>
        <td height="20" bgcolor="#f7fbfe" class="table2 style3" align="center"><a href="http://www.51cto.com" target="_blank"><font color="#000000">http://www.51cto.com</font></a>  2006-10-24 10:26  作者:宇文  出处:51CTO.com  
</td>
      </tr>
      <tr>
        <td height="6" bgcolor="#f7fbfe"></td>
      </tr>
    </table>
   

<script language="javascript" src="http://www.51cto.com/php/ajax_art_2.js"></script>

    <table width="501" height="60" border="0" align="center" cellpadding="0" cellspacing="2" bgcolor="#F1FEF1">
      <tr>
        <td width="77" rowspan="2" bgcolor="#298F00" align="center">
   <span id=count0_1 class="textz"><b></b></span><span class="textz"><b>个好</b></span></td>
        <td width="339" align="left"><span class="linkzt2">关键字:<a href='/php/search.php?keyword=Rootkit%BC%BC%CA%F5' target='_blank'>Rootkit技术</a></span></td>
        <td width="77" rowspan="2" bgcolor="#298F00" align="center">
   <span id=count0_3 class="textz"><b></b></span><span class="textz"><b>块砖</b></span></td>
      </tr>
      <tr>
        <td align="left"><span class="linkzt2">强力砖:</span>
<span id=zhuan class="linkzt2"></span></td>
      </tr>
      <tr>
        <td bgcolor="#FFE2C5" align="center" class="linkzt"> <a href="javascript:getcounts(33337,1,0)">叫个好</a> </td>
        <td align="left"><span class="linkzt2">评论:</span>
<span id=pinglun class="linkzt2"></span>
<span class="linkzt2">
          | <a href="/php/feedbackt.php?id=33337" target="_blank">查看全部</a> | <a href="javascript:window.external.AddFavorite('http://netsecurity.51cto.com/art/200610/33337.htm', '内核级Rootkit的加载和调试')">收藏本文</a> | <a href="#feedback">我说两句</a></span></td>
        <td bgcolor="#FFE2C5" align="center" class="linkzt"><a href="javascript:getcounts(33337,3,0)">拍一砖</a> <!-- 33337 27764-->
            
        </td>
      </tr>
    </table>
    <table width="577" border="0" cellpadding="0" cellspacing="0" bgcolor="#F7FBFE">
      <tr>
        <td height="10"></td>
      </tr>
      <tr>
        <td colspan="2" align="center" bgcolor="#F7FBFE">
  <span id=adx_zw></span>
  </td>
      </tr>
      <tr>
        <td height="10"></td>
      </tr>
    </table>

   
    <div class="test_5">
      <div class="test_6"><span class=top11 ><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='shortmsg_td'><font color=#006600>【导读】本文向读者介绍加载和调试内核级Rootkit的一些简易方法和工具,其中具体介绍了InstDrv和DebugView这两款小工具的使用。实际上,这些方法只适合于开发期间的简单调试,对于更加复杂的调试工作,我们可以使用SoftIce 或WinDbg之类的调试程序;对于“产品级”的Rootkit的加载,我们需要更加高级的技术,我们将会在后面的文章中详细介绍。</font></td></tr></table></span></div>
   <div class="test_6">
     <!-- 画中画广告开始 -->
<div class="floatright">
<span id=hzhok></span>
</div>
<!-- 画中画广告结束 -->
   
   <span class=top11><p><p>在上一篇文章《<A href="http://netsecurity.51cto.com/art/200609/31683.htm" target=_blank>内核级Rootkit技术入门</A>》中,我们给出了一个可以运行在系统内核并能从中卸载的驱动程序,本文将向读者介绍如何将编译好的驱动程序运行起来并察看它的调试语句给出的消息。换句话说,我们要做的是最简单的调试工作。<br><br><STRONG>一、驱动程序的加载和执行</STRONG></p>
<p>当我们开发Rootkit的时候,经常需要改变其功能,这时经常重复加载、运行、测试、停止和卸载这一系列的动作。加载和运行驱动程序的方法很多,我们这里介绍的是最简单的一种——利用工具软件InstDrv。</p>
<p>InstDrv是一款非常小巧的工具,它的.zip压缩包只有189KB。该工具可以动态地加载、运行、停止和卸载内核级驱动程序。该工具可以从网上下载,为了读者方便使用,该工具可以到论坛<A href="http://bbs.51cto.com/thread-75653-1-1.html" target=_blank>下载</A>。</p>
<p>下面我们以上篇《<A href="http://netsecurity.51cto.com/art/200609/31683.htm" target=_blank>内核级Rootkit技术入门</A>》文章中编译好的驱动程序为例子,来说明如何利用InstDrv加载和卸载内核级驱动程序。InstDrv有两种使用模式,一种模式称为交互模式,它是图形用户界面;另一种模式是命令行模式,在命令行中使用。下面我们首先介绍交互模式的使用方法。<br><table align='center'><tr><td bgcolor='#EBEBE4'>  共4页: 1 <a href='33337_1.htm'>[2]</a> <a href='33337_2.htm'>[3]</a> <a href='33337_3.htm'>[4]</a> <a href='33337_1.htm'>下一页</a>   </td></tr></table>
</span>
   
   </div>
    </div>
    <table width="577" border="0" cellpadding="0"  cellspacing="1" bgcolor="#999999">
      <tr>
        <td bgcolor="#FFFFFF"><table width="575"
                              border="0" align="center" cellpadding="0" cellspacing="0">
          <tbody>
            <tr align="left" bgcolor="#7ea9d3">
              <td style="BORDER-BOTTOM: #9a8f70 1px solid"
                                colspan="3" height="20"> ※相关文章※</td>
            </tr>
            <tr bgcolor="#ffffff">
              <td width="2%" height="118"></td>
              <td width="96%" valign="top" align=left><table width="100%"  border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td height=3></td>
                  </tr>
                <tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200609/31683.htm" target="_blank">内核级Rootkit技术入门</a> (2006/09/05 12:54)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33308.htm" target="_blank">遭遇另类无法删除病毒的处理办法</a> (2006/10/23 16:21)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33296.htm" target="_blank">轻松制服间谍软件的十个妙招</a> (2006/10/23 10:23)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33152.htm" target="_blank">电子政务特点及其系统安全全攻略</a> (2006/10/19 10:33)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33110.htm" target="_blank">一个不放 彻底击破危险的恶意网页</a> (2006/10/18 11:10)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33104.htm" target="_blank">经验学习:黑客常用的九种攻击方法</a> (2006/10/18 10:00)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33006.htm" target="_blank">手动修改 彻底清除征途木马病毒</a> (2006/10/14 10:40)</span></td>
                </tr><tr>
                  <td height=15><span class="table3 style3">·<a href="http://netsecurity.51cto.com/art/200610/33005.htm" target="_blank">采购网络版杀毒软件 谨防三大误区</a> (2006/10/14 10:06)</span></td>
                </tr>
              </table></td>
              <td  width="2%"></td>
            </tr>
          </tbody>
        </table></td>
      </tr>
    </table>
    <table width="577" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td> </td>
      </tr>
    </table>


    <TABLE width=577 height=136 border=0 cellPadding=0 cellSpacing=0 bgColor=#7ea9d3 style="BORDER-RIGHT: #9a8f70 1px solid; BORDER-TOP: #9a8f70 1px solid; BORDER-LEFT: #9a8f70 1px solid; BORDER-BOTTOM: #9a8f70 1px solid">
<TBODY>
<TR>
<TD vAlign=top height=134><table cellspacing="0" cellpadding="0" width="573" border="0">
  <tbody>
    <tr align="left" bgcolor="#7ea9d3">
      <td class="hei12" style="BORDER-BOTTOM: #9a8f70 1px solid" height="20"><a href="http://www.51cto.com/html/zhuanti/">※推荐专题※</a></td>
    </tr>
    <tr bgcolor="#ffffff">
      <td valign="top" align="middle" bgcolor="#dfe6f0"><table width="552" border="0" align="center" cellpadding="2" cellspacing="0">
        <tbody>
          <tr>
            <td width="276"><table class="allline" cellspacing="0" cellpadding="0" width="276" border="0">
              <tbody>
                <tr>
                  <td class="lan12x" align="middle" width="90"><img height="70" src="http://www.51cto.com/files/uploadimg/20051018/132428858.jpg" width="80" border="0" /><br />
                        <a href="http://www.51cto.com/html/2005/1018/8400.htm">MySQL备份</a></td>
                  <td class="lan12x" align="middle" width="7"></td>
                  <td valign="top" width="186"><table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/1011/6983.htm">Java网络程序设计</a></div></td>
                      </tr>
                      <tr>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0920/3419.htm">.NET开发手册</a></div></td>
                      </tr>
                      <tr>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/1014/7711.htm">Delphi语言开发手册</a></div></td>
                      </tr>
                      <tr>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0930/4390.htm">C#技术开发指南</a></div></td>
                      </tr>
                      <tr>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com//html/2005/0919/3322.htm"><font color="red">微软TechED 2005技术资料下载</font></a></div></td>
                      </tr>
                    </tbody>
                  </table></td>
                </tr>
              </tbody>
            </table></td>
            <td valign="top" width="276"><table class="allline" cellspacing="0" cellpadding="0" width="276" border="0">
              <tbody>
                <tr>
                  <td valign="top" width="177"><table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="10" class="lan12x"></td>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0928/3941.htm">三层交换技术专题</a></div></td>
                      </tr>
                      <tr>
                        <td width="10" class="lan12x"></td>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0817/1688.htm">常用交换机典型配置</a></div></td>
                      </tr>
                      <tr>
                        <td width="10" class="lan12x"></td>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0813/1342.htm">Apache技术专题</a></div></td>
                      </tr>
                      <tr>
                        <td width="10" class="lan12x"></td>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0813/1440.htm">Windows集群服务应用</a></div></td>
                      </tr>
                      <tr>
                        <td width="10" class="lan12x"></td>
                        <td class="lan12x" height="20"><div align="left"><a href="http://www.51cto.com/html/2005/0831/2268.htm">综合布线技术</a></div></td>
                      </tr>
                    </tbody>
                  </table></td>
                  <td width="7"></td>
                  <td align="middle" width="130"><div align="center"><span class="lan12x"><img height="70" src="http://www.51cto.com/files/uploadimg/20050913/185908819.gif" width="80" border="0" /><br />
                            <a href="http://www.51cto.com/html/2005/0913/2975.htm">ADSL面面俱到</a></span></div></td>
                </tr>
              </tbody>
            </table></td>
          </tr>
        </tbody>
      </table>
          <div align="center"></div></td>
    </tr>
  </tbody>
</table></TD>
</TR></TBODY></TABLE>
    <table width="577" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td> </td>
      </tr>
    </table>
    <table width="577" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="577" border="0" align="center" cellpadding="0" cellspacing="0"
                              bgcolor="#edf0f7">
          <tr bgcolor="#ffffff">
            <td colspan="2"><!--评论开始-->
                <a name="feedback" id="feedback"></a>
                <table width="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#868788">
        <tr>
        
        <td width="100%" bgcolor="#EDF0F7">
        
        <table width="567"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EDF0F7">
          <tr bgcolor="#FFFFFF">
            <td height="5" bgcolor="#EDF0F7"></td>
          </tr>
          <tr bgcolor="#FFFFFF">
         
          <td bgcolor="#FFFFFF">
         
          <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="zw">
            <tr>
              <td width="10"></td>
              <td colspan="2">
              <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td align="left"><script language='JavaScript' type='text/javascript' src='http://www.51cto.com/auth2.php?referer=http://netsecurity.51cto.com/art/200610/33337.htm'></script>
                    <input type="hidden" name="artID" value="33337" />
                    <input type="hidden" name="quick" value="0" />
                </tr>
                </td>
               
                <td width="100" align="right"><a href="/php/feedbackt.php?id=33337" target="_blank">评论共<span id=pinglunnum class="linkzt2"></span>条</a></td>
                </tr>
              </table>
            </td>
            
            </tr>
            
            <tr>
              <td width="10"></td>
              <td align="left" ><textarea name="msg" cols="60" rows="4" id="msg" ></textarea></td>
              <td align="center" width="100">匿名发表:
                <input name="nouser" type="checkbox" value="1">
                <br>
                <br>
                <input type="submit" name="Submit" value="提交" width="8"></td>
            </tr>
            <tr>
              <td width="10"></td>
              <!--<td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                                      <tr>
                                        <td align="left">快捷回复:</td>
                                        <td align="left"><input type="checkbox" name="quickbox" value="2" />
                                          不好说
                                          <input type="checkbox" name="quickbox" value="4" />
                                          不知所云
                                          <input type="checkbox" name="quickbox" value="5" />
                                          更多资料
                                          <input type="checkbox" name="quickbox" value="6" />
                                          了解方案
                                          <input type="checkbox" name="quickbox" value="7" />
                                          认识厂商</td>
                                      </tr>
                                  </table></td> -->
            </tr>
   
   <tr>
       <td></td>
  <td  valign='bottom' align="left">验证码
   
    <input name='authnum' type='text' style='width:50px;' value=''/>
    <img src="http://www.51cto.com/php/seccode.php"  style="cursor : pointer;"> <span class='redzi12_px'>(如果看不清请点击图片进行更换.)</span>
    </td></tr>   
   
   
            <tr>
              <td width="10" height="5"></td>
              <td colspan="2"></td>
            </tr>
          </table>
          </td>
         
          </tr>
         
          <tr bgcolor="#FFFFFF">
            <td height="5" bgcolor="#EDF0F7"></td>
          </tr>
        </table>
        </form>
        
      </table>
              <!--评论结束--></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <table width="577" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td> </td>
      </tr>
    </table>
  </div>
  
  <div class="test_2">
<table
                  style="BORDER-RIGHT: #9a8f70 1px solid; BORDER-TOP: #9a8f70 1px solid; BORDER-LEFT: #9a8f70 1px solid; BORDER-BOTTOM: #9a8f70 1px solid"
                  cellspacing="0" cellpadding="0" width="183" border="0">
      <tr>
        <td><TBODY></td>
      </tr>
      <tr>
        <td valign="top" bgcolor="#ffffff"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="searchform" action="/php/search.php" method="post">
<tr bgcolor="#7EA9D3">
<td height="20" colspan="4" align="center" style="border-bottom:1px solid #9A8F70;">文章搜索</td>
</tr>
<tr>
<td height="4" colspan="4"></td>
</tr>
<tr>
<td width="100%" height=25>关键字:<input name="keyword" type="text" id="keyword" size="15" class=top22><input type=submit value=搜 class=top22></td></tr>
</form>
</table></td>
      </tr>
      <tr>
        <td></TBODY></td>
      </tr>
    </table>
    <table width="183" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="6"></td>
      </tr>
    </table>
    <table width="183" border="0" cellspacing="1" cellpadding="0" bgcolor="#FFBF46">
<tr><td align="center" bgcolor="#FFFFEF" height="20" style="PADDING-LEFT: 5px; PADDING-TOP: 2px">
<a href="http://netsecurity.51cto.com/col/568/newtop.htm" target="_blank"><font color="blue">最新TOP200</font></a><br>
<a href="http://netsecurity.51cto.com/col/568/hottop.htm" target="_blank"><font color="blue">点击TOP200</font></a>
</td></tr>
</table>
    <table width="183" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="6"></td>
      </tr>
    </table>
    <iframe src="http://netsecurity.51cto.com/col/568/hotart.htm" width="183" height="400" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowTransparency="true"></iframe>
  </div>

<div class="test_4">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="10"></td>
  </tr>
  <tr>
    <td height="22" bgcolor="#f5f5f5"> </td>
  </tr>
  <tr>
    <td height="50"><TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD align=center width=760 height=30><SPAN class="tableend style3"><BR>Copyright©2005-2006 <A href="http://www.51cto.com/" target=_blank><FONT color=blue>51CTO.COM</FONT></A> 版权所有</SPAN><BR></TD></TR>
<TR>
<TD height=20></TD></TR>
</TBODY></TABLE></td>
  </tr>
</table>
</div>
</div>
<span id=countview1 class="textz"></span>
<script language="javascript">
getcounts(33337,11,0);
getcounts(33337,13,0);
</script>
<span id=tech_art_center_real_3>
<script src="/php/count.php?view=yes&artID=33337" language="javascript"></script>
</span>

<SCRIPT>
    document.getElementById('countview1').innerHTML=document.getElementById('tech_art_center_real_3').innerHTML;
    document.getElementById('tech_art_center_real_3').innerHTML="";
</SCRIPT>


<span id=tech_art_center_real_4>
<script language="JavaScript" src="/php/getzhuan.php?artid=33337"></script>
</span>

<SCRIPT>
     document.getElementById('zhuan').innerHTML=document.getElementById('tech_art_center_real_4').innerHTML;
    document.getElementById('tech_art_center_real_4').innerHTML="";
</SCRIPT>


<span id=tech_art_center_real_5>
<script language="JavaScript" src="/php/getArtCount.php?artid=33337&type=all"></script>
</span>

<SCRIPT>
    document.getElementById('pinglun').innerHTML=document.getElementById('tech_art_center_real_5').innerHTML;
    document.getElementById('tech_art_center_real_5').innerHTML="";
</SCRIPT>


<span id=tech_art_center_real_6>
<script language='JavaScript' type='text/javascript' src='http://www.51cto.com/exp/adx_zw.js'></script>
</span>

<SCRIPT>
    document.getElementById('adx_zw').innerHTML=document.getElementById('tech_art_center_real_6').innerHTML;
    document.getElementById('tech_art_center_real_6').innerHTML="";
</SCRIPT>

<span id=tech_art_center_real_7>
<script language='JavaScript' type='text/javascript' src='http://www.51cto.com/exp/ad_js/hzh_wlaq.js'></script>
</span>
<SCRIPT>
    document.getElementById('hzhok').innerHTML=document.getElementById('tech_art_center_real_7').innerHTML;
    document.getElementById('tech_art_center_real_7').innerHTML="";
</SCRIPT>
<span id=tech_art_center_real_8>
<script language="JavaScript" src="/php/getArtCount.php?artid=33337&type=all"></script>
</span>

<SCRIPT>
    document.getElementById('pinglunnum').innerHTML=document.getElementById('tech_art_center_real_8').innerHTML;
    document.getElementById('tech_art_center_real_8').innerHTML="";
</SCRIPT>
</body>
</html>

 

<< < 1 2 3 4 > >> 1/4
 
    因被采集网站改版导致采集规则不能用的请到论坛服务版提出 我们会第一时间修改!
    你有想采集的网站吗?到论坛来发贴,我们会有人帮你免费写规则!请点击这里进入论坛
 
 [ 上一篇 ]  
 [ 下一篇 ]  采集西安新闻网的本地新闻
  点击排行
  本站推荐