| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>BG HOME</title>
- </head>
- <style type="text/css">
- .font {
- color: blue;
- }
- .dynamic_hide {
- display: none;
- }
- </style>
- <script type="text/javascript">
- function show() {
- var my = document.getElementById("my");
- if (my.className.indexOf("dynamic_hide") > -1) {
- my.classList.remove("dynamic_hide");
- } else {
- my.classList.add("dynamic_hide");
- }
- }
- </script>
- <body>
- <span>Hello <font id="myc" style="cursor: pointer;" onclick="show()">W</font>orld!</span>
- <div id="my" class="dynamic_hide">
- <hr/>
- <div style="margin-right:20px;">
- <span class="font">findDicCode</span>
- <form method="post" action="bg/findDicCode">
- <span>codeDesc</span>
- <input type="text" name="codeDesc" placeholder="可为空"/>
- <span>order</span>
- <input type="text" name="order" placeholder="ass|desc,可为空"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">findIcodePool</span>
- <form method="post" action="bg/findIcodePool">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
- <span>status</span>
- <input type="text" name="status" placeholder="状态(1:待爬取,2:爬取成功,3:爬取失败,4:主表已存在),可为空" style="width: 450px;"/>
- <span>order</span>
- <input type="text" name="order" placeholder="ass|desc,可为空"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">findVideoSitePool</span>
- <form method="post" action="bg/findVideoSitePool">
- <span>url</span>
- <input type="text" name="url" placeholder="可为空"/>
- <span>order</span>
- <input type="text" name="order" placeholder="ass|desc,可为空"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">findVideoInfoPool</span>
- <form method="post" action="bg/findVideoInfoPool">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
- <span>type</span>
- <input type="text" name="type" placeholder="类型{1:待审查,2:审查中,3:审查已通过,4:审查未通过},可为空" style="width: 430px;"/>
- <span>order</span>
- <input type="text" name="order" placeholder="ass|desc,可为空"/>
- <span>crudT</span>
- <select name="crudT" style="height: 21.43px;">
- <option value="1">查询</option>
- <option value="2">更新</option>
- <option value="3">删除</option>
- </select>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">findVideoInfo</span>
- <form method="post" action="bg/findVideoInfo">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
- <span>type</span>
- <input type="text" name="type" placeholder="类型{1:骑兵,2:步兵,3:流出},可为空" style="width: 270px;"/>
- <span>order</span>
- <input type="text" name="order" placeholder="ass|desc,可为空"/>
- <span>crudT</span>
- <select name="crudT" style="height: 21.43px;">
- <option value="1">查询</option>
- <option value="3">删除</option>
- </select>
- <input type="submit" value="提交">
- </form>
- </div>
- <hr/>
- <div style="margin-right:20px;">
- <span class="font">initVideoInfoData</span>
- <form method="post" action="bg/initVideoInfoData">
- <span>type</span>
- <select name="type" style="height: 21.43px;">
- <option value="">请选择</option>
- <option value="1">骑兵</option>
- <option value="2">步兵</option>
- <option value="3">流出</option>
- </select>
- <span>isDel</span>
- <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
- <span>infantryType</span>
- <input type="text" name="infantryType" placeholder="选择步兵时需填"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">single4IdentificationCode</span>
- <form method="post" action="bg/single4IdentificationCode">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">uploadFile4IdentificationCode</span>
- <form method="post" action="bg/uploadFile4IdentificationCode" enctype="multipart/form-data">
- <span>file</span>
- <input type="file" name="file"/>
- <span>isDel</span>
- <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">jsoupIcodePool</span>
- <form method="post" action="bg/jsoupIcodePool">
- <span>status</span>
- <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
- <span>isDel</span>
- <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
- <span>ignoreRetryCount</span>
- <input type="text" name="ignoreRetryCount" placeholder="1:是,2:否。默认否"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">jsoupVideoInfoUncensored</span>
- <form method="post" action="bg/jsoupVideoInfoUncensored">
- <span>status</span>
- <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">jsoupVideoInfo</span>
- <form method="post" action="bg/jsoupVideoInfo">
- <span>status</span>
- <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">insertOrUpdateScoreOrComment</span>
- <form method="post" action="bg/insertOrUpdateScoreOrComment">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
- <span>score</span>
- <input type="text" name="score" placeholder="和comment不能同时为空"/>
- <span>comment</span>
- <input type="text" name="comment" placeholder="和score不能同时为空"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <br/>
- <div style="margin-right:20px;">
- <span class="font">delVideoInfo</span>
- <form method="post" action="bg/delVideoInfo">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
- <span>parentTypeName</span>
- <input type="text" name="parentTypeName" placeholder="上级类型名称,与allFlag不可同时为空"/>
- <span>allFlag</span>
- <input type="text" name="allFlag" placeholder="所有{1:是2:否},与parentTypeName不可同时为空"/>
- <input type="submit" value="提交">
- </form>
- </div>
- <div style="margin-right:20px;">
- <span class="font">insertVideoInfo</span>
- <form method="post" action="bg/insertVideoInfo">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
- <span>videoName</span>
- <input type="text" name="videoName" placeholder="影片名称,不可为空"/>
- <span>parentType</span>
- <select name="parentType" style="height: 21.43px;">
- <option value="1">类别</option>
- <option value="2">男优</option>
- <option value="3">女优</option>
- </select>
- <span>parentName</span>
- <input type="text" name="parentName" placeholder="上级名称,不可为空"/>
- <span>type</span>
- <select name="type" style="height: 21.43px;">
- <option value="1">主体</option>
- <option value="2">链接</option>
- </select>
- <input type="submit" value="提交">
- </form>
- </div>
- <div style="margin-right:20px;">
- <span class="font">uploadVideoInfoImgs</span>
- <form method="post" action="bg/uploadVideoInfoImgs" enctype="multipart/form-data">
- <span>identificationCode</span>
- <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
- <span>imgType</span>
- <select name="imgType" style="height: 21.43px;">
- <option value="img_sy">sy</option>
- <option value="img_gf">gs</option>
- </select>
- <span>file</span>
- <input type="file" name="files" multiple/>
- <input type="submit" value="提交">
- </form>
- </div>
- </div>
- </body>
- </html>
|