资源简介
《1》请在Web.config中将节点下
connectionString="Data Source=WANGWEI\SQLEXPRESS"中
的WANGWEI\SQLEXPRESS改成当前数据库服务器名称(必须为MS SQL2005)
《2》运行环境:Visual Studio 2005 + ASP.NET AJAX 1.0 + SQLSERVER2005
要运行本程序必须安装VS2005、ASP.NET AJAX 1.0、SQLSERVER2005
《3》数据库文件所在目录:ASP.NET2.0小说网源代码\Tengfei\Tengfei
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using IBLL;
using Model;
namespace BLL
{
public class AptitudecolleCtionCyclostyle:IBLL.IAptitudecolleCtionCyclostyle
{
#region IAptitudecolleCtionCyclostyle 成员
IDAL.IAptitudecolleCtionCyclostyle acdal = DALFactory.DataAccess.CreateAptitudecolleCtionCyclostyle();
///
/// 通过id获取智能采集信息
///
/// yleID“>智能采集id
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public Model.AptitudecolleCtionCyclostyle SelectAptitudecolleCtionCyclostyle(int cyclostyleID)
{
return acdal.SelectAptitudecolleCtionCyclostyle(cyclostyleID);
}
///
/// 获取智能采集信息
///
/// 执行分页类
/// 返回IListyle>类型集合
public IListyle> SelectAptitudecolleCtionCyclostyleList(PagerParameter pager)
{
return acdal.SelectAptitudecolleCtionCyclostyleList(pager);
}
///
/// 添加智能采集信息
///
/// yle“>智能采集类对象
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public int AddPagerAptitudecolleCtionCyclostyle(Model.AptitudecolleCtionCyclostyle aptitudecolleCtionCyclostyle)
{
return acdal.InsertPagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
///
/// 更新智能采集信息
///
/// yle“>智能采集类对象
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public int ModifyPagerAptitudecolleCtionCyclostyle(Model.AptitudecolleCtionCyclostyle aptitudecolleCtionCyclostyle)
{
return acdal.UpdatePagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
///
/// 删除智能采集信息
///
/// yle“>智能采集ID
/// 返回aptitudecolleCtionCyclostyle对象
public int RemovePagerAptitudecolleCtionCyclostyle(int aptitudecolleCtionCyclostyle)
{
return acdal.DeletePagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 20480 2008-05-28 23:12 IDAL\bin\Debug\IDAL.dll
文件 7680 2008-05-28 23:12 IDAL\bin\Debug\IDAL.pdb
文件 49152 2008-05-28 23:12 IDAL\bin\Debug\Model.dll
文件 173568 2008-05-28 23:12 IDAL\bin\Debug\Model.pdb
文件 1631 2008-05-20 20:32 IDAL\IAptitudecolleCtionCyclost
文件 539 2008-05-21 15:26 IDAL\IAuthority.cs
文件 4976 2008-05-22 20:46 IDAL\IBook.cs
文件 1817 2008-05-21 17:56 IDAL\ICategoryManager.cs
文件 1558 2008-05-20 20:32 IDAL\ICollectionBookCyclost
文件 1460 2008-05-20 20:32 IDAL\ICollectionCyclost
文件 657 2008-05-14 20:48 IDAL\IComments.cs
文件 2816 2008-05-21 15:36 IDAL\IDAL.csproj
文件 270 2008-05-20 11:17 IDAL\IFavouriteBook.cs
文件 676 2008-05-22 22:48 IDAL\IMemberGroup.cs
文件 855 2008-05-21 15:30 IDAL\INewsCollection.cs
文件 2461 2008-05-20 22:56 IDAL\IRecdBook.cs
文件 551 2008-05-10 22:33 IDAL\IRedCategory.cs
文件 3578 2008-05-22 18:00 IDAL\ISections.cs
文件 348 2008-05-21 15:26 IDAL\ISystemInfo.cs
文件 320 2008-05-21 15:26 IDAL\IView.cs
文件 1770 2008-05-20 20:51 IDAL\IVolume.cs
文件 20480 2008-05-28 23:12 IDAL\obj\Debug\IDAL.dll
文件 7680 2008-05-28 23:12 IDAL\obj\Debug\IDAL.pdb
文件 20480 2008-05-22 20:56 IDAL\obj\Debug\Refactor\IDAL.dll
文件 2528 2008-05-28 23:12 IDAL\obj\Debug\ResolveAssemblyReference.cache
文件 164 2008-05-28 23:12 IDAL\obj\IDAL.csproj.FileList.txt
文件 1303 2008-04-25 10:04 IDAL\Properties\AssemblyInfo.cs
文件 5999 2008-05-20 20:31 Model\AptitudecolleCtionCyclost
文件 1322 2008-05-21 15:26 Model\Authority.cs
文件 49152 2008-05-28 23:12 Model\bin\Debug\Model.dll
............此处省略646个文件信息
- 上一篇:C#办公自动化系统优质源代码
- 下一篇:C# WinAPI 手册 含源码
相关资源
- C#办公自动化系统优质源代码
- ASP.NET小购物商城系统源码
- 一个完整的asp.net mvc架构网站
- kindeditor4.1.10_Asp.netDemo
- 基于asp.net和MVC三层架构的小型微博网
- 简单的asp.net购物网站
- 基于ASP.NET的旅游网站毕业设计
- C#软件安装卸载工具源代码.zip
- c#进销存系统完整源代码+数据库
- ASP.NET(C#)开发网上书店管理系统
- 简单的校园博客 用到的技术是C#、A
- asp.net+sql server网上花店鲜花销售系统
- 基于ASP.net的在线学习网站
- 基于AsP.net的花卉展示网站
- 用asp.net编写的有关食品的网站
- C# 实现利用pop3收发邮件,并可
- 2011年网上书店管理系统C#
- ASP.NET导出EXCEL超高兼容
- C#库存管理系统的源代码
- ASP.NET 购物网站源码 + MSSQL数据库
- 在线投票系统源码(asp.net)
- asp.net80套经典网页设计模版
- Asp.net学生宿舍管理系统源码
- ASP.NET通讯录
- 某大学网络教学平台全部源码经典c
- C# 基于UDP即时聊天程序源代码
- asp.net 操作百度地图
- asp.net留言板源代码(C#)
- asp.net学生成绩管理系统(源代码)
- ASP.NET党校在线考试系统整站源码
评论
共有 条评论