📄 getnews.aspx
字号:
<%@ Page language="c#" Codebehind="getnews.aspx.cs" AutoEventWireup="false" Inherits="PoaporAutoGathers.getnews" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<FONT face="宋体">
<DIV style="LEFT: 8px; WIDTH: 10px; POSITION: absolute; TOP: 8px; HEIGHT: 10px" ms_positioning="text2D">
<FORM id="Form1" method="post" runat="server">
<asp:panel id="Pnl" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
Width="744px" Height="72px">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="98%" border="0">
<TR>
<TD style="HEIGHT: 54px" align="center"> 采集sina新闻
</TD>
</TR>
<TR>
<TD style="HEIGHT: 99px">请选择要采集的频道
<asp:DropDownList id="pd" runat="server">
<asp:ListItem Value="1">新浪科技频道</asp:ListItem>
<asp:ListItem Value="4">新浪科技频道笔记本新品</asp:ListItem>
<asp:ListItem Value="5">新浪科技频道笔记本评测</asp:ListItem>
<asp:ListItem Value="6">新浪科技频道笔记本导购</asp:ListItem>
<asp:ListItem Value="7">新浪科技频道笔记本知识</asp:ListItem>
<asp:ListItem Value="8">新浪科技频道笔记本行情</asp:ListItem>
<asp:ListItem Value="2">新浪科技频道手机新品</asp:ListItem>
<asp:ListItem Value="9">新浪科技频道手机评测</asp:ListItem>
<asp:ListItem Value="10">新浪科技频道手机导购</asp:ListItem>
<asp:ListItem Value="3">新浪科技频道数码</asp:ListItem>
<asp:ListItem Value="11">新浪科技频道硬件知识</asp:ListItem>
<asp:ListItem Value="12">新浪科技频道硬件攒机DIY</asp:ListItem>
<asp:ListItem Value="13">新浪科技频道硬件评测</asp:ListItem>
<asp:ListItem Value="14">新浪科技频道办公设备新闻</asp:ListItem>
<asp:ListItem Value="15">新浪科技频道办公设备行情</asp:ListItem>
<asp:ListItem Value="16">新浪科技频道办公设备评测</asp:ListItem>
<asp:ListItem Value="17">新浪科技频道办公设备导购</asp:ListItem>
<asp:ListItem Value="18">新浪科技频道办公设备使用知识</asp:ListItem>
</asp:DropDownList><BR>
<asp:RadioButtonList id="rbl_ifRemoteSavePic" runat="server" Width="384px" RepeatColumns="2">
<asp:ListItem Value="1">保存远程图片</asp:ListItem>
<asp:ListItem Value="0" Selected="True">不保存远程图片</asp:ListItem>
</asp:RadioButtonList>
<asp:RadioButtonList id="rbl_SmallPic" runat="server" Width="384px" RepeatColumns="2">
<asp:ListItem Value="1">生成缩略图</asp:ListItem>
<asp:ListItem Value="0" Selected="True">不生成缩略图</asp:ListItem>
</asp:RadioButtonList></TD>
</TR>
<TR>
<TD style="HEIGHT: 54px" align="center">
<asp:button id="Button1" runat="server" Text="立即采集新浪新闻" Width="144px" Height="46px"></asp:button>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="98%" border="0">
<TR>
<TD style="HEIGHT: 54px" align="center"> 采集IT168新闻
</TD>
</TR>
<TR>
<TD style="HEIGHT: 99px">请选择要采集的频道
<asp:DropDownList id="pd1" runat="server">
<asp:ListItem Value="1">IT168</asp:ListItem>
<asp:ListItem Value="2">IT168台式机专区业界资讯</asp:ListItem>
<asp:ListItem Value="3">IT168台式机专区选购指南</asp:ListItem>
<asp:ListItem Value="4">IT168台式机专区产品快讯</asp:ListItem>
<asp:ListItem Value="5">IT168台式机专区评测中心</asp:ListItem>
<asp:ListItem Value="6">IT168台式机专区应用经验</asp:ListItem>
<asp:ListItem Value="13">IT168笔记本专区评测中心</asp:ListItem>
<asp:ListItem Value="14">IT168笔记本专区选购指南</asp:ListItem>
<asp:ListItem Value="15">IT168笔记本专区应用经验</asp:ListItem>
<asp:ListItem Value="16">IT168笔记本专区业界动态</asp:ListItem>
</asp:DropDownList><BR>
<BR>
<asp:RadioButtonList id="rbl_ifRemoteSavePic1" runat="server" Width="384px" RepeatColumns="2">
<asp:ListItem Value="1">保存远程图片</asp:ListItem>
<asp:ListItem Value="0" Selected="True">不保存远程图片</asp:ListItem>
</asp:RadioButtonList>
<asp:RadioButtonList id="rbl_SmallPic1" runat="server" Width="384px" RepeatColumns="2">
<asp:ListItem Value="1">生成缩略图</asp:ListItem>
<asp:ListItem Value="0" Selected="True">不生成缩略图</asp:ListItem>
</asp:RadioButtonList><FONT face="宋体"><BR>
</FONT>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 54px" align="center">
<asp:button id="Button2" runat="server" Text="立即采集IT168新闻" Width="144px" Height="46px"></asp:button></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</asp:panel> </FORM>
</DIV>
</FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -