惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
V
Visual Studio Blog
P
Privacy International News Feed
月光博客
月光博客
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
L
Lohrmann on Cybersecurity
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
Webroot Blog
Webroot Blog
T
Threatpost
宝玉的分享
宝玉的分享
The Last Watchdog
The Last Watchdog
小众软件
小众软件
L
LINUX DO - 最新话题
C
Cisco Blogs
T
Troy Hunt's Blog
Schneier on Security
Schneier on Security
酷 壳 – CoolShell
酷 壳 – CoolShell
www.infosecurity-magazine.com
www.infosecurity-magazine.com
雷峰网
雷峰网
G
GRAHAM CLULEY
有赞技术团队
有赞技术团队
Know Your Adversary
Know Your Adversary
博客园 - 叶小钗
罗磊的独立博客
V
V2EX
博客园 - Franky
P
Proofpoint News Feed
SecWiki News
SecWiki News
腾讯CDC
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
博客园 - 三生石上(FineUI控件)
S
Secure Thoughts
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
Attack and Defense Labs
Attack and Defense Labs
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
PCI Perspectives
PCI Perspectives
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
Cisco Talos Blog
Cisco Talos Blog
N
News and Events Feed by Topic
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题

博客园 - Stym--闫生

最简单的silverlight的DataGrid行双击事件添加 == 在cmd命令下imp oracle dmp文件 flex TabNavigator 切换之前给出提示 - Stym--闫生 vb.net连接oracle和php连接oracle - Stym--闫生 - 博客园 数据库名,全局数据库名,SID 创建同义词和赋权限 linux下创建硬连接 flex 的as文件引用,包引用 - Stym--闫生 - 博客园 flex分页控件 - Stym--闫生 - 博客园 把数组转化成一个xml字符串--php - Stym--闫生 - 博客园 php使用ajax技术 javascript拖住布局demo flex + Amfphp + mysql +IIS 5.1t 用sql查看表结构 c#生成验证图片 C#使用sql语句读取excel文件数据 svn切换用户,报“501 Method Not Implemented”错误 div滤镜结合ajax,实现登录
数据处理:等待条
Stym--闫生 · 2008-11-28 · via 博客园 - Stym--闫生

数据处理:等待条

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
<HTML><HEAD>
<META http-equiv=content-type content='text/html; charset=gb2312'/>
<META http-equiv=pragma content=no-cache>
<META http-equiv=expires content=0>
<TITLE>test</TITLE>
<style type="text/css">
<!--
marquee {
 border:0px solid ButtonShadow; height:12px; font-size:1px;
 margin:1px; width:350px; display:block; overflow:hidden;
}
marquee span {
 height:20px; margin:1px; width:6px; background:#FFFF00;
 float:left; font-size:1px;
}
.progressBarHandle-0 {
    filter:        alpha(opacity=20);
    -moz-opacity:    0.20;
}
.progressBarHandle-1 {
    filter:        alpha(opacity=40);
    -moz-opacity:    0.40;
}
.progressBarHandle-2 {
    filter:        alpha(opacity=60);
    -moz-opacity:    0.6;
}
.progressBarHandle-3 {
    filter:        alpha(opacity=80);
    -moz-opacity:    0.8;
}
.progressBarHandle-4 {
    filter:        alpha(opacity=100);
    -moz-opacity:    1;   
}               
-->
</style>
</head>
<body>
<div id="slitbar" style="background:#D8D9FF;border: 1px solid #979897;width:350px;height:90px;display:none;
z-index:100;position: absolute; bottom: 1in; left: 2.5in; right: 1in; top: 2.5in;font-weight:bold;text-align:center">
<br>
<center>
Data Processing ...
<marquee direction="right" scrollamount="8" scrolldelay="100">
    <span class="progressBarHandle-0"></span>
    <span class="progressBarHandle-1"></span>
    <span class="progressBarHandle-2"></span>
    <span class="progressBarHandle-3"></span>
    <span class="progressBarHandle-4"></span>
    <span class="progressBarHandle-5"></span>
    <span class="progressBarHandle-6"></span>
    <span class="progressBarHandle-7"></span>
    <span class="progressBarHandle-8"></span>
    <span class="progressBarHandle-9"></span>
</marquee>
</center>
</div>
</body>
<script language='JavaScript'>
 slitbar.style.display='block';
    document.body.style.cursor = "wait";
</script>
</html>

posted on 2008-11-28 15:54  Stym--闫生  阅读(556)  评论()    收藏  举报