Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppTag
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
AppTag
Commits
51707a81
Commit
51707a81
authored
4 years ago
by
jinfeng.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
915f3b09
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppTagMain.java
src/main/java/com/mobvista/apptag/main/AppTagMain.java
+2
-2
No files found.
src/main/java/com/mobvista/apptag/main/AppTagMain.java
View file @
51707a81
...
...
@@ -29,7 +29,7 @@ public class AppTagMain {
public
static
void
main
(
String
[]
args
)
{
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
());
if
(
list
.
size
()
%
1000
==
0
)
{
for
(
int
i
=
0
;
i
<
list
.
size
()
/
1000
;
i
++)
{
...
...
@@ -123,7 +123,7 @@ public class AppTagMain {
platform
=
"Android"
;
}
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'),"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment