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>

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

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

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

  • 相关阅读:
    error: expected unqualified-id extern "C" {
    cmake交叉编译android(转)
    wwindows文件放入linux后多出换行符
    JNI 引用问题梳理(转)
    OpenCV实现任意大小图片的合并(转)
    android camera preview常用格式
    Linux下找不到动态链接库(转)
    ld链接器的工作原理及链接顺序(转)
    添加静态库入动态库时,符号查找不到的问题
    如何捕获 System.loadLibrary 产生的异常?(转)
  • 原文地址:https://www.cnblogs.com/chenxuan/p/1738397.html
Copyright © 2011-2022 走看看