posted @ 2006-10-19 21:04 疾风 阅读(2152) 评论(1) 推荐(0) 编辑
摘要:
Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters 阅读全文
摘要:
在Asp.net(2.0?)中,我们可是使用两种方法来绑定数据,一为Eval,一为Bind... 阅读全文
posted @ 2006-10-13 22:15 疾风 阅读(1373) 评论(4) 推荐(0) 编辑
摘要:
我们都知道absolute是绝对定位,relative是相对定位,但是这个绝对与相对是什么意思呢?绝对是什么地方的绝对,相对又是相对于什么地方而言的呢?那他们又有什么样的特性,可以做出什么样的效果呢?关于两者之间又有什么样的技巧呢? 阅读全文
posted @ 2006-09-26 09:27 疾风 阅读(850) 评论(0) 推荐(1) 编辑
摘要:
iframe用于在网页中嵌入另一个网页,使用起来非常简单,如下: iframewidth="600"height="100%"frameborder="0"scrolling="auto"src="http://www.cnblogs.com">iframe> 阅读全文
posted @ 2006-09-05 19:17 疾风 阅读(263) 评论(0) 推荐(0) 编辑
摘要:
依据Martin Fowler的《企业应用架构模式》的说法,一般有三种方式实现领域逻辑:事务脚本、领域模型和表模块 阅读全文
posted @ 2006-07-23 17:17 疾风 阅读(579) 评论(0) 推荐(0) 编辑
摘要:
上篇我们说到在Login控件的AttemptLogin方法中,最终使用了FormAuthentication的SetAuthCookie(string userName, bool createPersistentCookie) 来设置Cookie,那具体是怎么工作的呢? 阅读全文
posted @ 2006-06-09 08:58 疾风 阅读(898) 评论(0) 推荐(0) 编辑