- 浏览: 407356 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (268)
- java (22)
- Acegi (8)
- Ajax (17)
- Annotation (3)
- Ant (3)
- JBOSS (6)
- Xdoclet (1)
- CSS (20)
- Data Warehouse (11)
- DB2 (3)
- DOM (1)
- dos (2)
- JMF (1)
- JMS (5)
- J2EE (17)
- Hibernate (7)
- struts (10)
- CORBA (1)
- 职业 (2)
- JSF (1)
- JSTL (8)
- 其它 (1)
- Log4j (7)
- svg (7)
- quartz (3)
- web2.0 (2)
- velocity (2)
- apache commons (1)
- js (9)
- html (4)
- sql (3)
- linux (4)
- dwr (14)
- spring (5)
- GWT (7)
- portlet (4)
- 软件工程 (10)
- actionscript (1)
- 测试 (1)
- tomcat (3)
- flash (0)
- 线程 (1)
- mysql (6)
- flex (1)
- oracle (7)
- crystalreport (4)
- itext (4)
- memcache (2)
- linux 监控 (2)
- mongodb (1)
- Kafka (5)
- 网络 (2)
- 分布式计算 (2)
最新评论
-
chenyongxin:
mark
JBoss 4.0.2集群基本知识及配置方法指南 -
softor:
我找到了,下载吧:http://ishare.iask.sin ...
jad是最简单的class反编译为java文件的小工具 (转载) -
softor:
求下载
dodo@lovehang.com
jad是最简单的class反编译为java文件的小工具 (转载) -
juedui0769:
不错!
请问: 如何在 将 log4j.appender ...
Tomcat 日志 配置 (转载) -
spp_1987:
// 建立一个上传文件的输出流
...
Struts上传多个及N个文件的例子
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="多彩文字,Multi Colored Text" />
<meta http-equiv="Description" content="利用CSS 的 Clip 属性来创造 多彩文字(Multi Colored Text)" />
<meta content="all" name="robots" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="forestgan" />
<meta name="copyright" content="forestgan" />
<title>多彩文字(Multi Colored Text)</title>
<style type="text/css">
body{
background: #FFFFFF;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 140%;
text-align: center;
padding: 0;
margin: 0;
}
p{
margin: 0;
}
address{
font-size: 75%;
}
body,html{
height: 100%;
}
* html, * html body{
overflow: hidden;
}
#top{
min-height: 90%;
overflow: auto;
}
* html #top{
height: 90%;
}
#footer{
height: 10%;
background: #CC0000;
color: #FFFFFF;
}
address{
padding-top: 1em;
font-style: normal;
}
a{
text-decoration: none;
}
.textBottom {
color: #333333;
position: absolute;
left: 3em;
top: 1em;
font: 26px "Century Gothic",Arial, Helvetica, sans-serif;
clip: rect(18px auto auto auto);
}
.textTop {
color: #CC0000;
position: absolute;
left: 3em;
top: 1em;
font: 26px "Century Gothic",Arial, Helvetica, sans-serif;
clip: rect(0 auto 18px 0);
}
.container {
width: 28em;
height: 5em;
margin: 1em auto;
position: relative;
background: #F6F6F6;
}
.textTop:hover {
color: #808080;
}
.textBottom:hover {
color: #FF4646;
}
</style>
</head>
<body lang="en">
<div id="top">
<div class="container"> <a href="#" class="textTop">Cascading Style Sheet </a> </div>
<p>文字的上半部分</p>
<div class="container"> <a href="#" class="textBottom">Cascading Style Sheet </a> </div>
<p>文字的下半部分</p>
<div class="container"> <a href="#" class="textTop">Cascading Style Sheet </a> <a href="#" class="textBottom">Cascading Style Sheet </a> </div>
<p>二组文字重合的效果</p>
</div>
<div id="footer">
<address>
Design by <a href="http://www.forest53.com">forestgan</a> 本演示采用<a href="http://www.creativecommons.cn/">创作共用授权</a>--署名和非商业用途。
</address>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-152060-1";
urchinTracker();
</script>
<noscript>google-analytics</noscript>
<script src="http://www.forest53.com/stat/mystat.asp?siteid=1" type="text/javascript"></script>
<noscript>stat.</noscript>
<script language="Javascript">
var now = new Date();
document.write("<img src='http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime() + "&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
</script>
<noscript>
<img src="http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer=noscriptcounter&cur=noscriptcounter" border='0' width='0' height='0'/>
</noscript>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="多彩文字,Multi Colored Text" />
<meta http-equiv="Description" content="利用CSS 的 Clip 属性来创造 多彩文字(Multi Colored Text)" />
<meta content="all" name="robots" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="forestgan" />
<meta name="copyright" content="forestgan" />
<title>多彩文字(Multi Colored Text)</title>
<style type="text/css">
body{
background: #FFFFFF;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 140%;
text-align: center;
padding: 0;
margin: 0;
}
p{
margin: 0;
}
address{
font-size: 75%;
}
body,html{
height: 100%;
}
* html, * html body{
overflow: hidden;
}
#top{
min-height: 90%;
overflow: auto;
}
* html #top{
height: 90%;
}
#footer{
height: 10%;
background: #CC0000;
color: #FFFFFF;
}
address{
padding-top: 1em;
font-style: normal;
}
a{
text-decoration: none;
}
.textBottom {
color: #333333;
position: absolute;
left: 3em;
top: 1em;
font: 26px "Century Gothic",Arial, Helvetica, sans-serif;
clip: rect(18px auto auto auto);
}
.textTop {
color: #CC0000;
position: absolute;
left: 3em;
top: 1em;
font: 26px "Century Gothic",Arial, Helvetica, sans-serif;
clip: rect(0 auto 18px 0);
}
.container {
width: 28em;
height: 5em;
margin: 1em auto;
position: relative;
background: #F6F6F6;
}
.textTop:hover {
color: #808080;
}
.textBottom:hover {
color: #FF4646;
}
</style>
</head>
<body lang="en">
<div id="top">
<div class="container"> <a href="#" class="textTop">Cascading Style Sheet </a> </div>
<p>文字的上半部分</p>
<div class="container"> <a href="#" class="textBottom">Cascading Style Sheet </a> </div>
<p>文字的下半部分</p>
<div class="container"> <a href="#" class="textTop">Cascading Style Sheet </a> <a href="#" class="textBottom">Cascading Style Sheet </a> </div>
<p>二组文字重合的效果</p>
</div>
<div id="footer">
<address>
Design by <a href="http://www.forest53.com">forestgan</a> 本演示采用<a href="http://www.creativecommons.cn/">创作共用授权</a>--署名和非商业用途。
</address>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-152060-1";
urchinTracker();
</script>
<noscript>google-analytics</noscript>
<script src="http://www.forest53.com/stat/mystat.asp?siteid=1" type="text/javascript"></script>
<noscript>stat.</noscript>
<script language="Javascript">
var now = new Date();
document.write("<img src='http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime() + "&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
</script>
<noscript>
<img src="http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer=noscriptcounter&cur=noscriptcounter" border='0' width='0' height='0'/>
</noscript>
</body>
</html>
发表评论
-
使用Bootstrap与ShieldUI(转载)
2015-03-08 21:56 707今天,让我们来创建一个基于Bootstrap框架的仪表板(d ... -
不规则图片环绕文字
2007-10-28 11:25 1577<!DOCTYPE html PUBLIC " ... -
Slidowshow 滚动条
2007-10-28 11:24 793<html> <head> <t ... -
鼠标移动 放大图片
2007-10-28 11:23 1568<style type="text/css&q ... -
超连接经典
2007-10-28 11:20 681<style type="text/css&q ... -
把鼠标放上来看看效果--
2007-10-28 11:19 858<style> A:link,A:visited ... -
Hover over the image to see the double border effect
2007-10-28 11:19 1020<!DOCTYPE html PUBLIC " ... -
陶吧-把你的
2007-10-28 11:18 668<style type="text/css&q ... -
css菜单演示
2007-10-28 11:18 1063<html xmlns="http://www ... -
完全用CSS实现的中英文双语导航菜单
2007-10-28 11:17 859<!DOCTYPE html PUBLIC " ... -
点我挂掉IE6
2007-10-28 11:16 826<!DOCTYPE html PUBLIC " ... -
仿淘宝网首页导航条效果
2007-10-28 11:16 1778<!DOCTYPE html PUBLIC " ... -
下拉菜单
2007-10-28 11:15 1881<style type="text/css&q ... -
sbutton
2007-10-28 11:14 843<style type="text/css&q ... -
WEB标准网站设计实例:左中右3栏布局中最先显示中栏内容的方法
2007-10-28 11:14 1007<!DOCTYPE html PUBLIC " ... -
example 2
2007-10-28 11:12 767<!DOCTYPE html PUBLIC " ... -
Equal height(列高度相同的方法)
2007-10-28 11:12 760<!DOCTYPE html PUBLIC " ... -
应用的一个实例
2007-10-28 11:11 739<!DOCTYPE html PUBLIC " ... -
一些三角形的写法
2007-10-28 11:10 1113<!DOCTYPE html PUBLIC " ...
评论