标签:
<%@ 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>
标签:
原文地址:http://www.cnblogs.com/onetwo/p/5654125.html