Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrBigDataTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6953c72d
...
6953c72d816ad9d2234fd11e4c7565dfb3076f70
authored
2022-01-19 10:27:42 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
4f26e200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
src/main/java/com/bigdata/test/ETLApp.java
src/main/java/com/bigdata/test/ETLApp.java
View file @
6953c72
...
...
@@ -106,8 +106,6 @@ public class ETLApp {
response
=
StringUtil
.
format
(
response
);
if
(
StringUtil
.
isMessyCode
(
response
))
{
response
=
""
;
}
else
{
response
=
response
.
replaceAll
(
"\"nick\":.*,"
,
"\"nick\":\"BigData\","
);
}
if
(
request
!=
null
&&
!
""
.
equals
(
request
))
{
String
[]
requests
=
request
.
split
(
"&"
);
...
...
@@ -126,8 +124,6 @@ public class ETLApp {
biz_data
=
StringUtil
.
format
(
biz_data
);
if
(
StringUtil
.
isMessyCode
(
biz_data
))
{
biz_data
=
""
;
}
else
{
biz_data
=
biz_data
.
replaceAll
(
"\"nick\":.*,"
,
"\"nick\":\"BigData\","
);
}
}
}
...
...
Please
register
or
sign in
to post a comment