该文被密码保护。 阅读全文
posted @ 2011-10-21 19:11 dotnetlina 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2011-10-20 23:21 dotnetlina 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css">.box li{float:left; width:105px;height:90px;overflow:hidden; text-align:center;}.box li p{ display:block;width:95px;overflow:hidden; height:25px; line-height:25px; text-align:center; margin:0 5px;}.box li span a{width:95px; height:53px; overflow:hidden;text-ali 阅读全文
posted @ 2011-10-19 22:26 dotnetlina 阅读(754) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2011-10-19 18:33 dotnetlina 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css">.highlightit img{border: 1px solid #ccc;}.highlightit:hover img{height:100px;width:100px;display:inline;position:absolute;border: 1px solid navy;filter:alpha(opacity=80);}.highlightit:hover{color: red; /* Dummy definition to overcome IE bug */}</style>< 阅读全文
posted @ 2011-10-18 23:28 dotnetlina 阅读(889) 评论(0) 推荐(0) 编辑
摘要: <!--把下面代码加到<head>与</head>之间--><style type="text/css"> <!-- body {text-align: center; margin:0; padding:0; background: #FFF; font-size:12px; color:#000;} div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;} h1,h2,h3,h4,h5,h6 { margin:0; padding:0;} t 阅读全文
posted @ 2011-10-18 22:44 dotnetlina 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> a{text-decoration: none;} #a{ background-color: #5DFD43;cursor: hand;} </style> <script type="text/javascript"> function show(obj) { for (var i = 1; i <= 3; i++) { document.getElementById("aa" + i).style.display = "none& 阅读全文
posted @ 2011-10-18 22:16 dotnetlina 阅读(196) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript">function show1(){document.getElementById("ccc").className = "aa";}function show2(){document.getElementById("ccc").className = "bb";}</script><style type="text/css">.aa{background-color:#87FACB 阅读全文
posted @ 2011-10-18 22:13 dotnetlina 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css">body {background: #fff;font-family: "Lucida Grande", Helvetica, Arial, sans-serif;font-size: 12px;}.menu {font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;width:500px;height:355px;background:# 阅读全文
posted @ 2011-10-18 22:01 dotnetlina 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 一、sqlserver日期时间函数SqlServer中的日期与时间函数1.当前系统日期、时间selectgetdate()2.dateadd在向指定日期加上一段时间的基础上,返回新的datetime值例如:向日期加上2天selectdateadd(day,2,'2004-10-15')--返回:2004-10-1700:00:00.0003.datediff返回跨两个指定日期的日期和时间边界数。selectdatediff(day,'2004-09-01','2004-09-18')--返回:174.datepart返回代表指定日期的指定日期部分 阅读全文
posted @ 2011-09-26 10:30 dotnetlina 阅读(217) 评论(0) 推荐(0) 编辑