摘要:
代码: 1 # x='hello' 2 # # print(dir(x)) 3 # iter_test=x.__iter__() 4 # 5 # # print(iter_test) 6 # print(iter_test.__next__()) 7 # print(iter_test.__next 阅读全文
posted @ 2018-07-25 12:10
有猿人
阅读(291)
评论(0)
推荐(0)
摘要:
接口: 1 /** 2 * 3 * Description: 导入excel表 4 * @param map 5 * @param request 6 * @param session 7 * @return 8 * @author shiqianyu 9 * @throws Exception 1 阅读全文
posted @ 2018-07-25 10:04
有猿人
阅读(860)
评论(0)
推荐(0)
摘要:
方式一: 1 //点击要素,修改URL 2 $(document).on('click',"#modUrlYs" ,function (){ 3 //$("#modUrlYs").dblclick(function(){ 4 var selectVal = $('#modUrlYs option:s 阅读全文
posted @ 2018-07-25 09:44
有猿人
阅读(958)
评论(0)
推荐(0)
摘要:
代码: 1 import java.io.IOException; 2 import java.nio.file.FileVisitOption; 3 import java.nio.file.FileVisitResult; 4 import java.nio.file.FileVisitor; 阅读全文
posted @ 2018-07-25 09:42
有猿人
阅读(629)
评论(0)
推荐(0)
摘要:
SELECT ctm.* FROM crawltaskmanage ctm,urlmanage um WHERE (ctm.status='0' AND um.`urlId`=ctm.`urlId`) OR (ctm.ctName LIKE '%0%' AND um.`urlId`=ctm.`url 阅读全文
posted @ 2018-07-25 09:41
有猿人
阅读(253)
评论(0)
推荐(0)
摘要:
1.通用查询修改方法 2.通用查询修改方法接口 阅读全文
posted @ 2018-07-25 09:39
有猿人
阅读(194)
评论(0)
推荐(0)
摘要:
一、xxxxxx获取指定任务爬取的所有url的接口 接口名称:xxxxxx获取指定任务爬取的所有url的接口 访问链接: http://IP:PORT/crwalTask/findUrlExceptionById?ctId=ctIdVal&time=timeVal&limit=limitVal 传入 阅读全文
posted @ 2018-07-25 09:28
有猿人
阅读(15715)
评论(0)
推荐(0)
摘要:
开发常用: 清理浏览器缓存:ctrl+shift+delete 切换窗口:alt+tab 同一个浏览器切换窗口:ctrl+shift+tab 刷新页面:ctrl+F5 前端调试debug: debugger F10(一步步调试) F12(调试结束) 常用的俩个方法alert() console.lo 阅读全文
posted @ 2018-07-25 09:21
有猿人
阅读(291)
评论(0)
推荐(0)
摘要:
页面代码: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePat 阅读全文
posted @ 2018-07-25 09:16
有猿人
阅读(1025)
评论(1)
推荐(0)
摘要:
eclipse中: 1.单击整个项目 run as - maven clean - maven install 2.找到项目所在的路径 找到所有的jar包 3.把jar包放到linux对应的文件夹 linux中部署项目:1.查看jar是否在运行中 ps -ef | grep SpliderWeb-0 阅读全文
posted @ 2018-07-25 09:12
有猿人
阅读(5116)
评论(0)
推荐(0)