12 2009 档案

ASP.NET SQL 注入免费解决方案
摘要:任何一种使用数据库web程序(当然,也包括桌面程序)都有被SQL注入的风险。防止被SQL注入,最基本的方法是在代码级别就要阻止这种可能,这个网上讲的很多,我就不多说了。不过如果你拿到的是一个已经完工的产品,这个时候该如何解决呢?我介绍几种对于ASP和ASP.NET有效的防止SQL注入的方案,而且是免费的。 UrlScan 3.1 UrlScan 3.1是一个安全方面的工具,微软官方的东西。它会检... 阅读全文

posted @ 2009-12-30 10:30 m2land 阅读(14365) 评论(13) 推荐(15)

Specifying special characters in the text property
摘要:Specifying special characters in the text property The following rules specify how to include special characters in the text property of a text control MXML tag, either in a property assignment, such... 阅读全文

posted @ 2009-12-02 17:21 m2land 阅读(334) 评论(0) 推荐(0)

导航