
Translation
Jason_Steven
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tip/Trick: Guard Against SQL Injection Attacks 提示/技巧:防范SQL注入攻击
SQL Injection attacks are really nasty security vulnerabilities, and something all web developers (regardless of platform, technology or data layer) need to make sure they understand and protec翻译 2008-10-14 18:19:00 · 1105 阅读 · 12 评论 -
Factory Patterns
What is a factory? A factory is a place where objects are created.1. Factory patterns are examples of creational patterns.2. Creational patterns abstract the object instantiation process. They hide转载 2010-05-09 10:58:00 · 640 阅读 · 0 评论 -
Merging columns in GridView/DataGrid header
Merging columns in GridView/DataGrid header翻译 2010-07-24 23:02:00 · 1336 阅读 · 0 评论