📄 rule_manage.aspx
字号:
<td style="height: 24px"><asp:TextBox ID="TextBox2" runat="server" Width="500px"></asp:TextBox></td>
<td style="height: 24px"><asp:Label ID="Label5" runat="server" ForeColor="Red"></asp:Label></td>
<td style="width:10px; height: 24px;"></td>
<td style="height: 24px"><asp:CheckBox ID="CheckBox1" runat="server" Text="是否分页采集" AutoPostBack="True" OnCheckedChanged="CheckBox1_CheckedChanged" /></td>
<td style="height: 24px"><asp:TextBox ID="TextBox3" runat="server" Width="22px" Visible="False"></asp:TextBox></td>
<td style="height: 24px; width: 17px;"><asp:Label ID="Label1" runat="server" Text="到" Visible="False"></asp:Label></td>
<td style="height: 24px; width: 29px;"><asp:TextBox ID="TextBox4" runat="server" Width="22px" Visible="False"></asp:TextBox></td>
<td><asp:Label ID="Label3" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>采集页面的字符编码:</td>
<td><asp:TextBox ID="TextBox5" runat="server" Width="75px"></asp:TextBox></td>
<td><asp:Label ID="Label2" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">文章连接采集</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>连接头:</td>
<td><asp:TextBox ID="TextBox6" runat="server"/></td>
<td>连接尾:</td>
<td><asp:TextBox ID="TextBox7" runat="server"/></td>
</tr>
<tr>
<td>
采集规则:
</td>
<td colspan="3">
<asp:TextBox ID="TextBox8" runat="server" TextMode="MultiLine" Width="393px" Height="98px"/>
</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:RadioButtonList ID="RadioButtonList2" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="RegexOptions.IgnoreCase">IgnoreCase</asp:ListItem>
<asp:ListItem Value="RegexOptions.Singleline">SingleLine</asp:ListItem>
<asp:ListItem Value="RegexOptions.ExplicitCapture">ExplicitCapture</asp:ListItem>
<asp:ListItem Value="RegexOptions.Multiline">MultiLine</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">
<asp:ListBox ID="ListBox1" runat="server" Height="135px" Width="503px" OnSelectedIndexChanged="ListBox1_SelectedIndexChanged" AutoPostBack="True"></asp:ListBox>
</td>
<td style="width:10px"></td>
<td>
<asp:Button ID="Button3" runat="server" Text="测 试" OnClick="Button3_Click" />
</td>
</tr>
</table>
</td>
</tr>
<%--<tr>
<td style="height:20px; width: 1201px;"></td>
</tr>
<tr>
<td align="center" style="width: 1201px"><asp:button ID="button1" runat="server" text="增加规则" OnClick="button1_Click" /></td>
</tr>--%>
<tr>
<td style="height:20px; width: 1201px;"></td>
</tr>
<tr>
<td align="center">文章内容采集</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
采集规则:
</td>
<td>
<asp:TextBox ID="TextBox11" runat="server" TextMode="MultiLine" Width="393px" Height="98px"/>
</td>
</tr>
<tr>
<td></td>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="RegexOptions.IgnoreCase">IgnoreCase</asp:ListItem>
<asp:ListItem Value="RegexOptions.Singleline">SingleLine</asp:ListItem>
<asp:ListItem Value="RegexOptions.ExplicitCapture">ExplicitCapture</asp:ListItem>
<asp:ListItem Value="RegexOptions.Multiline">MultiLine</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="Button4" runat="server" Text="测 试" OnClick="Button4_Click" /></td>
</tr>
</table>
</td>
<td style="width:10px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>文章头:</td>
<td><asp:TextBox ID="TextBox9" runat="server"/></td>
<td>文章尾:</td>
<td><asp:TextBox ID="TextBox10" runat="server"/></td>
</tr>
<tr>
<td valign="top" colspan="4">
<asp:TextBox ID="TextBox12" runat="server" TextMode="MultiLine" Width="585px" Height="125px"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>正则表式替换:</td>
<td>正则式:</td>
<td>
<asp:TextBox ID="TextBox16" runat="server" Height="101px" TextMode="MultiLine" Width="296px"></asp:TextBox>
</td>
<td>
替换后的内容:
</td>
<td>
<asp:TextBox ID="TextBox17" runat="server" Height="101px" TextMode="MultiLine" Width="296px"></asp:TextBox>
</td>
<td>
<asp:Button ID="Button5" runat="server" Text="测 试" OnClick="Button5_Click" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><asp:TextBox ID="TextBox15" runat="server" TextMode="MultiLine" Width="585px" Height="125px"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
<asp:Button ID="Button1" runat="server" Text="增加规则" OnClick="Button1_Click" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -