Commit cf786129 by shenjinzhu

更新

parent d8c625da
...@@ -485,6 +485,7 @@ public class ExcelReadAndWrite { ...@@ -485,6 +485,7 @@ public class ExcelReadAndWrite {
while (cutso()) { while (cutso()) {
Thread.sleep(1000 * 10); Thread.sleep(1000 * 10);
} }
Thread.sleep(1000 * 60);
Map<String, String> map = new HashMap<>(); Map<String, String> map = new HashMap<>();
for (Map<String, Object> ma : m.find()) { for (Map<String, Object> ma : m.find()) {
if (ma != null && ma.get("url") != null) if (ma != null && ma.get("url") != null)
...@@ -541,6 +542,7 @@ public class ExcelReadAndWrite { ...@@ -541,6 +542,7 @@ public class ExcelReadAndWrite {
while (so()) { while (so()) {
Thread.sleep(1000 * 10); Thread.sleep(1000 * 10);
} }
Thread.sleep(1000 * 50);
Map<String, String> map = new HashMap<>(); Map<String, String> map = new HashMap<>();
for (Map<String, Object> ma : m.find()) { for (Map<String, Object> ma : m.find()) {
try { try {
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="utf-8">
<title>Table</title> <title>Table</title>
<link rel="stylesheet" <link rel="stylesheet"
href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="utf-8">
<title>Table</title> <title>Table</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="utf-8">
<title>Table</title> <title>Table</title>
<link rel="stylesheet" <link rel="stylesheet"
href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment