Commit 51707a81 by jinfeng.wang

fix

parent 915f3b09
...@@ -29,7 +29,7 @@ public class AppTagMain { ...@@ -29,7 +29,7 @@ public class AppTagMain {
public static void main(String[] args) { public static void main(String[] args) {
try { try {
String filePath = "/Users/wangjf/Workspace/AppTag/src/main/resources/data/apptag_0909.txt"; String filePath = "/Users/wangjf/Workspace/AppTag/src/main/resources/data/apptag_1105.txt";
List<AppTagClass> list = new ArrayList<>(readTxtFileIntoStringSet(filePath).values()); List<AppTagClass> list = new ArrayList<>(readTxtFileIntoStringSet(filePath).values());
if (list.size() % 1000 == 0) { if (list.size() % 1000 == 0) {
for (int i = 0; i < list.size() / 1000; i++) { for (int i = 0; i < list.size() / 1000; i++) {
...@@ -123,7 +123,7 @@ public class AppTagMain { ...@@ -123,7 +123,7 @@ public class AppTagMain {
platform = "Android"; platform = "Android";
} }
stringBuilder.append("('").append(packageName).append("','").append(appName).append("','") stringBuilder.append("('").append(packageName).append("','").append(appName).append("','")
.append(platform).append("','").append(tag).append("','").append("2020-09-09 15:46:30'),"); .append(platform).append("','").append(tag).append("','").append("2020-11-05 15:46:30'),");
} }
} }
......
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