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>
时间: 2024-08-01 10:54:51

index.js的相关文章

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.build/utils.js 5.build/vue-loader.conf.js 6.build/build.js 7.build/dev-server.js 8.build/check-versions.js 9.../config/index.js 下面是config/index.js中相关代码和配

[Poi] Use Poi to Build an Index.js with Modern JavaScript Features

Poi can easily launch an index.js file simply by running the poi command. This will launch a dev-server and automatically reload whenever you make changes. You can also npm install any package you need and import it right away. Install: npm install -

介绍vue-cli脚手架config目录下index.js配置文件

1.config/index.js var path = require('path') module.exports = { build: { // production 环境 env: require('./prod.env'), // 使用 config/prod.env.js 中定义的编译环境 index: path.resolve(__dirname, '../dist/index.html'), // 编译输入的 index.html 文件 assetsRoot: path.reso

webpack报错:Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module &#39;babel-preset-env&#39; from &#39;...&#39; - Did you mean &quot;@babel/env&quot;?

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"? 原因: babel-core和babel-preset-env依赖被替换为@babel/core和@babel/preset-env,因为新版本的Babel7中对

微信小程序首页index.js获取不到app.js中动态设置的globalData的原因以及解决方法

前段时间开发了一款微信小程序,运行了也几个月了,在index.js中的onLoad生命周期里获取app.js中onLaunch生命周期中在接口里动态设置的globalData一直没有问题,结果昨天就获取不到动态设置的global数据了.因为我要获取小程序的unionid以及通过unionid去获取微信的openId,并且共享数据,最开始我是通过storage来做数据共享的,后来测试发现storage存在莫名被清空的情况,后来转用globalData来做数据共享,查了下,是因为app.js中的on

踩坑记录-nuxt引入vuex报错store/index.js should export a method that returns a Vuex instance.

错误 store/index.js代码如下: import Vue from 'vue'; import Vuex from 'vuex'; import city from './moudle/city' Vue.use(Vuex); //构造store const store = new Vuex.Store({ // 模块化 modules: { city: city } }); export default store; 解决办法 根据错误提示,到处一个方法,并在方法里把store导出.

vue项目config/index.js中proxyTable用法

目的:在配置文件config/index.js中配置统一请求接口 在配置文件config/index.js找到 module.exports={ dev:{ proxyTable:{} } } 更改为: proxyTable:{ "/api": { target: "http://218.78.187.216/api/v1", //设置调用的接口域名和端口 changeOrigin: true, pathRewrite: { "^/api": &

【webpack】config/index.js

// see http://vuejs-templates.github.io/webpack for documentation. var path = require('path') module.exports = { build: {// 构建产品时使用的配置 env: require('./prod.env'),// webpack的编译环境 index: path.resolve(__dirname, '../dist/index.html'),// 编译输入的index.html文

index(js)與Controller

<%@ 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="spring" uri=