随笔分类 -  三层架构

摘要:一、数据库/*==============================================================*//* DBMS name: Microsoft SQL Server 2000 *//*==============================================================*/if exists (select 1 from sysobjects where id = object_id('newsContent') and type = 'U') drop table newsCo 阅读全文
posted @ 2012-12-04 10:57 java程序员填空 阅读(132) 评论(0) 推荐(0)