Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Q
qiankunweb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
other-project
qiankunweb
Commits
402c9683
Commit
402c9683
authored
Jul 25, 2019
by
Liu Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改业务透视介绍
parent
61555c74
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
91 additions
and
34 deletions
+91
-34
org.eclipse.jdt.apt.core.prefs
.settings/org.eclipse.jdt.apt.core.prefs
+2
-0
org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.core.prefs
+17
-0
org.eclipse.m2e.core.prefs
.settings/org.eclipse.m2e.core.prefs
+4
-0
settings.json
.vscode/settings.json
+4
-0
pom.xml
pom.xml
+11
-1
index.jsp
src/main/webapp/WEB-INF/pages/index.jsp
+2
-1
perspective.jsp
src/main/webapp/WEB-INF/pages/perspective.jsp
+51
-32
No files found.
.settings/org.eclipse.jdt.apt.core.prefs
0 → 100644
View file @
402c9683
eclipse.preferences.version=1
org.eclipse.jdt.apt.aptEnabled=false
.settings/org.eclipse.jdt.core.prefs
0 → 100644
View file @
402c9683
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
.settings/org.eclipse.m2e.core.prefs
0 → 100644
View file @
402c9683
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
.vscode/settings.json
0 → 100644
View file @
402c9683
{
"java.configuration.updateBuildConfiguration"
:
"disabled"
}
\ No newline at end of file
pom.xml
View file @
402c9683
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -224,9 +225,18 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.2.8.v20150217
</version>
</plugin>
</plugins>
</build>
...
...
src/main/webapp/WEB-INF/pages/index.jsp
View file @
402c9683
...
...
@@ -88,7 +88,8 @@
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
><img
src=
"resources/static/img/Product_img1.jpg"
></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md5 layui-col-lg6 right"
>
<p
class=
"label"
>
业务透视平台
</p>
<p
class=
"detail"
>
业务系统是支撑生产环境的核心,因此我们的业务透视平台的管理目标是集中管理、实时监控并加以分析,对于核心业务系统它运行的状态,提供服务的情况是我们观测的重点,通过业务透视平台,能够快速、准确的感知客户的业务体验数据并可以通过多种方式将业务数据接入到平台进行业务数据分析。“体验”数据的收集主要用过网络数据包分析获得,网络数据包可通过核心交换机端口流量镜像得到。通过对业务数据的监控,可以提升现有业务的运行生命周期。
</p>
<br>
<p
class=
"detail"
>
全方位业务透视,直观展示业务核心问题,业务相关部门统一视角处理业务问题,驱动业务增长
</p>
<div><a
href=
"product.html?id=perspective"
>
查看更多 >
</a></div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/pages/perspective.jsp
View file @
402c9683
<
%@
page
language=
"java"
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title></title>
...
...
@@ -12,10 +14,12 @@
border-bottom
:
none
;
}
.main.product
.content
.label
{
margin-bottom
:
30px
;
}
.content
ul
li
{
.content
ul
li
{
list-style
:
inherit
;
list-style-position
:
outside
;
clear
:
both
;
...
...
@@ -25,9 +29,11 @@
color
:
rgb
(
102
,
102
,
102
);
line-height
:
30px
;
}
.main.product
.content
div
.right
{
padding-left
:
60px
;
}
.banner.product
{
background
:
url(resources/static/img/nav_img1-1.png)
no-repeat
center
top
;
...
...
@@ -36,12 +42,14 @@
.banner
.title
p
{
color
:
#fafafa
;
}
.product
p
.title
{
text-align
:
center
;
text-align
:
center
;
font-size
:
25px
;
}
</style>
</head>
<body>
...
...
@@ -49,27 +57,31 @@
<div
class=
"banner product"
>
<div
class=
"title"
>
<p>
业务透视平台
</p>
<p
class=
"en"
>
Business Perspective Platform
</p>
<p
class=
"en"
>
全方位业务透视,驱动业务增长
</p>
</div>
</div>
<!-- main部分 -->
<div
class=
"main product"
>
<!-- <div class="layui-container">
<p class="title">实时监测与深度诊断影响业务系统的不良因素,<span>为核心业务系统保驾护航</span></p>
</div> -->
<div
class=
"layui-container"
>
<br>
<p
class=
"title"
>
实时数据可视,快速发现及准确定位应用全生命周期的性能问题
</p>
<p
class=
"title"
>
开发、运维、运营、管理部门基于统一视角协同处理业务问题,促进业务持续发展
</p>
<br>
</div>
<div
class=
"layui-container"
>
<div
class=
"content layui-row"
>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
><img
src=
"resources/static/img/sj.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
><img
src=
"resources/static/img/sj.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md5 layui-col-lg6 right"
>
<p
class=
"label"
>
业务画像
</p>
<p
class=
"label"
>
实时
业务画像
</p>
<ul
style=
"padding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: Arial, 微软雅黑;"
>
<li>
基于数据治理组件,对业务数据进行标准化处理;
</li>
<li>
通过自定义算法,实现业务画像;
</li>
<li>
上百种可视化组件;
</li>
<li>
支持多终端展示数据展示。
</li>
<li>
基于数据治理对业务交易数据进行标准化处理
</li>
<li>
丰富的数据可视化能力,内置上百种数据可视化组件
</li>
<li>
业务画像直观展示业务价值
</li>
<li>
大屏幕、移动端、PC端多终端支持
</li>
</ul>
<!-- <div><a href="javascript:;">查看产品 ></a></div> -->
</div>
...
...
@@ -83,13 +95,14 @@
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md5 layui-col-lg6 right"
>
<p
class=
"label"
>
业务体验
</p>
<ul
style=
"padding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: Arial, 微软雅黑;"
>
<li>
直观呈现全局系统架构,快速定位业务瓶颈;
</li>
<li>
持续监测、分析及提升业务应用性能,让用户远离卡顿与崩溃困扰;
</li>
<li>
实时诊断业务健康,快速响应故障告警。
</li>
<li>
非侵入式旁路数据分析,保证业务系统性能不受影响
</li>
<li>
基于大数据的业务访问日志,提供事后追溯分析能力
</li>
<li>
客户端支持地理位置分析,直观展示不同地域访问情况
</li>
</ul>
<!-- <div><a href="javascript:;">查看产品 ></a></div> -->
</div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
style=
"text-align: right;"
><img
src=
"resources/static/img/ty.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
style=
"text-align: right;"
><img
src=
"resources/static/img/ty.png"
/></div>
</div>
</div>
...
...
@@ -101,14 +114,16 @@
<div
class=
"layui-container"
>
<div
class=
"content layui-row"
>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
><img
src=
"resources/static/img/it1.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
><img
src=
"resources/static/img/it1.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md5 layui-col-lg6 right"
>
<p
class=
"label"
>
基础架构感知
</p>
<p
class=
"label"
>
IT
基础架构感知
</p>
<ul
style=
"padding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: Arial, 微软雅黑;"
>
<li>
全局掌控基础架构健康状态,减少业务损失;
</li>
<li>
全面监测各项性能指标;
</li>
<li>
支持多平台环境及主流服务器、存储、网络设备;
</li>
<li>
第一时间发现和处理影响业务的关键故障,实时推送告警消息。
</li>
<li>
网络链路、网路设备监控
</li>
<li>
多平台及多操作系统性能监控
</li>
<li>
中间件、数据库、存储设备监控
</li>
<li>
10000+主流软硬件设备性能监控
</li>
<li>
秒级异常告警,及时发现问题
</li>
</ul>
<!-- <div><a href="javascript:;">查看产品 ></a></div> -->
</div>
...
...
@@ -123,30 +138,33 @@
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md5 layui-col-lg6 right"
>
<p
class=
"label"
>
业务应用全局拓扑
</p>
<ul
style=
"padding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: Arial, 微软雅黑;"
>
<li>
非侵入式、自动发现应用拓扑;
</li>
<li>
呈现业务系统间的关联关系;
</li>
<li>
多副本微服务的状态监测。
</li>
<li>
端到端业务数据追踪
</li>
<li>
实时呈现业务性能关键指标
</li>
<li>
非侵入式自动全局业务拓扑发现
</li>
<li>
直观呈现业务系统架构,快速感知业务异常
</li>
<li>
基于容器云技术的微服务平台追踪能力
</li>
</ul>
<!-- <div><a href="javascript:;">查看产品 ></a></div> -->
</div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
style=
"text-align: right;"
><img
src=
"resources/static/img/rq.png"
/></div>
<div
class=
"layui-col-xs12 layui-col-sm6 layui-col-md7 layui-col-lg6 content-img"
style=
"text-align: right;"
><img
src=
"resources/static/img/rq.png"
/></div>
</div>
</div>
</div>
</div>
<script
src=
"resources/layui/layui.js"
></script>
<!--[if lt IE 9]>
<script
src=
"resources/layui/layui.js"
></script>
<!--[if lt IE 9]>
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
<script>
layui
.
config
({
base
:
'resources/static/js/'
}).
use
(
'firm'
);
</script>
</script>
</body>
</html>
\ No newline at end of file
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