index.js
<%@ 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%>">
<meta charset="utf-8">
<link rel="shortcut icon" href="static/images/las.ico">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>网管日志分析系统</title>
<link href="static/index/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="static/index/css/animate.css" />
<link href="static/index/css/style.css" rel="stylesheet" />
</head>
<body ms-controller='webVm' class='ms-controller'>
<!-- Navigation -->
<section id="navigation" class="navbar-fixed-top visible-nav">
<div class="menu-position">
<div class="nav-logo">
<a href="#" class="logo"> <img
src="static/index/img/las_logo.png" alt="logo" />
</a>
</div>
<div class="nav-menu">
<ul class="nav">
<li><a href="login_toLogin.do" class="scroll">登录</a></li>
<li><a href="login_toLogin.do" class="scroll">注册</a></li>
</ul>
</div>
</div>
</section> <!-- Homepage --> <!-- About -->
<section id="about">
<div class="container">
<div class="col-md-12"> <div class="col-md-6 col-sm-6 wow bounceIn"
style="margin-top: -30px;">
<img src="static/index/img/computer.png" class="img-responsive">
</div> <div class="col-md-6 col-sm-6 add-top">
<div class="las_function">
对无线网管系统的进程日志、业务操作日志、数据库日志、操作系统日志等进行采集、清洗、过滤、分析以及可视化,用于网管性能分析、资源消耗模型分析、故障定位分析。
</div>
<div class="las_function_experience">
<a onclick="severCheck();">立即体验</a>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</section> <!-- Benefits -->
<section id="benefits">
<div class="container">
<div class="col-md-12">
<div class="benefits wow bounce add-bottom">
<h2>
大数据分析平台</span>
</h2>
<div class="divider add-bottom"></div>
</div>
<div id="bottom_bar"
style="width: 100%; height: 240px; padding-top: 30px;">
<div
style="float: left; width: 1300px; height: 220px; margin-top: auto; margin-left: auto; padding-left: 0px; border: 0px;">
<div id="qushi"
style="width: 128px; height: 200px; text-align: center; float: left; margin-left: 113px;">
<img src="static/index/img/lasfunction/1.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; text-align: left;">分析网管系统的性能趋势</div>
</div>
<div id="query"
style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
<img src="static/index/img/lasfunction/2.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; 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/index/img/lasfunction/3.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; 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/index/img/lasfunction/4.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; m text-align: left;">无需登录各台机器,集中管理所有日志</div>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</section> <!-- Contact -->
<section id="contact">
<div class="container">
<div class="col-md-12 contact">
<div class="col-md-4"></div>
<div class="wow bottomLink bounce col-md-4" data-wow-delay="0.3s"
onclick="" href="test">
<img src="static/index/img/logo.png"> <br> <span
class="col-md-12" style="">关于我们</span>
</div>
<div class="divider col-md-12 add-bottom"></div>
<div class="wow fadeIn">
<div class="col-md-12"
style="padding-top: 5px; text-align: center;">
<span style="">Copyright © 无线研究院网管测试部. 2015-2016. All
rights reserved</span>
</div>
</div>
</div> </div>
<div style="clear: both;"></div>
</section> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript"
src="static/index/js/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="static/index/js/dist/wow.js"></script>
<script type="text/javascript" src="static/index/js/bootstrap.min.js"></script>
<script type="text/javascript" src="static/index/js/plugins.js"></script>
<script type="text/javascript" src="static/index/js/avalon.js"></script>
<script type="text/javascript" src="static/index/js/controller.js"></script> <script>
//TOCMAT重启之后 点击左侧列表跳转登录首页
$.ajax({
type : "POST",
url : 'login_login',
dataType : 'json',
cache : false,
success : function(data) {}
});
</script> <script type="text/javascript">
$(top.hangge());
</script>
</body>
</html>
index.js的更多相关文章
- index.js:13 Uncaught TypeError: Cannot read property 'split' of undefined
使用 webpack 编译 Vue 项目时出现报错: index.js:13 Uncaught TypeError: Cannot read property 'split' of undefined ...
- vue-cli脚手架npm相关文件解读(9)config/index.js
系列文章传送门: 1.build/webpack.base.conf.js 2.build/webpack.prod.conf.js 3.build/webpack.dev.conf.js 4.bui ...
- node 模块化思想中index.js的重要性
目录结构如上图 module1和modlue2.main在同一级 module1下文件: index.js var test2=require('./test2'); var sayHi=functi ...
- metamask源码学习-ui/index.js
The UI-即上图左下角metamask-ui部分,即其图形化界面 The MetaMask UI is essentially just a website that can be configu ...
- webpack报错:Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module 'babel-preset-env' from '...' - Did you mean "@babel/env"?
webpack报错:Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find mo ...
- 【vue】index.html main.js app.vue index.js怎么结合的? 怎么打包的?搜集的信息
转载:https://blog.csdn.net/yudiandemingzi/article/details/80247137 怎么结合的: 一.启动项目 第一步:cmd进入项目文件里,运行npm ...
- vue中config/index.js:配置的详细理解
当我们需要和后台分离部署的时候,必须配置config/index.js: 用vue-cli 自动构建的目录里面 (环境变量及其基本变量的配置) var path = require('path') ...
- 对vue中 默认的 config/index.js:配置的详细理解 -【以及webpack配置的理解】-config配置的目的都是为了服务webpack的配置,给不同的编译条件提供配置
当我们需要和后台分离部署的时候,必须配置config/index.js: 用vue-cli 自动构建的目录里面 (环境变量及其基本变量的配置) var path = require('path') ...
- vue-cli中config目录下的index.js文件详解
vue-cli脚手架工具config目录下的index.js解析 转载自:http://www.cnblogs.com/ye-hcj/p/7077796.html // see http://vuej ...
随机推荐
- 微信小程序的坑
虽然官方文档,可以在.json中给页面设置背景颜色,用backgroundColor,但是实际上并不好使,所以设置背景颜色只能在wxss中设置 <import src="../comm ...
- Java Http连接中(HttpURLConnection)中使用代理(Proxy)及其验证(Authentication)
使用Java的HttpURLConnection类可以实现HttpClient的功能,而不需要依赖任何其他类库.所有有时候大家就直接使用它来完成一些简单(或复杂)的功能.但是你活在伟大的{print ...
- [转].net reactor 学习系列(三)---.net reactor代码自动操作相关保护功能
接上篇,上篇已经学习了界面的各种功能以及各种配置,这篇准备学习下代码控制许可证. 代码控制许可证的意思就是软件经过.net reactor保护后,到期时客户端就需要购买许可证,这时软件开发商就需要生成 ...
- hihoCoder - 1082 - 然而沼跃鱼早就看穿了一切 (字符串处理!!)
#1082 : 然而沼跃鱼早就看穿了一切 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描写叙述 fjxmlhx每天都在被沼跃鱼刷屏,因此他急切的找到了你希望你写一个程序屏蔽全 ...
- this与JavaScrip中的四种调用模式
this是什么 方法调用模式 构造器调用模式 函数调用模式 apply/call模式 this是什么 —In most languages, ‘this’ is a reference to the ...
- 简化delegate写法
标准的写法 空 简化后的宏 /**************************************************************/ // delegate 托付 /* #de ...
- Unity3D开发之查找面板上某个脚本(包含Missing)
有时候我们须要知道某个脚本在场景上面哪里用到,或者那个脚本被删除了但又没有把相关游戏场景的关联东西删掉,那样我们就要一个脚本来查找一下了: PS:以下两个脚本都要放到assets/Editor以下哦. ...
- 加载大量的xml数据 使用压缩方法解决(当然较小时也可以压缩)
如果你的应该程序必须在运行期间加载一个外部大且冗长的XML文件时,这个方案可能是有用的,通过将XML保存为二进制,你可以压缩数据得到一个较小的文件,当然,你可以得到的压缩的数量取决于数据的复杂性,但它 ...
- 支持向量机通俗导论(理解SVM的三层境界) by v_JULY_v
支持向量机通俗导论(理解SVM的三层境界) 前言 动笔写这个支持向量机(support vector machine)是费了不少劲和困难的,原因很简单,一者这个东西本身就并不好懂,要深入学习和研究下去 ...
- Visual Studio 2012连接TFS2010登录不了
一直用VS2012+TFS2010开发项目, 最近几天忽然很不正常, 在VS中会频繁要求输入TFS的账号密码, 经常要输入很多遍才可以正常连接签入签出. 这几天更甚, 基本上直接连接不了了. 网上找到 ...