default
<%@ 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>
default的更多相关文章
- UWP开发之Mvvmlight实践六:MissingMetadataException解决办法(.Net Native下Default.rd.xml配置问题)
最近完成一款UWP应用,在手机端测试发布版(Release)的时候应用莫名奇妙的强行关闭,而同样的应用包在PC端一点问题都没有,而且Debug版在两个平台都没有问题,唯独手机的Release版有问题. ...
- Java 8函数编程轻松入门(三)默认方法详解(default function)
default出现的原因 Java 8中对API最大的改变在于集合类,Java在持续演进,但是它一直保持着向后兼容. 在Java 8中为Collection接口增加了stream方法,这意味着所有实现 ...
- Dynamics CRM 2015-如何修改Optionset Default Value
在日常工作中,我们时不时会遇到在CRM测试环境上添加Optionset的时候,Default Value是某个值,但换到Production环境或者其他环境,添加的时候,Default Value可能 ...
- Java中private、protected、public和default的区别
public: 具有最大的访问权限,可以访问任何一个在classpath下的类.接口.异常等.它往往用于对外的情况,也就是对象或类对外的一种接口的形式. protected: 主要的作用就是用来保护子 ...
- 继承 原生js 与 $.extend(true,default,opts||{});
$.extend(true,default,opts||{}); var obj1={ name:'liu', sex:'m', work:'pc' } var obj2={ sex:'w' } va ...
- mysql中Invalid default value for 'stime'问题
在执行mysql数据库时报错 CREATE TABLE `advert_schedule_time` ( `advert_id` int(11) NOT NULL DEFAULT '0' COMMEN ...
- 为什么类和接口不能使用private和protected?接口的方法不能使用private、protected、default
对于java程序员来说,java的访问权限修饰词public.protected.default.private的区别和使用肯定都不是问题,这里也不再啰嗦了,反正度娘一搜就一大把.最近在整理java ...
- Android开发 default activity not found
新建的项目,今天打开的时候,发现无法编译了.编译按钮无法点击,必须edit configuration.并且报错 default activity not found. 解决: 少写了一个" ...
- Java中的private protected public和default的区别
转至:http://blog.sina.com.cn/s/blog_74c571240101jaf5.html 类内部 本包 子类 外部包 public √ √ √ √ pro ...
- android studio安卓项目出现Error: Default Activity Not Found错误无法编译的解决方案
项目明明是没有问题的,有时候突然就出现Error: Default Activity Not Found错误,以前出现过我重新安装了android studio 都没有用,后来在网上(http://s ...
随机推荐
- JQuery实现可直接编辑的表格
本文实例讲述了JQuery实现可直接编辑的表格.分享给大家供大家参考.具体分析如下: 功能: 创建一个表格,用户单击某个单元格后,可以直接修改单元格文本.在编辑状态下,用户可按回车键确认修改,按ESC ...
- Ceph rgws客户端验证
修改/etc/ceph/ceph.conf文件,加入rados gw监听的端口 [client.rgw.rgws] rgw_frontends = "civetweb port=80&quo ...
- http状态码的含义及502, 503和504的区别
https://zh.wikipedia.org/wiki/HTTP%E7%8A%B6%E6%80%81%E7%A0%81#5xx%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%94%9 ...
- ldap客户端以及jenkins的配置
1.http://www.ldapbrowsermac.com/ 分免费版和收费版,使用免费版即可.请使用正确的协议,不然,中文会乱码:支持两种LDAP v3和LDAP v2 2.https://di ...
- spoj Goblin Wars(简单bfs)
J - Goblin Wars Time Limit:432MS Memory Limit:1572864KB 64bit IO Format:%lld & %llu Submit ...
- [8] 圆面(Round)图形的生成算法
顶点数据的生成 bool YfBuildRoundVertices ( Yreal radius, Yreal height, Yuint slices, YeOriginPose originPos ...
- WIDGET和鼠标特效的DEMO
原创WIDGET和鼠标特效的DEMO, 键盘1 平移Widget键盘2 旋转Widget键盘3 缩放Widget DEMO中,实现对BOX的旋转缩放位移 下载地址: http://pan.baidu. ...
- 第六章 企业项目开发--cookie
注:本章代码基于<第五章 企业项目开发--mybatis注解与xml并用>的代码,链接如下: http://www.cnblogs.com/java-zhao/p/5120792.html ...
- Java 连接MS Access数据库
java连接MS Access的两种方式: 1.JDBC-ODBC Java连接Access可以使用MS自带的管理工具-->数据源(ODBC)设置建立连接,这样就不需要导入jar.但是,如此一来 ...
- SQL2005,错误 0xc00470fe 数据流任务 产品级别对于 组件“源 - 2009_txt”(1) 而言不足
今天在将txt文件导入MSSQL2005时,出了这个错误,到网上查了一下资料,说是因为没有安装SQL 2005 SP1的原因,所以我就下载了个. 安装后,再次导入数据,OK 没问题了.http://w ...