Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
streamingUserPortrait
Project
Project
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
赵威
streamingUserPortrait
Commits
6e738ae3
Commit
6e738ae3
authored
Feb 04, 2021
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update field name
parent
b12e6024
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Main.scala
src/main/scala/com.gmei.up/Main.scala
+1
-1
User.scala
src/main/scala/com.gmei.up/utils/User.scala
+3
-3
No files found.
src/main/scala/com.gmei.up/Main.scala
View file @
6e738ae3
...
...
@@ -48,7 +48,7 @@ object Main {
stream
.
map
{
user
=>
println
(
user
.
deviceId
)
user
.
second
_d
emands
.
foreach
(
println
)
user
.
second
D
emands
.
foreach
(
println
)
println
(
"########################"
)
}
...
...
src/main/scala/com.gmei.up/utils/User.scala
View file @
6e738ae3
...
...
@@ -3,9 +3,9 @@ package com.gmei.up.utils
case
class
UserInfo
(
deviceId
:
String
,
action
:
String
,
log
_t
ime
:
Double
,
event
_c
n
:
String
,
second
_d
emands
:
Array
[
String
],
log
T
ime
:
Double
,
event
C
n
:
String
,
second
D
emands
:
Array
[
String
],
projects
:
Array
[
String
]
)
...
...
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