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

📄 index-13.html

📁 用java做的一个类似网页爬虫的东西
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>&nbsp;
<DT><A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html#ReptileSystemException(java.lang.String)"><B>ReptileSystemException(String)</B></A> - 
Constructor for class com.snoics.reptile.system.exception.<A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A>
<DD>&nbsp;
<DT><A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html#ReptileSystemException(java.lang.Throwable)"><B>ReptileSystemException(Throwable)</B></A> - 
Constructor for class com.snoics.reptile.system.exception.<A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A>
<DD>&nbsp;
<DT><A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html#ReptileSystemException(java.lang.String, java.lang.Throwable)"><B>ReptileSystemException(String, Throwable)</B></A> - 
Constructor for class com.snoics.reptile.system.exception.<A HREF="../com/snoics/reptile/system/exception/ReptileSystemException.html" title="class in com.snoics.reptile.system.exception">ReptileSystemException</A>
<DD>&nbsp;
<DT><A HREF="../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread"><B>ReptileThread</B></A> - class com.snoics.reptile.thread.<A HREF="../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread">ReptileThread</A>.<DD>&nbsp;<DT><A HREF="../com/snoics/reptile/thread/ReptileThread.html#ReptileThread(com.snoics.reptile.system.conf.ThreadInfo)"><B>ReptileThread(ThreadInfo)</B></A> - 
Constructor for class com.snoics.reptile.thread.<A HREF="../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread">ReptileThread</A>
<DD>创建线程
<DT><A HREF="../com/snoics/reptile/file/ReptileFile.html#reLink(java.lang.String)"><B>reLink(String)</B></A> - 
Method in interface com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/ReptileFile.html" title="interface in com.snoics.reptile.file">ReptileFile</A>
<DD>冲心改写URL
<DT><A HREF="../com/snoics/reptile/file/ReptileFileImpl.html#reLink(java.lang.String)"><B>reLink(String)</B></A> - 
Method in class com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/ReptileFileImpl.html" title="class in com.snoics.reptile.file">ReptileFileImpl</A>
<DD>重新改写URL
<DT><A HREF="../com/snoics/reptile/cache/CacheImpl.html#reRead()"><B>reRead()</B></A> - 
Method in class com.snoics.reptile.cache.<A HREF="../com/snoics/reptile/cache/CacheImpl.html" title="class in com.snoics.reptile.cache">CacheImpl</A>
<DD>重新读取缓存数据,内存中原有的数据被清空
<DT><A HREF="../com/snoics/reptile/cache/CacheImpl.html#read()"><B>read()</B></A> - 
Method in class com.snoics.reptile.cache.<A HREF="../com/snoics/reptile/cache/CacheImpl.html" title="class in com.snoics.reptile.cache">CacheImpl</A>
<DD>将数据从缓存文件中读取到内存, 数据保存在ArrayList里面,ArrayList里的对象是HashMap, HashMap的个数由缓存中的数据量和配置文件中的cachesize决定
<DT><A HREF="../com/snoics/reptile/link/Link.html#removeLink(java.lang.String)"><B>removeLink(String)</B></A> - 
Method in interface com.snoics.reptile.link.<A HREF="../com/snoics/reptile/link/Link.html" title="interface in com.snoics.reptile.link">Link</A>
<DD>根据分析取得的URL,将相应的连接从缓存中移除
<DT><A HREF="../com/snoics/reptile/link/LinkImpl.html#removeLink(java.lang.String)"><B>removeLink(String)</B></A> - 
Method in class com.snoics.reptile.link.<A HREF="../com/snoics/reptile/link/LinkImpl.html" title="class in com.snoics.reptile.link">LinkImpl</A>
<DD>根据分析取得的URL,将相应的连接从缓存中移除
<DT><A HREF="../com/snoics/reptile/link/TempLinkImpl.html#removeLink(java.lang.String)"><B>removeLink(String)</B></A> - 
Method in class com.snoics.reptile.link.<A HREF="../com/snoics/reptile/link/TempLinkImpl.html" title="class in com.snoics.reptile.link">TempLinkImpl</A>
<DD>根据分析取得的URL,将相应的连接从缓存中移除
<DT><A HREF="../com/snoics/reptile/file/FileOperator.html#renameDirectory(java.lang.String, java.lang.String)"><B>renameDirectory(String, String)</B></A> - 
Method in interface com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/FileOperator.html" title="interface in com.snoics.reptile.file">FileOperator</A>
<DD>重命名文件夹
<DT><A HREF="../com/snoics/reptile/file/FileOperatorImpl.html#renameDirectory(java.lang.String, java.lang.String)"><B>renameDirectory(String, String)</B></A> - 
Method in class com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/FileOperatorImpl.html" title="class in com.snoics.reptile.file">FileOperatorImpl</A>
<DD>重命名文件夹
<DT><A HREF="../com/snoics/reptile/file/FileOperator.html#renameFile(java.lang.String, java.lang.String)"><B>renameFile(String, String)</B></A> - 
Method in interface com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/FileOperator.html" title="interface in com.snoics.reptile.file">FileOperator</A>
<DD>重命名文件
<DT><A HREF="../com/snoics/reptile/file/FileOperatorImpl.html#renameFile(java.lang.String, java.lang.String)"><B>renameFile(String, String)</B></A> - 
Method in class com.snoics.reptile.file.<A HREF="../com/snoics/reptile/file/FileOperatorImpl.html" title="class in com.snoics.reptile.file">FileOperatorImpl</A>
<DD>重命名文件
<DT><A HREF="../com/snoics/reptile/thread/ReptileThread.html#run()"><B>run()</B></A> - 
Method in class com.snoics.reptile.thread.<A HREF="../com/snoics/reptile/thread/ReptileThread.html" title="class in com.snoics.reptile.thread">ReptileThread</A>
<DD>&nbsp;
</DL>
<HR>

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-12.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-14.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-13.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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