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>
  • 相关阅读:
    poj 1475 Pushing Boxes 推箱子(双bfs)
    poj 1806 Frequent values(RMQ 统计次数) 详细讲解
    poj 2846 Repository
    poj Ping pong LA 4329 (树状数组统计数目)
    POJ 1962-Corporative Network (并查集)
    hdu 2217 Visit
    nyoj304 节能
    与R纠缠的两件事——rownames和子集--转载
    七步精通Python机器学习--转载
    win10专业版激活(亲测可用)
  • 原文地址:https://www.cnblogs.com/zwei1121/p/1564057.html
Copyright © 2011-2022 走看看