2006年7月8日

摘要: 好多朋友使用过Outlook或者Windows Live Mail:在撰写新邮件时,您会发现初始的收件人文本框只有一行。但如果您输入了好多地址,超过了一行的长度,它会自动地变成两行,如果不够,还会变成三行,四行等。这种文本框既节约了初始空间,又让用户输入大量数据时不感到局促。为了让您对其有更直观的了解或是有些朋友没有用到过上述产品,请看下面的截图: 初始只有两行: 当您继续输入时,行数会自动增加:... 阅读全文

posted @ 2006-07-08 14:04 arts 阅读(361) 评论(0) 推荐(0)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedoverridevoidRender(HtmlTextWriterwriter){StringWritersw=newStringWriter();HtmlTextWriterhtmlw... 阅读全文

posted @ 2006-07-08 13:56 arts 阅读(199) 评论(0) 推荐(0)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/**////<summary>///AddaquerytoanURL.///iftheURLhasnotanyquery,thenappendthequerykeyandvaluetoit.... 阅读全文

posted @ 2006-07-08 13:54 arts 阅读(280) 评论(0) 推荐(0)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<... 阅读全文

posted @ 2006-07-08 13:51 arts 阅读(305) 评论(0) 推荐(0)

摘要: 通常都是把与数据库的连接字符串放到web.config文件里,因为有API可以直接访问并取出数据,但也存在一些安全问题,数据库的连接字符串是以明文的方式在.config文件里的。.NET 里有ASP.NET IIS 注册工具 (Aspnet_regiis.exe) 这样的一个工具,可以对站点的.config文件的节进行加密方法:加密:aspnet_regiis -pef "加密的web.confi... 阅读全文

posted @ 2006-07-08 13:41 arts 阅读(172) 评论(0) 推荐(0)