zoukankan      html  css  js  c++  java
  • Linkbot报告

    Linkbot的报告不能导出,真是头痛。研究了半天也没找到智能点的导出方式,最后只有用傻瓜办法。幸好 Linkbot的报告是通过网页形式展现的。

          先把每个网页的源码拿出来,编辑一下然后保存为Html格式。再做个Index页面,类似下面这样的:

    <STYLE/css media=all>BODY {OVERFLOW: hidden; BACKGROUND-COLOR: #d4d4d4}</STYLE>

    <P><FONT size=10>淘宝网站链接检测报告<FONT size=-6>

    <P><FONT size=-1>检测人:童战<FONT size=-2>

    <P><LI><A href=”Report/Summary.HTML”><FONT size=3>Summary <FONT size=-2></A>

    <P><LI><Ahref=”Report/Broken Links Report.html”><FONT size=3>BrokenLinks Report<FONT size=-2></A>

    <P><LI><Ahref=”Report/Broken Anchors Report.html”><FONT size=3>BrokenAnchors Report<FONT size=-2></A>

    <P><LI><Ahref=”Report/Problem Pages Report.HTML”><FONT size=3>ProblemPages Report<FONT size=-2></A>

    <P><LI><Ahref=”Report/Local Files Report.HTML”><FONT size=3>Local FilesReport<FONT size=-2></A>

    <P><LI><A href=”Report/Usability.HTML”><FONT size=3>Usability Report<FONT size=-2></A>

    <P><LI><A href=”Report/maintenance.HTML”><FONT size=3>maintenance Report<FONT size=-2></A>

    <P><LI><A href=”Report/Warnings Report.HTML”><FONT size=3>Warnings Report<FONT size=-2></A>

    <P><LI><Ahref=”Report/Missing Attributes Report.HTML”><FONTsize=3>Missing Attributes Report<FONT size=-2></A>

    <P><TD class="Test"><IMG alt=”" src=”Report/SAO.jpg” border=0></TD>

        ————————————————————————————

        每次出报告替换各个单独的网页就可以了。

        但是,还是麻烦。有空的时候再看看有没有其它的方式吧。

  • 相关阅读:
    一周以来工作总结关于位图索引
    再学学表的分区
    PostgreSQL学习笔记
    通过vc助手设置快捷注释
    c语言中unsigned类型和普通类型间的转换
    LVS环境搭建入门
    java学习路线
    linux下删除当前文件夹中按时间排序的前N个文件夹
    RHEL下安装jdk和tomcat
    TDD 强迫你 Program to Interface
  • 原文地址:https://www.cnblogs.com/chenxuan/p/1738397.html
Copyright © 2011-2022 走看看