From f13ed98e1de0ec7b85ed179212cc095f63480eed Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 25 三月 2021 18:18:20 +0800 Subject: [PATCH] 全网搜优酷兼容 --- src/test/java/com/hxh/spring/test/LogTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/test/java/com/hxh/spring/test/LogTest.java b/src/test/java/com/hxh/spring/test/LogTest.java index cf0a1b6..d763999 100644 --- a/src/test/java/com/hxh/spring/test/LogTest.java +++ b/src/test/java/com/hxh/spring/test/LogTest.java @@ -110,7 +110,7 @@ public void videoPlay() throws Exception { Set<String> sets = new HashSet<>(); Gson gson = new Gson(); - Scanner scanner = new Scanner(new FileInputStream("C:\\Users\\Administrator\\Desktop\\鏃ュ織\\甯冧父鎾斁\\play_2021_03_20.log")); + Scanner scanner = new Scanner(new FileInputStream("C:\\Users\\Administrator\\Desktop\\鏃ュ織\\甯冧父鎾斁\\play_2021_03_23.log")); Map<String, Integer> countMap = new HashMap<>(); List<String> videoList = new ArrayList<>(); while (scanner.hasNextLine()) { -- Gitblit v1.8.0