bg.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>BG HOME</title>
  6. </head>
  7. <style type="text/css">
  8. .font {
  9. color: blue;
  10. }
  11. .dynamic_hide {
  12. display: none;
  13. }
  14. </style>
  15. <script type="text/javascript">
  16. function show() {
  17. var my = document.getElementById("my");
  18. if (my.className.indexOf("dynamic_hide") > -1) {
  19. my.classList.remove("dynamic_hide");
  20. } else {
  21. my.classList.add("dynamic_hide");
  22. }
  23. }
  24. </script>
  25. <body>
  26. <span>Hello <font id="myc" style="cursor: pointer;" onclick="show()">W</font>orld!</span>
  27. <div id="my" class="dynamic_hide">
  28. <hr/>
  29. <div style="margin-right:20px;">
  30. <span class="font">findDicCode</span>
  31. <form method="post" action="bg/findDicCode">
  32. <span>codeDesc</span>
  33. <input type="text" name="codeDesc" placeholder="可为空"/>
  34. <span>order</span>
  35. <input type="text" name="order" placeholder="ass|desc,可为空"/>
  36. <input type="submit" value="提交">
  37. </form>
  38. </div>
  39. <br/>
  40. <div style="margin-right:20px;">
  41. <span class="font">findIcodePool</span>
  42. <form method="post" action="bg/findIcodePool">
  43. <span>identificationCode</span>
  44. <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
  45. <span>status</span>
  46. <input type="text" name="status" placeholder="状态(1:待爬取,2:爬取成功,3:爬取失败,4:主表已存在),可为空" style="width: 450px;"/>
  47. <span>order</span>
  48. <input type="text" name="order" placeholder="ass|desc,可为空"/>
  49. <input type="submit" value="提交">
  50. </form>
  51. </div>
  52. <br/>
  53. <div style="margin-right:20px;">
  54. <span class="font">findVideoSitePool</span>
  55. <form method="post" action="bg/findVideoSitePool">
  56. <span>url</span>
  57. <input type="text" name="url" placeholder="可为空"/>
  58. <span>order</span>
  59. <input type="text" name="order" placeholder="ass|desc,可为空"/>
  60. <input type="submit" value="提交">
  61. </form>
  62. </div>
  63. <br/>
  64. <div style="margin-right:20px;">
  65. <span class="font">findVideoInfoPool</span>
  66. <form method="post" action="bg/findVideoInfoPool">
  67. <span>identificationCode</span>
  68. <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
  69. <span>type</span>
  70. <input type="text" name="type" placeholder="类型{1:待审查,2:审查中,3:审查已通过,4:审查未通过},可为空" style="width: 430px;"/>
  71. <span>order</span>
  72. <input type="text" name="order" placeholder="ass|desc,可为空"/>
  73. <span>crudT</span>
  74. <select name="crudT" style="height: 21.43px;">
  75. <option value="1">查询</option>
  76. <option value="2">更新</option>
  77. <option value="3">删除</option>
  78. </select>
  79. <input type="submit" value="提交">
  80. </form>
  81. </div>
  82. <br/>
  83. <div style="margin-right:20px;">
  84. <span class="font">findVideoInfo</span>
  85. <form method="post" action="bg/findVideoInfo">
  86. <span>identificationCode</span>
  87. <input type="text" name="identificationCode" placeholder="识别码,可为空"/>
  88. <span>type</span>
  89. <input type="text" name="type" placeholder="类型{1:骑兵,2:步兵,3:流出},可为空" style="width: 270px;"/>
  90. <span>order</span>
  91. <input type="text" name="order" placeholder="ass|desc,可为空"/>
  92. <span>crudT</span>
  93. <select name="crudT" style="height: 21.43px;">
  94. <option value="1">查询</option>
  95. <option value="3">删除</option>
  96. </select>
  97. <input type="submit" value="提交">
  98. </form>
  99. </div>
  100. <hr/>
  101. <div style="margin-right:20px;">
  102. <span class="font">initVideoInfoData</span>
  103. <form method="post" action="bg/initVideoInfoData">
  104. <span>type</span>
  105. <select name="type" style="height: 21.43px;">
  106. <option value="">请选择</option>
  107. <option value="1">骑兵</option>
  108. <option value="2">步兵</option>
  109. <option value="3">流出</option>
  110. </select>
  111. <span>isDel</span>
  112. <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
  113. <span>infantryType</span>
  114. <input type="text" name="infantryType" placeholder="选择步兵时需填"/>
  115. <input type="submit" value="提交">
  116. </form>
  117. </div>
  118. <br/>
  119. <div style="margin-right:20px;">
  120. <span class="font">single4IdentificationCode</span>
  121. <form method="post" action="bg/single4IdentificationCode">
  122. <span>identificationCode</span>
  123. <input type="text" name="identificationCode" placeholder="识别码"/>
  124. <input type="submit" value="提交">
  125. </form>
  126. </div>
  127. <br/>
  128. <div style="margin-right:20px;">
  129. <span class="font">uploadFile4IdentificationCode</span>
  130. <form method="post" action="bg/uploadFile4IdentificationCode" enctype="multipart/form-data">
  131. <span>file</span>
  132. <input type="file" name="file"/>
  133. <span>isDel</span>
  134. <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
  135. <input type="submit" value="提交">
  136. </form>
  137. </div>
  138. <br/>
  139. <div style="margin-right:20px;">
  140. <span class="font">jsoupIcodePool</span>
  141. <form method="post" action="bg/jsoupIcodePool">
  142. <span>status</span>
  143. <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
  144. <span>isDel</span>
  145. <input type="text" name="isDel" placeholder="1:是,2:否。默认否"/>
  146. <span>ignoreRetryCount</span>
  147. <input type="text" name="ignoreRetryCount" placeholder="1:是,2:否。默认否"/>
  148. <input type="submit" value="提交">
  149. </form>
  150. </div>
  151. <br/>
  152. <div style="margin-right:20px;">
  153. <span class="font">jsoupVideoInfoUncensored</span>
  154. <form method="post" action="bg/jsoupVideoInfoUncensored">
  155. <span>status</span>
  156. <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
  157. <input type="submit" value="提交">
  158. </form>
  159. </div>
  160. <br/>
  161. <div style="margin-right:20px;">
  162. <span class="font">jsoupVideoInfo</span>
  163. <form method="post" action="bg/jsoupVideoInfo">
  164. <span>status</span>
  165. <input type="text" name="status" placeholder="1:未爬取,3:爬取失败。默认是未爬取" style="width: 300px;"/>
  166. <input type="submit" value="提交">
  167. </form>
  168. </div>
  169. <br/>
  170. <div style="margin-right:20px;">
  171. <span class="font">insertOrUpdateScoreOrComment</span>
  172. <form method="post" action="bg/insertOrUpdateScoreOrComment">
  173. <span>identificationCode</span>
  174. <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
  175. <span>score</span>
  176. <input type="text" name="score" placeholder="和comment不能同时为空"/>
  177. <span>comment</span>
  178. <input type="text" name="comment" placeholder="和score不能同时为空"/>
  179. <input type="submit" value="提交">
  180. </form>
  181. </div>
  182. <br/>
  183. <div style="margin-right:20px;">
  184. <span class="font">delVideoInfo</span>
  185. <form method="post" action="bg/delVideoInfo">
  186. <span>identificationCode</span>
  187. <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
  188. <span>parentTypeName</span>
  189. <input type="text" name="parentTypeName" placeholder="上级类型名称,与allFlag不可同时为空"/>
  190. <span>allFlag</span>
  191. <input type="text" name="allFlag" placeholder="所有{1:是2:否},与parentTypeName不可同时为空"/>
  192. <input type="submit" value="提交">
  193. </form>
  194. </div>
  195. <div style="margin-right:20px;">
  196. <span class="font">insertVideoInfo</span>
  197. <form method="post" action="bg/insertVideoInfo">
  198. <span>identificationCode</span>
  199. <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
  200. <span>videoName</span>
  201. <input type="text" name="videoName" placeholder="影片名称,不可为空"/>
  202. <span>parentType</span>
  203. <select name="parentType" style="height: 21.43px;">
  204. <option value="1">类别</option>
  205. <option value="2">男优</option>
  206. <option value="3">女优</option>
  207. </select>
  208. <span>parentName</span>
  209. <input type="text" name="parentName" placeholder="上级名称,不可为空"/>
  210. <span>type</span>
  211. <select name="type" style="height: 21.43px;">
  212. <option value="1">主体</option>
  213. <option value="2">链接</option>
  214. </select>
  215. <input type="submit" value="提交">
  216. </form>
  217. </div>
  218. <div style="margin-right:20px;">
  219. <span class="font">uploadVideoInfoImgs</span>
  220. <form method="post" action="bg/uploadVideoInfoImgs" enctype="multipart/form-data">
  221. <span>identificationCode</span>
  222. <input type="text" name="identificationCode" placeholder="识别码,不可为空"/>
  223. <span>imgType</span>
  224. <select name="imgType" style="height: 21.43px;">
  225. <option value="img_sy">sy</option>
  226. <option value="img_gf">gs</option>
  227. </select>
  228. <span>file</span>
  229. <input type="file" name="files" multiple/>
  230. <input type="submit" value="提交">
  231. </form>
  232. </div>
  233. </div>
  234. </body>
  235. </html>