摘要:
大家知道,开发项目除了数据访问层很重要外,就是Common了,这里就提供了强大且实用的工具。 【C#公共帮助类】 Image帮助类 一、DataTable 二、Enum 三、Generics using System; using System.Collections.Generic; using 阅读全文
摘要:
一、PowerDesigner设计设计数据库 代码脚本如下: 完整的数据库表创建的脚本: 脚本代码: 1 if exists (select 1 2 from sysobjects 3 where id = object_id('Static_Position') 4 and type = 'U') 阅读全文