• 大小: 3.89MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-20
  • 语言: C#
  • 标签: 小说网  源代码  asp.net  

资源简介

《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\IAptitudecolleCtionCyclostyle.cs

     文件        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\ICollectionBookCyclostyle.cs

     文件       1460  2008-05-20 20:32  IDAL\ICollectionCyclostyle.cs

     文件        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\AptitudecolleCtionCyclostyle.cs

     文件       1322  2008-05-21 15:26  Model\Authority.cs

     文件      49152  2008-05-28 23:12  Model\bin\Debug\Model.dll

............此处省略646个文件信息

评论

共有 条评论