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 ...
随机推荐
- 阿里云云盾抗下全球最大DDoS攻击(5亿次请求,95万QPS HTTPS CC攻击) ,阿里百万级QPS资源调度系统,一般的服务器qps多少? QPS/TPS/并发量/系统吞吐量
阿里云云盾抗下全球最大DDoS攻击(5亿次请求,95万QPS HTTPS CC攻击) 作者:用户 来源:互联网 时间:2016-03-30 13:32:40 安全流量事件https互联网资源 摘要: ...
- Servlet监听器统计在线人数
监听器的作用是监听Web容器的有效事件,它由Servlet容器管理,利用Listener接口监听某个执行程序,并根据该程序的需求做出适应的响应. 例1 应用Servlet监听器统计在线人数. (1)创 ...
- string.Format对C#字符串格式化[转]
string.Format对C#字符串格式化 String.Format 方法的几种定义: String.Format (String, Object) 将指定的 String 中的格式项替换为指定的 ...
- Android中Fragment的简单介绍
Android是在Android 3.0 (API level 11)引入了Fragment的,中文翻译是片段或者成为碎片(个人理解),可以把Fragment当成Activity中的模块,这个模块有自 ...
- js常用的事件对象
事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event. ...
- JQuery缓冲加载图片插件lazyload.js的使用方法
lazyload.js是一个基于JQuery的插件,可以用来缓冲加载图片.如果一个网页很长并且有很多图片的话,下载图片就需要很多时间,那么就会影响整个网页的加载速度,而这款延迟加载插件,会通过你的滚动 ...
- VB.NET与C# 语法区别展示
在学习VB.NET后发现,VB.NET与C#的语法主要的不同在两个部分,这两部分搞通了,那就游刃有余,迎刃而解了.现将其对比总结如下: 一.实体部分 (与VB相比,在C#和VB.NET中,实体的使用很 ...
- 宿主机为linux、windows分别实现VMware三种方式上网(转)
一.VMware三种方式工作原理1 Host-only连接方式 让虚机具有与宿主机不同的各自独立IP地址,但与宿主机位于不同网段,同时为宿主主机新增一个IP地址,且保证该IP地址与各虚机IP地址位于 ...
- GO语言基础语法
1. Go项目的目录结构 一般的,一个Go项目在GOPATH下,会有如下三个目录: project --- bin --- pkg --- src 其中,bin 存放编译后的可执行文件:p ...
- 机器学习的开源平台 TensorFlow
一. google第二代人工智能机器学习开源工具. http://www.tensorfly.cn/ 二. 知乎上关于机器学习的资料问答 https://www.zhihu.com/question/ ...