2008年4月17日

三层开发中容易犯的错误

摘要: http://www.cnblogs.com/yukaizhao/archive/2007/03/08/layer_develop_errors.html 阅读全文

posted @ 2008-04-17 11:54 leanco 阅读(75) 评论(0) 推荐(0)

2008年4月14日

myRss

摘要: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.... 阅读全文

posted @ 2008-04-14 17:36 leanco 阅读(312) 评论(0) 推荐(0)

2008年4月11日

获取客户端IP和MAC

摘要: 获取客户端IP: private string GetClientIP() { string result = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (null == result || result == String.Empty) { result = HttpContext.... 阅读全文

posted @ 2008-04-11 13:41 leanco 阅读(269) 评论(0) 推荐(0)

DropDownList 按级别显示

摘要: 无标题页 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.... 阅读全文

posted @ 2008-04-11 10:13 leanco 阅读(116) 评论(0) 推荐(0)

FirFox 也可用outerHTML

摘要: if(window.HTMLElement) { HTMLElement.prototype.__defineSetter__("outerHTML",function(sHTML){ var r=this.ownerDocument.createRange(); r.setStartBefore(this); var df=r.creat... 阅读全文

posted @ 2008-04-11 10:09 leanco 阅读(102) 评论(0) 推荐(0)

导航