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

📄 admin_articlegather.jsp

📁 一个抓取程序
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>PHPCOO网站管理系统-管理页面</title>
		<LINK href="/WebSpider/admin/style.css" type=text/css rel=stylesheet>
	</head>
	<body leftmargin=0 bottommargin=0 rightmargin=0 topmargin=0>
		<BR style="OVERFLOW: hidden; LINE-HEIGHT: 3px">
		<table border=0 align=center cellpadding=3 cellspacing=1
			class=TableBorder>
			<tr> 
				<th>
					基金HTTP采集管理
				</th>
			</tr>
			<tr>
				<td class=TableRow1>
					<b>说明:</b>
					<br>
					&nbsp;&nbsp;①、第一次使用本功能,请修改
					<a href='?action=config&ChannelID=1' class='showlink'>采集基本设置</a>;
					<br>
					&nbsp;&nbsp;②、采集前请
					<font color=blue>编辑</font>采集项目,选择正确的分类,然后
					<font color=blue>演示</font>项目确定无误后再进行采集。
					<br>
				</td>
			</tr>
			<tr>
				<td class=TableRow2>
					<strong>操作选项:</strong>
					<a href='?ChannelID=1'>管理首页</a> |
					<a href='/Spider/admin/Admin_AddGatherStepOne.jsp'>添加采集项目</a> |
					<a href='?action=config&ChannelID=1' class='showmenu'>采集基本设置</a> |
					<a href='?action=remove&ChannelID=1'>系统缓存清理</a>
				</td>
			</tr>
		</table>
		<br>
		<script language="JavaScript" src="include/showpage.js"></script>
		<table border="0" align="center" cellpadding="3" cellspacing="1"
			class="tableborder">
			<tr>
				<th>
					项目名称
				</th>
				<th>
					所属分类
				</th>
				<th>
					所属专题
				</th>
				<th>
					状态
				</th>
				<th>
					上次采集时间
				</th>
				<th>
					管理操作
				</th>
			</tr>
			<logic:empty name="configBean">
					<jsp:forward page="Admin_AddGatherStepOne.jsp"></jsp:forward>
			</logic:empty>
			<logic:iterate id="po" name="configBean">
			<tr align=center>
				<td class=TableRow1 title='点击打开目标网站'>
					<a href='<bean:write name="po" property="siteUrl" />' target=_blank><bean:write name="po" property="siteName" /></a>
				</td>
				<td class=TableRow1 title='点击查看目标网站列表'>
					<a href='http://www.sadsa.com' target=_blank>资讯中心</a>
				</td>
				<td class=TableRow1>
					没有指定专题
				</td>
				<td class=TableRow1>
					<font color=blue>√</font>
				</td>
				<td class=TableRow1>
					<font color=red>2008-3-6 21:38:05</font>
				</td>
				<td class=TableRow1>
					<a href=''>编辑</a> |
					<a href='/WebSpider/config.do?method=queryById&id=<bean:write name="po" property="id" />'>采集</a> |
					<a href=''>演示</a> |
					<a href=''>克隆</a> |
					<a href='/WebSpider/config.do?method=deleteById&id=<bean:write name="po" property="id" />'
						onclick="{if(confirm('您确定要删除此项目吗?')){return true;}return false;}">删除</a>
				</td>
			</tr>
		</logic:iterate>
		
			
		</table>
		<br />
		<table align=center>
			<tr align=center>
				<td width="100%" style="LINE-HEIGHT: 150%" class=copyright>
					Powered by:
					<a href=http://www.newasp.net target=_blank>NewCloud
						SiteManageSystem Version 2.0.0 SP1</a> (ACCESS 版)
					<br>
					Copyright &copy; 2002-2005
					<a href=http://www.168nt.com target=_blank><font face=Verdana,
						Arial, Helvetica, sans-serif><b>Newasp<font
								color=#CC0000>.Net</font>
						</b>
					</font>
					</a>. All Rights Reserved .
					<BR>
					执行时间:0.17188毫秒。查询数据库21次。
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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