zoukankan      html  css  js  c++  java
  • 数据加载中,请稍等......

    loading图片下载:loading

    页面代码:

    <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
    <%@include file="/context/mytags.jsp"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="contextPath" value="${pageContext.request.contextPath}"></c:set>
    <!DOCTYPE html>
    <html lang="zh-cn">
    <title>水狼一族</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
    ">
    </head>
    <body>
    <div id="loading" hidden="true" style="100% !important;height:100%;text-align:center;z-index: 999;position: absolute;top:0px;background: gray;">  
            <div style="margin-top:200px;">  
                <p>  
                    <img src="${contextPath}/plug-in/distribution/images/loading.png" width="30xp" height="30px" /><br/>  
                    <font style="height:30px;vartical-algin:center;padding-left:5px;color: white;"> 数据加载中,请稍等......</font>  
                </p>  
            </div>  
            <iframe id="reportIframe" src=""  
                frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="yes" width="100%" height="100%">  
            </iframe>   
        </div>  
    </body>
    </html>
    //展示
    $("#loading").show();
    //隐藏
    $("#loading").hide();
  • 相关阅读:
    Hadoop 0.23.1 Release Notes
    maven编译参数
    Hadoop快速入门
    HTML Parser HTML Parser
    EasyHadoop v1.0
    Hudson+Maven+SVN 快速搭建持续集成环境
    对技术要有足够的尊重和敬畏
    hudson设置
    python之强大的日志模块 竹叶青 的专栏 博客频道 CSDN.NET
    PHP学习之七:错误控制运算符
  • 原文地址:https://www.cnblogs.com/shuilangyizu/p/8321423.html
Copyright © 2011-2022 走看看