zwei1121

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页

2010年8月10日 #

摘要: <scriptlanguage="javascript"type="text/javascript">varinterval=1000;functionShowCountDown(year,month,day,divname){varnow=newDate();varendDate=newDate(year,month-1,day);varleftTime=endDate.getTim... 阅读全文
posted @ 2010-08-10 11:35 zwei 阅读(238) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="... 阅读全文
posted @ 2010-08-10 11:33 zwei 阅读(315) 评论(0) 推荐(0) 编辑

2010年8月6日 #

摘要: 一、jquery<script type="text/javascript"> $(document).ready(function() { $(document).bind("contextmenu", function(e) { return false; });// $(document).bind("selectstart", function(e) {// return fa... 阅读全文
posted @ 2010-08-06 11:10 zwei 阅读(290) 评论(0) 推荐(0) 编辑

2010年6月25日 #

摘要: public static string GetIP { get { string result = String.Empty; result = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (result != null && result != String.Empty) { /... 阅读全文
posted @ 2010-06-25 19:01 zwei 阅读(158) 评论(0) 推荐(0) 编辑

2010年3月2日 #

摘要: <div id="abc">ads</div><script language="javascript" type="text/javascript"> function flashs(id) { if (id.style.color == "#ffffff") { id.style.color = "red"; } else { id.style.color ... 阅读全文
posted @ 2010-03-02 17:57 zwei 阅读(156) 评论(0) 推荐(0) 编辑

2010年2月5日 #

摘要: declare @table varchar(600)while (select count(*) from sysobjects where type='u')>=1begin set @table=(select top 1 name from sysobjects where type='u') set @table='drop table '+@table exec(@table)... 阅读全文
posted @ 2010-02-05 11:46 zwei 阅读(450) 评论(0) 推荐(1) 编辑

2009年12月23日 #

摘要: tracert ip -d 路由ping ip -t 阅读全文
posted @ 2009-12-23 10:48 zwei 阅读(128) 评论(0) 推荐(0) 编辑

2009年12月18日 #

摘要: dump transaction youdatabase with no_log 阅读全文
posted @ 2009-12-18 15:50 zwei 阅读(103) 评论(0) 推荐(0) 编辑

2009年11月17日 #

摘要: 在html文件引入其它html文件的几种方法简介:在论坛中常常有网友问到,可以在一个html的文件当中读取另一个html文件的内容吗?答案是确定的,而且方法不只一种,在以前我只会使用iframe来引用,后来发现了另外的几种方法,那今天就总结这几种方法让大家参考一下,本人觉得第三种方式较好! 1.IFrame引入,看看下面的代码 <IFRAME NAME="content_frame" wid... 阅读全文
posted @ 2009-11-17 16:36 zwei 阅读(488) 评论(0) 推荐(0) 编辑

2009年10月10日 #

摘要: <%#Container.DataItem%> string ID = DataBinder.Eval(e.Row.DataItem, "ID").ToString();1.DataList protected void dlImages_ItemDataBound(object sender, DataListItemEventArgs e) { if (e.Item.ItemTy... 阅读全文
posted @ 2009-10-10 17:33 zwei 阅读(320) 评论(0) 推荐(0) 编辑

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页