bdcs.wfbd.checkpass.net Open in urlscan Pro
47.92.244.75  Public Scan

URL: https://bdcs.wfbd.checkpass.net/
Submission: On June 23 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: searchForm /query.html

<form class="pull-right ng-pristine ng-valid" style="width: 30%" action="/query.html" id="searchForm" name="searchForm">
  <div class="input-group">
    <input type="text" class="form-control" name="tid" id="fastQueryKey" placeholder="请输入您的订单编号,查看报告">
    <span class="input-group-addon" style="border-color: #ccc;" title="查询">
      <a href="javascript:{document.searchForm.submit()}">
                            <img src="/sites/all/themes/as_theme2/as_base_theme2/images/icon-query.png">
                        </a>
    </span>
  </div>
</form>

Name: paperFormPOST #

<form action="#" method="post" name="paperForm" class="ng-pristine ng-valid">
  <!-- ngIf: checkSystemService.getCheckSystems().length>1 -->
  <div class="form-group ng-scope" ng-if="checkSystemService.getCheckSystems().length>1">
    <label class="Btitie">检测版本</label>
    <div class="radio-wrap">
      <!-- ngRepeat: c in checkSystemService.getCheckSystems() -->
      <div class="radio-inline ng-scope" style="margin-left: 0" ng-repeat="c in checkSystemService.getCheckSystems()">
        <input type="radio" name="versions" value="0" ng-click="checkSystemService.current(c.janeName);" ng-checked="checkSystemService.current().janeName=='wanfangbd'" checked="checked">
        <span ng-click="checkSystemService.current(c.janeName);" class="ng-binding">万方本科版<i class="ng-binding">(30.00元/10000字)</i></span>
      </div><!-- end ngRepeat: c in checkSystemService.getCheckSystems() -->
      <div class="radio-inline ng-scope" style="margin-left: 0" ng-repeat="c in checkSystemService.getCheckSystems()">
        <input type="radio" name="versions" value="1" ng-click="checkSystemService.current(c.janeName);" ng-checked="checkSystemService.current().janeName=='wanfanggl'">
        <span ng-click="checkSystemService.current(c.janeName);" class="ng-binding">万方通用版<i class="ng-binding">(30.00元/10000字)</i></span>
      </div><!-- end ngRepeat: c in checkSystemService.getCheckSystems() -->
      <div class="radio-inline ng-scope" style="margin-left: 0" ng-repeat="c in checkSystemService.getCheckSystems()">
        <input type="radio" name="versions" value="2" ng-click="checkSystemService.current(c.janeName);" ng-checked="checkSystemService.current().janeName=='wanfangmd'">
        <span ng-click="checkSystemService.current(c.janeName);" class="ng-binding">万方硕博版<i class="ng-binding">(30.00元/10000字)</i></span>
      </div><!-- end ngRepeat: c in checkSystemService.getCheckSystems() -->
      <div class="radio-inline ng-scope" style="margin-left: 0" ng-repeat="c in checkSystemService.getCheckSystems()">
        <input type="radio" name="versions" value="3" ng-click="checkSystemService.current(c.janeName);" ng-checked="checkSystemService.current().janeName=='wanfangpu'">
        <span ng-click="checkSystemService.current(c.janeName);" class="ng-binding">万方职称版<i class="ng-binding">(50.00元/10000字)</i></span>
      </div><!-- end ngRepeat: c in checkSystemService.getCheckSystems() -->
    </div>
  </div><!-- end ngIf: checkSystemService.getCheckSystems().length>1 -->
  <!-- ngIf: checkSystemService.current().isHaveTitle -->
  <div class="form-group ng-scope" ng-if="checkSystemService.current().isHaveTitle">
    <label class="Btitie" for="title">论文题目<!-- ngIf: checkSystemService.current().isRequredTitle=1 --><span class="required ng-scope"
        ng-if="checkSystemService.current().isRequredTitle=1">*</span><!-- end ngIf: checkSystemService.current().isRequredTitle=1 --></label>
    <span class="err-info must">论文题目不能为空</span>
    <input type="text" class="form-control ng-pristine ng-valid" ng-model="paperService.getFirstPaper().title" minlength="1" maxlength="50" id="title" name="title" placeholder="请输入您的论文题目,最长不超过50字,此项将显示在报告中">
  </div><!-- end ngIf: checkSystemService.current().isHaveTitle -->
  <!-- ngIf: checkSystemService.current().isHaveAuthor -->
  <div class="form-group ng-scope" ng-if="checkSystemService.current().isHaveAuthor">
    <label class="Btitie" for="author">论文作者<!-- ngIf: checkSystemService.current().isRequredAuthor=1 --><span class="required ng-scope"
        ng-if="checkSystemService.current().isRequredAuthor=1">*</span><!-- end ngIf: checkSystemService.current().isRequredAuthor=1 --></label>
    <span class="err-info must">论文作者不能为空</span>
    <input type="text" class="form-control ng-pristine ng-valid" ng-model="paperService.getFirstPaper().author" minlength="1" maxlength="15" id="author" name="author" placeholder="请输入作者名字,最长不超过15字,此项将显示在报告中">
  </div><!-- end ngIf: checkSystemService.current().isHaveAuthor -->
  <!-- ngIf: checkSystemService.current().janeName=='wanfangpu' -->
  <div class="form-group">
    <label class="Btitie" for="author">提交方式<span class="required">*</span></label>
    <div class="submit-tabs">
      <!-- ngIf: !!checkSystemService.current().currentSubmitType.has('file') -->
      <div class="tab ng-scope" ng-class="{'active':checkSystemService.current().currentSubmitType.submitType=='file'}" ng-click="checkSystemService.current().currentSubmitType.change('file')"
        ng-if="!!checkSystemService.current().currentSubmitType.has('file')">
        <div class="upload-tab active">
          <label>上传文件</label>
        </div>
      </div><!-- end ngIf: !!checkSystemService.current().currentSubmitType.has('file') -->
      <!-- ngIf: !!checkSystemService.current().currentSubmitType.has('content') -->
      <div class="tab ng-scope active" ng-class="{'active':checkSystemService.current().currentSubmitType.submitType=='content'}" ng-click="checkSystemService.current().currentSubmitType.change('content')"
        ng-if="!!checkSystemService.current().currentSubmitType.has('content')">
        <div class="copy-tab">
          <label>粘贴文本</label>
        </div>
      </div><!-- end ngIf: !!checkSystemService.current().currentSubmitType.has('content') -->
    </div>
    <div class="submit-tabs-content">
      <div class="submit-tab-content" ng-class="{'active':checkSystemService.current().currentSubmitType.submitType=='file'}">
        <div class="upload-file ng-scope" ng-controller="checkCtlFile">
          <div class="upload-file-left hv-center-wrapper">
            <div class="s-upload-wrapper hv-center-content">
              <img src="/sites/all/themes/as_theme2/as_base_theme2/images/upload-file.png" onclick="document.getElementById('file-upload').click()">
              <div class="s-op-wrapper">
                <!-- ngIf: !paperService.getFirstPaper().isUploading&&!paperService.getFirstPaper().isUploaded -->
                <div class="s-upload ng-scope" ng-if="!paperService.getFirstPaper().isUploading&amp;&amp;!paperService.getFirstPaper().isUploaded" onclick="document.getElementById('file-upload').click()">点击上传</div>
                <!-- end ngIf: !paperService.getFirstPaper().isUploading&&!paperService.getFirstPaper().isUploaded -->
                <!-- ngIf: paperService.getFirstPaper().isUploaded -->
                <!-- ngIf: paperService.getFirstPaper().isUploading -->
                <!-- ngIf: paperService.getFirstPaper().isUploading -->
                <!-- ngIf: paperService.getFirstPaper().isUploaded&&paperService.getCountWitchFile()>0&&!paperService.getFirstPaper().hasError() -->
                <div class="ng-binding"></div>
                <input file-upload="" style="display:none" type="file" id="file-upload">
              </div>
            </div>
            <div class="s-line"></div>
          </div>
          <div class="upload-file-right  hv-center-wrapper">
            <div class="s-text hv-center-content">
              <div class="s-title">提示:</div>
              <ul>
                <li><span>仅支持上传doc、docx、txt、pdf</span></li>
                <li><span style="color: red">pdf格式不稳定,容易乱码,请确认后再提交</span></li>
                <li><span>文档大小不超过30M</span></li>
                <li><span>论文命名格式:作者_标题 例:张三_论文标题</span></li>
              </ul>
            </div>
          </div>
        </div>
        <p class="counter-txt"> 计费方式:<i class="ng-binding">30.00元/10000字</i> &nbsp;&nbsp;&nbsp;<span class="counter">当前输入:<i class="ng-binding">0</i>字</span> &nbsp;&nbsp;&nbsp;<span
            class="pricer ng-binding">应付金额:<i class="ng-binding">0.00</i>元</span>
        </p>
      </div>
      <div class="submit-tab-content active" ng-class="{'active':checkSystemService.current().currentSubmitType.submitType=='content'}">
        <!-- <label class="Btitie" for="author">提交内容<span class="required">*</span></label> -->
        <!-- <a class="btn btn_addPic">
                          <span>从本地选择文件</span>
                          <input type="file" class="filePrew" title="WORD文件(.doc .docx)、文本文件(.txt)、PDF文件(.pdf),文件小于20M">
                        </a> -->
        <!-- <a class="btn btn-clear" ng-click="paperService.removePaperAt(0);paperService.getFirstPaper();" href="javascript:document.paperForm.reset()">清空</a> -->
        <span class="err-info must">提交内容不能为空</span>
        <span class="err-info length ng-binding">内容字数200字~190000字</span>
        <textarea class="form-control ng-pristine ng-valid" ng-model="paperService.getFirstPaper().content" minlength="200" maxlength="190000" name="content" id="text_content" placeholder="内容的长度至少200字,至多190000字。(超出此范围将无法检测)"></textarea>
        <p class="counter-txt"> 计费方式:<i class="ng-binding">30.00元/10000字</i> &nbsp;&nbsp;&nbsp;<span class="counter">当前输入:<i class="ng-binding">0</i>字</span> &nbsp;&nbsp;&nbsp;<span
            class="pricer ng-binding">应付金额:<i class="ng-binding">0.00</i>元</span>
        </p>
      </div>
    </div>
  </div>
  <button ng-disabled="checkSystemService.current().payWay.default==''" type="submit" onclick="return false;" ng-click="validatePaper()&amp;&amp;(step.index=2)&amp;&amp;uploadPaper()" class="btn btn-submit-pay">
    <!-- ngIf: checkSystemService.current().payWay.default=='' -->
    <!-- ngIf: checkSystemService.current().payWay.default!='' --><span ng-if="checkSystemService.current().payWay.default!=''" class="ng-scope">提&nbsp;&nbsp;交</span><!-- end ngIf: checkSystemService.current().payWay.default!='' -->
  </button>
</form>

Text Content

万方本科版论文查重系统

系统主要适用于:专科生/本科生


权威精准
价格优惠
安全可靠
售后保障
 * 提交论文
     
   * 万方本科版
     
   * 万方通用版
     
   * 万方硕博版
     
   * 万方职称版
     
 * 提取报告
 * 收藏系统
   

检测版本
万方本科版(30.00元/10000字)
万方通用版(30.00元/10000字)
万方硕博版(30.00元/10000字)
万方职称版(50.00元/10000字)
论文题目* 论文题目不能为空
论文作者* 论文作者不能为空
提交方式*
上传文件
粘贴文本
点击上传


提示:
 * 仅支持上传doc、docx、txt、pdf
 * pdf格式不稳定,容易乱码,请确认后再提交
 * 文档大小不超过30M
 * 论文命名格式:作者_标题 例:张三_论文标题

计费方式:30.00元/10000字    当前输入:0字    应付金额:0.00元

提交内容不能为空 内容字数200字~190000字

计费方式:30.00元/10000字    当前输入:0字    应付金额:0.00元

提  交
Paper联盟商家业务支撑平台技术支持. Copyright © 2012-2024 All Rights Reserved
卖家信息
 * 联系客服:
 * QQ 联系:213252361
 * 电话联系:商家未设置
 * 邮箱联系:213252361@qq.com
 * 微信联系:商家未设置

温馨提示
字符统计: 如果粘贴论文后,系统无统计或不显示字符或者单词数,在论文内容中随意输入一个空格即可。 比对库范围:
中国学术期刊数据库、中国学位论文全文数据库、中国学术会议论文数据库、中国学术网页数据库、中国专利文献数据库、中国优秀报纸数据库 系统简介:
基于数据海量学术文献资源,对学术成果相似性检测,提供客观详实的报告,为学术出版、科研管理、学位论文管理提供支持。 中文检测:
系统仅支持中文论文(包括简体、繁体)的检测,暂不支持英语等非中文论文的检测,请勿提交非中文论文!
使用WPS软件的同学建议将文档转换成Word2003格式后再复制,以免复制不完整。

23 六月 2024 10:0010:0510:1010:1510:2010:2510:3010:3510:4010:4510:5010:55今天Clear

23 六月 2024
0:001:002:003:004:005:006:007:008:009:0010:0011:0012:0013:0014:0015:0016:0017:0018:0019:0020:0021:0022:0023:00今天Clear

六月 2024
日一二三四五六262728293031123456789101112131415161718192021222324252627282930123456今天Clear

2024 一月二月三月四月五月六月七月八月九月十月十一月十二月今天Clear

2020-2029 201920202021202220232024202520262027202820292030今天Clear

论文查重