zhytalent's .Net Column

Now Processing...

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2006年12月21日

摘要: 在找大型WEB站点系统架构应用的时候,看到一篇比较好的文章,转过来作为收藏。 阅读全文
posted @ 2006-12-21 15:56 ScottDa虾米 阅读(816) 评论(1) 推荐(0)

2006年12月14日

摘要: 此文主要讲了关于Web2.0交友网站的一些内容,大概看看还行 阅读全文
posted @ 2006-12-14 16:54 ScottDa虾米 阅读(228) 评论(0) 推荐(0)

2006年12月12日

摘要: 下午参考MSDN和相关Url加密的文章,写了个加密解密Url的类 阅读全文
posted @ 2006-12-12 17:33 ScottDa虾米 阅读(2183) 评论(1) 推荐(0)

摘要: 嗯嗯,如果阅读了微软关于Url重写的文章的话,对其工作原理有了了解之后,其实实现URL是比较容易的。 阅读全文
posted @ 2006-12-12 11:53 ScottDa虾米 阅读(458) 评论(0) 推荐(0)

2006年12月11日

摘要: 为了使url地址更加友好(当然可能有别的原因),很多站点使用了url重写,如http://www.cnblogs.com/life,在asp.net中通常要处理这样的url重写,必须在IIS中将*.*映射到aspnet_isapi.dll(C:\WINDOWS\Microsoft.NET\Framework\v1.1.432\aspnet_isapi.dll),然后在web.config进行相应的配置,最后在写相应的处理程序,多数情况我们是那么做的,搏客园也是那么做的,这似乎没有什么问题。 阅读全文
posted @ 2006-12-11 13:42 ScottDa虾米 阅读(1130) 评论(4) 推荐(0)

摘要: URLRewrite技术的应用非常适应现在互联网技术的层面,对搜索引擎,用户浏览,可移植性,平台安全等方面支持和服务都是非常适合的。 阅读全文
posted @ 2006-12-11 13:18 ScottDa虾米 阅读(469) 评论(0) 推荐(0)

2006年12月8日

摘要: 今天看了很多有关UrlRewrite的文章,大概总结一下 阅读全文
posted @ 2006-12-08 16:50 ScottDa虾米 阅读(632) 评论(1) 推荐(0)

摘要: int intTempQuery = strUrl.IndexOf("yourParms",1,strUrl.Length-2); string strRemoveUrl = strUrl.Substring(intTempQuery); strUrl = strUrl.Remove(intTempQuery,strRemoveUrl.Length); 阅读全文
posted @ 2006-12-08 14:47 ScottDa虾米 阅读(202) 评论(0) 推荐(0)

2006年12月7日

摘要: 有这样一个Url地址:http://localhost/NetBesttone/Iask/AskClass.aspx?ParentId=515000612061050597&ClassId=515000612061050626&Url=http://localhost/NetBesttone/Iask/AskClass.aspx?ParentId=515000612061050597&ClassId=515000612061050626 当前页赋值时都没有问题,但是到接受页接受Url参数时值就变成 Url=http://localhost/NetBesttone/Iask/AskClass.aspx?ParentId=515000612061050597 之后ClassId的值消失了~~ 目前正在解决中~~ 阅读全文
posted @ 2006-12-07 18:16 ScottDa虾米 阅读(974) 评论(4) 推荐(0)

2006年12月6日

摘要: when i saw the video called "i can only imagine",i was shocked by the father Dick hoyt and his son rick hoyt.Rick was borned by paralysis,could not speak,walk.When the Doc said his son only just a vegetable,Dick didn't balk.This video was very impressive because it tells all the people just one thing,that's the father's love. Here is the link:http://www.youtube.com/watch?v=ryCTIigaloQ these are some words about it: "父亲Dick hoyt,他的儿子rick hoyt从出生就瘫痪,不能行走,不能说话,当医生判断rick是植物人的时候 阅读全文
posted @ 2006-12-06 23:43 ScottDa虾米 阅读(257) 评论(0) 推荐(0)