<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE html>
<html lang="zh">
<head>
<base href="<%=basePath%>">
<!-- jsp文件头和头部 -->
<%@ include file="top.jsp"%>
<style type="text/css">
a:hover {
text-decoration: none;
cursor: pointer;
} ul li {
margin: 0px;
padding: 0px;
border: 0px;
list-style-type: none;
} div {
overflow: hidden;
position: relative;
} .clear {
clear: both;
}
</style>
</head>
<body>
<div id="top" style="height: 80%; width: 100%; margin: 0 auto;">
<div id="lasFunInfo"
style="height: auto; width: 1100px; margin: 0 auto;">
<div id="de_left"
style="float: left; width: 57%; margin-top: 30px; margin-left: 3%;">
<img style="width: 549px; height: 299px; padding-bottom: 80px;"
src="static/images/computer.png" />
</div>
<div id="de_left"
style="float: left; width: 38%; height: 250px; font-size: 18px; line-height: 25px; margin-top: 70px;margin-left:-2%;text-indent:2em;">
对无线网管系统的进程日志、业务日志、数据库日志、操作系统日志进行采集、清洗、分析以及可视化,用于网管性能分析、资源消耗模型分析、故障定位分析。</br>
</br>
<div id="go" style="width: 140px; height: 250px;">
<a style="display: block; background-color: #008FD4; color: white; height: 40px; line-height: 40px; text-align: center; text-indent:0em;"
onclick="goTask('${userName}','我的任务','task/list.do')">立即体验</a>
</div>
</div>
<div class="clear"></div>
</div>
</div> <div id="bottom"
style="height: 20%; width: 100%; margin: 0 auto; background-color: #E9F3FA; padding-top: 30px;">
<div id="lasModel" style="width: 1100px; margin: 0 auto;">
<div style="float: left;">
<div id="qushi"
style="width: 128px; height: 200px; text-align: center; float: left; margin-left: 100px;">
<img src="static/images/qushi.png"
style="margin-left: 0px; width: 100px; height: 100px" />
<div
style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">性能趋势分析</div>
<div
style="font-size: 14px; margin-bottom: 15px; text-align: left;">分析网管系统的性能趋势</div>
</div>
<div id="query"
style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
<img src="static/images/query.png"
style="margin-left: 0px; width: 100px; height: 100px" />
<div
style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">故障定位分析</div>
<div
style="font-size: 14px; margin-bottom: 15px; text-align: left;">通过搜索、字段过滤和统计分析快速定位问题根源</div>
</div>
<div id="alert_analysis"
style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
<img src="static/images/alert_analysis.png"
style="margin-left: 0px; width: 100px; height: 100px" />
<div
style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">资源消耗模型</div>
<div
style="font-size: 14px; margin-bottom: 15px; text-align: left;">分析用户操作对于的网管进程、数据库、操作系统资源的消耗模型</div>
</div>
<div id="log_management"
style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
<img src="static/images/log_management.png"
style="margin-left: 0px; width: 100px; height: 100px" />
<div
style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">日志集中管理</div>
<div
style="font-size: 14px; margin-bottom: 15px; text-align: left;">无需登录各台机器,集中管理所有日志</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(top.hangge());
</script>
</body>
</html>

最新文章

  1. Atitit &#160;自动化gui 与 发帖机 技术
  2. .Net导出pdf文件,C#实现pdf导出
  3. Markdown编辑器入门
  4. JVM监控与调优
  5. Aptana STUDIO 3 使用(续)
  6. linux用命令行来执行php程序
  7. C# 特性详解(上)
  8. Detect loop in a singly linked list
  9. Gengxin讲STL系列——Set
  10. JavaScript的对象——灵活与危险
  11. object c入门
  12. .net 读取实体属性和描述注释
  13. ImportError: numpy.core.multiarray failed to import
  14. Scrapy 框架流程详解
  15. 字王大藏经体v0.1概念版
  16. python中@classmethod @staticmethod区别(转)
  17. 使用 IntraWeb (31) - IntraWeb 的 Xml 操作使用的是 NativeXml
  18. Dictionary&lt;string, object&gt;
  19. Android UI-仿微信底部导航栏布局
  20. Go语言并发编程总结

热门文章

  1. .Net异步编程 z
  2. 聊聊高并发(十四)理解Java中的管程,条件队列,Condition以及实现一个堵塞队列
  3. pytest文档18-配置文件pytest.ini
  4. Android之判断当前网络状态
  5. 简明python教程 --C++程序员的视角(七):异常
  6. sql的嵌套查询,把一次查询的结果做为表继续进一步查询;内联视图
  7. Informatica 常用组件Lookup之十 创建查找转换
  8. Maximum Depth of Binary Tree leetcode java
  9. OpenProcess、GetExitCodeProcess、TerminateProcess
  10. MySQL bin-log与主从服务器