07 2007 档案
摘要:1 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35
阅读全文
摘要:1 6 7 9 11 12 13 14 15 16 17 18 22SET ANSI_NULLS ON 23GO 24SET QUOTED_IDENTIFIER ON 25GO 26IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[_Create]') AND type in (N'P', ...
阅读全文
摘要:1 6 7 8 10 11 12 13 14 15 16 17 18using System; 19using System.Collections.Generic; 20using System.Text; 21using System.Collections.Specialized; 22using System.Data; 23using System.Data.SqlClient...
阅读全文
摘要:1 6 7 8 9 10 11 12using System; 13using System.Data; 14using System.Data.Sql; 15using System.Data.SqlClient; 16using System.Collections.Generic; 17using System.Text; 18using System.Configuration...
阅读全文
摘要:1 6 7 8 910111213141516171819using System;20using System.Collections.Generic;21using System.Text;22using rs.ABC.Framework;2324namespace .Business25{26 public static class Manage27 {28 32...
阅读全文
摘要:1 6 7 8 91011121314using System;15using System.Configuration;1617namespace .Framework18{19 /**//// 20 /// 项目数据提供者配置信息。21 /// 22 public partial class ManagerSection : ConfigurationSection2...
阅读全文
摘要:1 6 7 8 91011121314using System;15using System.Collections.Generic;16using System.Text;17using System.Configuration.Provider;1819namespace .Framework20{21 /**//// 22 /// 项目数据提供者集合。23 /// 24 ...
阅读全文
摘要:1using System; 2using System.Data; 3using System.ComponentModel; 4using CodeSmith.Engine; 5using SchemaExplorer; 6using Microsoft.CSharp; 7 8public class Helper : CodeTemplate 9{ 10 publi...
阅读全文
摘要:1 6 7 8 910111213 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2930
阅读全文
摘要:BusinessObject 实体类生成模板
阅读全文
摘要:AbstractProvider 生成数据提供者基类
阅读全文
摘要:日期:2007年03月30日 来源:BLOG 作者:Rinso 添加:伊扬 得分:3.00 难度:
在使用asp,asp.net编写Web应用时,最大的烦恼莫过于程序的分发的部署,由于面向的最终用户,所以程序的安装的过程必须要简单,方便和快捷。
下面提供了Installshield的脚本,改脚本功能包括:
1,检测IIS是否安装
2,检测IE版本
3,自动建立SQL数据库
4,自动建立IIS虚拟目录
5,能读取注册表和INI文件
6,注册.dll组件
阅读全文