摘要:
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
阅读(14936)
评论(2)
推荐(1)
摘要:
一、数据库/*==============================================================*//* DBMS name: Microsoft SQL Server 2000 *//*==============================================================*/if exists (select 1 f... 阅读全文
posted @ 2010-11-28 08:54
TerryChou
阅读(2380)
评论(0)
推荐(2)

浙公网安备 33010602011771号