zoukankan      html  css  js  c++  java
  • UpdateProgress

    <asp:UpdateProgress ID="UpdateProgress1" runat="server">
                <ProgressTemplate>
                    <div id="doing" style="z-index: 12000; left: 0px; cursor: wait; position: absolute;
                        top: 0px;">
                        <table>
                            <tr align="center" valign="middle">
                                <td>
                                    <table bgcolor="lightgrey" style="filter: Alpha(Opacity=75); 1124px; height: 868px">
                                        <tr align="center" valign="middle">
                                            <td>
                                                <img src="http://images.cnblogs.com/loadingAnimation.gif" />
                                                正在运行....请稍候.
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </ProgressTemplate>
            </asp:UpdateProgress>
  • 相关阅读:
    在windows下安装mongodb(1)
    kettle过滤记录运用
    Robberies(简单的01背包 HDU2955)
    Alice and Bob(贪心HDU 4268)
    A Simple Problem with Integers(树状数组HDU4267)
    A Round Peg in a Ground Hole(凸包应用POJ 1584)
    Fishnet(暴力POJ 1408)
    Wall(凸包POJ 1113)
    Pipe(点积叉积的应用POJ1039)
    I love sneakers!(分组背包HDU3033)
  • 原文地址:https://www.cnblogs.com/zwei1121/p/1564057.html
Copyright © 2011-2022 走看看