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
74f37a76
Commit
74f37a76
authored
7 years ago
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018年1月18日 --智能分析平台
--备份
parent
f52649fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
workspace.xml
.idea/workspace.xml
+0
-0
FlowMonitor.java
src/main/java/com/hp/cmsz/entity/FlowMonitor.java
+27
-0
header.jsp
src/main/webapp/WEB-INF/layouts/header.jsp
+1
-1
No files found.
.idea/workspace.xml
View file @
74f37a76
This diff is collapsed.
Click to expand it.
src/main/java/com/hp/cmsz/entity/FlowMonitor.java
0 → 100644
View file @
74f37a76
package
com
.
hp
.
cmsz
.
entity
;
import
org.apache.commons.net.ntp.TimeStamp
;
import
javax.persistence.Entity
;
import
javax.persistence.Table
;
import
java.io.Serializable
;
/**
* app_sm_db_city_kpi_t表对应的实体类
*
* @author Liu Na
*
*/
@Entity
@Table
(
name
=
"APP_SM_DB_CITY_KPI_T"
,
schema
=
"ccolap"
)
public
class
FlowMonitor
implements
Serializable
{
private
Long
batchId
;
private
TimeStamp
statsTime
;
private
String
province
;
private
String
city
;
private
Long
activeAccountCnt
;
private
Long
transCnt
;
private
Long
timeAvg
;
private
Long
timeoutCnt
;
}
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/layouts/header.jsp
View file @
74f37a76
...
...
@@ -114,7 +114,7 @@
<ul class="dropdown-menu">
<li><a href="${ctx}/MonitorOperation/RegularityAnalysis">数据特征探查</a></li>
<li><a href="${ctx}/MonitorOperation/KeyLinkProcessAnalysis">业务环节分析</a></li>
<
%--<li><a href="${ctx}/MonitorOperation/FlowMonitor">实体厅流量监测分析</a></li>--%
>
<
li><a href="${ctx}/MonitorOperation/FlowMonitor">实体厅流量监测分析</a></li
>
</ul>
</li>
</shiro:hasPermission>
...
...
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