随笔分类 -  学习笔记

《VB.Net 编程规范》下载
摘要:今天闲着无事,将东软的C#编程规范修改了一下,炮制了现在这份《VB.Net 编程规范》, 目录: === 按我下载 === 阅读全文
posted @ 2005-06-07 16:36 Miller 阅读(795) 评论(0) 推荐(0)
Don't Use Select *
摘要:Topic: Quick Tips - Don't Use Select *From: http://www.asp101.com/tips/index.asp?id=125 Something you see in a lot of database access code is a select statement that looks something like this: SELE... 阅读全文
posted @ 2005-06-07 13:50 Miller 阅读(509) 评论(0) 推荐(0)