posts - 333, comments - 45, trackbacks - 1, articles - 0

08 2009 档案

摘要: UTF-8有两种编码形式:一种带BOM,一种不带。UTF-8 的 BOM 是 0xEFBBBF。System.Text.Encoding.UTF8是一个静态实例,它省略了 BOM。而 new UTF8Encoding(false) 创建的实例是含有 BOM 的。BOM,即 Byte Order Mark,也即字节流标记,它是用来让应用程序识别所用的编码的。 public UTF8Encoding(...阅读全文

posted @ 2009-08-18 14:47 鸡尾虾的壳 阅读(73) | 评论 (2) 编辑 |

摘要: ASP.NET themes are a collection of properties that define the appearance of pages and controls in your Web site. A theme can include skin files, which define property settings for ASP.NET Web server c...阅读全文

posted @ 2009-08-12 17:03 鸡尾虾的壳 阅读(63) | 评论 (0) 编辑 |

摘要: Original: http://www.cnblogs.com/ugoer/archive/2005/10/11/252123.html 由于.net 2.0 很快就要发布了,大家都会面临一个IDE环境迁移(vs.net 2005)和.net 2.0新特性的应用问题,在接下来的一些文章,我会做一些asp.net 2.0的专题,写这些文章的初衷是想为很多分析Community Server的Cod...阅读全文

posted @ 2009-08-12 16:30 鸡尾虾的壳 阅读(164) | 评论 (0) 编辑 |