登录
首页 » ASP » zxdb

zxdb

于 2010-08-04 发布 文件大小:2144KB
0 211
下载积分: 1 下载次数: 140

代码说明:

  视频在线点播系统:ASP.NET 和 SQL Server 2005 实现一个简易的在线视频点播系统。按功能的不同可以划分为 5 个模块:用户管理模块、视频信息浏览模块、视频收藏模块、视频播放模块和视频信息管理模块。其中用户管理模块分为两个子模块,分 别为管理员用户管理模块和普通用户管理模块。视频信息管理模块也分为两个子模块,分别为视频详细信息管理模块和视频类别 管理模块。(Online video on demand system: ASP.NET and SQL Server 2005 to implement a simple online video on demand system. According to different functions can be divided into five modules: user management module, the video information visit the module, the video collection module, the video playback module, and video information management module. User management module which is divided into two sub-modules, respectively, the administrator user management module and the general user management module. Video information management module is also divided into two sub-modules, namely, video information management module and the video category management module.)

文件列表:

ch29
....\App_Code
....\........\BussinessLogicLayer
....\........\...................\FilmInfo.cs,14139,2007-10-16
....\........\...................\UserControl.cs,7883,2007-10-15
....\........\DataAcessLayer
....\........\..............\DataAccess.cs,5757,2007-10-12
....\App_Data
....\........\SqlFilm.MDF,2031616,2009-05-22
....\........\SqlFilm_1.LDF,1048576,2009-05-22
....\BigFilmPic.aspx,604,2007-10-11
....\BigFilmPic.aspx.cs,1603,2007-10-11
....\CategaryControl.aspx,3627,2007-10-12
....\CategaryControl.aspx.cs,2699,2007-10-12
....\Control
....\.......\TreeView.ascx,164,2007-10-10
....\.......\TreeView.ascx.cs,4904,2007-10-15
....\FilmDetail.aspx,7808,2007-10-15
....\FilmDetail.aspx.cs,4637,2007-10-15
....\FilmDetail1.aspx,8550,2007-10-15
....\FilmDetail1.aspx.cs,4136,2007-10-15
....\FilmDetailControl.aspx,20274,2007-10-15
....\FilmDetailControl.aspx.cs,10610,2007-10-16
....\FilmDetailControl1.aspx,20129,2007-10-15
....\FilmDetailControl1.aspx.cs,9412,2007-10-15
....\FilmPicture


....\...........\big_12.jpg


....\...........\big_16.jpg,2933,2009-10-10
....\...........\big_17.jpg,2933,2009-10-10
....\...........\big_18.jpg,3240,2009-10-10
....\...........\big_20.jpg,2933,2009-10-10
....\...........\big_21.jpg,2933,2009-10-10
....\...........\big_23.jpg,15983,2007-05-17
....\...........\big_6.jpg,3240,2009-10-10
....\...........\big_8.jpg,703,2007-10-13
....\...........\big_9.jpg,703,2007-10-13
....\...........\FangKuai.gif,703,2007-10-13
....\...........\small_10.jpg,7151,2007-03-10
....\...........\small_11.jpg,233479,2009-10-10
....\...........\small_12.jpg,703,2007-10-13
....\...........\small_13.jpg,6660,2007-03-10
....\...........\small_15.jpg,241033,2009-10-10
....\...........\small_16.jpg,5776,2007-03-10
....\...........\small_17.jpg,703,2007-10-13
....\...........\small_18.jpg,247539,2009-10-10
....\...........\small_19.jpg,5538,2007-03-10
....\...........\small_2.jpg,212186,2009-10-10
....\...........\small_20.jpg,247539,2009-10-10
....\...........\small_21.jpg,703,2007-10-13
....\...........\small_22.jpg,215250,2009-10-10
....\...........\small_23.jpg,15983,2007-05-17
....\...........\small_25.jpg,15983,2007-05-17
....\...........\small_4.jpg,703,2007-10-13
....\...........\small_6.jpg,222264,2009-10-10
....\...........\small_7.jpg,5538,2007-03-07
....\...........\small_9.jpg,230379,2009-10-10
....\FilmPlay
....\Global.asax,1170,2007-10-15
....\Images

....\......\CONFIRM.GIF
....\......\FangKuai.gif

....\......\mm.gif
....\......\name.gif,988,2007-03-05
....\......\realplay.jpg,26803,2007-04-01
....\Login.aspx,3701,2007-10-10
....\Login.aspx.cs,2077,2007-10-11
....\LogOff.aspx,439,2007-10-11
....\LogOff.aspx.cs,633,2007-10-11
....\masterpage
....\..........\MasterPage.master,1362,2007-10-15
....\..........\MasterPage.master.cs,433,2007-10-05
....\ModifyPwd.aspx,3253,2007-10-15
....\ModifyPwd.aspx.cs,2196,2007-10-15
....\MyFavorList.aspx,7828,2007-10-15
....\MyFavorList.aspx.cs,4190,2007-10-15
....\play.aspx,2545,2007-10-15
....\play.aspx.cs,1950,2007-10-11
....\Regist.aspx,4154,2007-10-15
....\Regist.aspx.cs,1434,2007-10-10
....\UserControl.aspx,4996,2007-10-15
....\UserControl.aspx.cs,3935,2007-10-15
....\Web.Config,2096,2009-05-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Project1
    其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载WEB页面,同时还可以向WEB页传递参数,完全可以替换XMLHTTP的GET功能,俺本来还想加上POST功能的,后来项目中不需要,所以就没加了,想了解WININET API的朋友,应该依此作一些扩展。(In fact, if a simple download page, the code can be more simple, but I can not download this code WEB page, but you can also pass parameters to the WEB page, can replace the XMLHTTP GET function, I had wanted to add functionality POST , then the project does not need, so I can not add, and want to know WININET API friends, so it should make some extensions.)
    2014-05-12 10:06:27下载
    积分:1
  • 物流管理系统后台模板
    说明:  蓝色简单的div+css制作完成的admin物流后台模板,快递公司后台管理系统模板(Blue simple div + CSS produced admin Logistics background template, express company background management system template)
    2019-11-07 13:44:24下载
    积分:1
  • jsp迷你商城
    资源描述一个简易的商城,使用servlet实现主体功能,没有jquery,没有jstl,就是纯jsp,但是实现了必需的商品列表,循环迭代,js事件等,有一定参考价值.
    2023-03-18 21:35:04下载
    积分:1
  • 66427 微擎官方商业版2.0.9 全源源版框架安装包
    说明:  微擎官方商业版2.0.9 全开源源版框架安装包(Microsoft Official Commercial Version 2.0.9 Full Open Source Framework Installation Package)
    2020-06-18 11:00:01下载
    积分:1
  • some_elements_of_a_flower_website
    这是一些学习网页渲染,美化的素材,上传上来给初学者使用(These are some materials for learning how to render and beautify web pages, which are uploaded for beginners to use.)
    2019-03-29 17:16:46下载
    积分:1
  • Buser
    昆明公交系统 ASP +access 界面美观大方(Kunming bus system ASP+ access)
    2009-06-28 19:14:00下载
    积分:1
  • webcrack4无线密码破解
    说明:  webcrack4无线密码破解,请勿用于非法行为(Webcrack4 wireless password cracking, do not use for illegal behavior)
    2020-06-19 09:15:41下载
    积分:1
  • 最新米酷影视MKCMS6.2,全自动采集电影站影视源码
    最新米酷影视MKCMS6.2,全自动采集电影站影视源码(The latest Miku Movie and TV MKCMS6.2, fully automatic collection of movie and TV source code)
    2020-06-15 22:22:58下载
    积分:1
  • 教育网站
    这个项目基于特定教育细节......:)注册考试是一个繁琐的过程,人要去现场注册考试,并减少像精度、 数据的一致性、 消耗时间和数据丢失的业绩计量。举办这次考试的人不得不保持可用性的报名考试应用席位合计更新。来战胜这些问题,我们使用在线考试登记制度。使用此系统我们可以减少手动压力 ;遭受损失的风险的数据和时间。该系统还有助于自动检查有空座位的情况。它也是容易更新的记录和报名考试。
    2022-02-02 15:36:51下载
    积分:1
  • LightBlog_97x8
    服务端脚本语言php实现,LightBlog是一个轻量级的blog系统,这个blog系统是采用php实现的一个简单轻量级php的blog,用户可以基于这个blog系统扩展自己需要的功能,参考的例子程序供学习参看(Service side scripting language php achieve and , LightBlog blog system is a lightweight blog system is a simple lightweight php php blog , users can extend the functionality they need based on this blog , with reference to the example of the program)
    2012-11-21 18:41:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载