Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
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
liuna
cmszMonitorAnalysis
Commits
c35ea6f8
Commit
c35ea6f8
authored
Feb 08, 2018
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018年2月8日 --智能分析平台
--实体厅流量监测:图表当月修改,页面显示路径修改
parent
ff55f8c8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
6 deletions
+33
-6
workspace.xml
.idea/workspace.xml
+0
-0
FlowMonitorController.java
...m/hp/cmsz/web/monitoroperation/FlowMonitorController.java
+2
-2
FlowMonitor.jsp
...ain/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
+31
-4
No files found.
.idea/workspace.xml
View file @
c35ea6f8
This diff is collapsed.
Click to expand it.
src/main/java/com/hp/cmsz/web/monitoroperation/FlowMonitorController.java
View file @
c35ea6f8
...
...
@@ -188,7 +188,7 @@ public class FlowMonitorController {
// businessOfficeMonthList = flowHallBusinessDao.businessOfficeMonth(hall);
// list.add(businessOfficeMonthList);
// }
List
<
Object
[]>
ipList
=
flowHallBusinessDao
.
businessOffice
();
List
<
Object
[]>
ipList
=
flowHallBusinessDao
.
businessOffice
Month
();
String
tmp
=
(
String
)
ipList
.
get
(
0
)[
1
];
List
<
List
<
Object
[]>>
result
=
new
ArrayList
<
List
<
Object
[]>>();
result
.
add
(
new
ArrayList
<
Object
[]>());
...
...
@@ -287,7 +287,7 @@ public class FlowMonitorController {
@RequestMapping
(
value
=
"/ipTrendMonth"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
List
<
List
<
Object
[]>>
findIpTrendMonth
(
HttpServletRequest
request
,
HttpServletResponse
response
)
throws
ParseException
,
UnsupportedEncodingException
{
List
<
Object
[]>
ipList
=
flowClientDao
.
ipTrend
();
List
<
Object
[]>
ipList
=
flowClientDao
.
ipTrend
Month
();
String
tmp
=
(
String
)
ipList
.
get
(
0
)[
1
];
List
<
List
<
Object
[]>>
result
=
new
ArrayList
<
List
<
Object
[]>>();
result
.
add
(
new
ArrayList
<
Object
[]>());
...
...
src/main/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
View file @
c35ea6f8
...
...
@@ -28,8 +28,8 @@
<div
class=
"container"
>
<ol
class=
"breadcrumb"
>
<li><a
href=
"${ctx}/index"
>
首页
</a></li>
<li>
预分析与建模
</li>
<li
class=
"active"
>
数据预
分析
</li>
<li>
运营支撑
</li>
<li
class=
"active"
>
实体厅流量监测
分析
</li>
</ol>
</div>
</div>
...
...
@@ -38,8 +38,6 @@
<div
id=
"content"
class=
"container"
>
<div
class=
"tab-bar-bt"
>
<ul
class=
"nav nav-tabs"
>
<li><a
href=
"${ctx}/MonitorOperation/RegularityAnalysis"
>
数据特征探查
</a></li>
<li><a
href=
"${ctx}/MonitorOperation/KeyLinkProcessAnalysis"
>
业务环节分析
</a></li>
<li
class=
"active"
><a
id=
"a_home"
href=
"#home"
data-toggle=
"tab"
>
实体厅流量监测分析
</a></li>
</ul>
</div>
...
...
@@ -835,6 +833,7 @@
xAxis
:[
{
type
:
'category'
,
boundaryGap
:
false
,
data
:
[],
splitLine
:
{
show
:
false
...
...
@@ -1171,6 +1170,7 @@
xAxis
:[
{
type
:
'category'
,
boundaryGap
:
false
,
data
:
[],
splitLine
:
{
show
:
false
...
...
@@ -1407,6 +1407,7 @@
xAxis
:[
{
type
:
'category'
,
boundaryGap
:
false
,
data
:
[],
splitLine
:
{
show
:
false
...
...
@@ -1633,6 +1634,17 @@
clientIp
.
push
(
data
[
i
][
10
]);
cnt
.
push
(
data
[
i
][
11
]);
}
cnt1
.
reverse
();
cnt2
.
reverse
();
cnt3
.
reverse
();
cnt4
.
reverse
();
cnt5
.
reverse
();
cnt6
.
reverse
();
cnt7
.
reverse
();
cnt8
.
reverse
();
cnt9
.
reverse
();
cnt10
.
reverse
();
clientIp
.
reverse
();
option10
.
yAxis
[
0
].
data
=
clientIp
;
option10
.
series
[
0
].
data
=
cnt1
;
option10
.
series
[
1
].
data
=
cnt2
;
...
...
@@ -1684,6 +1696,17 @@
clientIp
.
push
(
data
[
i
][
10
]);
cnt
.
push
(
data
[
i
][
11
]);
}
cnt1
.
reverse
();
cnt2
.
reverse
();
cnt3
.
reverse
();
cnt4
.
reverse
();
cnt5
.
reverse
();
cnt6
.
reverse
();
cnt7
.
reverse
();
cnt8
.
reverse
();
cnt9
.
reverse
();
cnt10
.
reverse
();
clientIp
.
reverse
();
option10
.
yAxis
[
0
].
data
=
clientIp
;
option10
.
series
[
0
].
data
=
cnt1
;
option10
.
series
[
1
].
data
=
cnt2
;
...
...
@@ -1725,6 +1748,9 @@
splitLine
:{
show
:
false
},
axisLabel
:{
interval
:
0
,
},
}
],
yAxis
:
[
...
...
@@ -2016,6 +2042,7 @@
xAxis
:[
{
type
:
'category'
,
boundaryGap
:
false
,
data
:
[],
splitLine
:
{
show
:
false
...
...
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