摘要: public class Photo {private int _id;private int _albumid;private string _caption;public int PhotoID { get { return _id; } set{this._id =value;} }public int AlbumID { get { return _albumid; } set{this... 阅读全文
posted @ 2010-11-28 10:41 TerryChou 阅读(14920) 评论(2) 推荐(1) 编辑
摘要: 一、数据库/*==============================================================*//* DBMS name: Microsoft SQL Server 2000 *//*==============================================================*/if exists (select 1 f... 阅读全文
posted @ 2010-11-28 08:54 TerryChou 阅读(2369) 评论(0) 推荐(2) 编辑