互动点播系统──界面和数据库的设计与实现 摘 要:近两年来,各式各样的网络电视盒子丰富了电视观众的选择,而各类中间件简化了电视盒子的程序开发,使得普通的程序员也可以在此平台方便的设计开发软件,以满足多样的需求。极大的市场潜力意味着有着大量的相应软件需求,通过设计开发互动点播系统,可以提前接触到这个流行的技术领域,对于我们了解有关电视盒子应用开发有极大的帮助。互动点播系统依托广电光纤以及定制芯片,可以实现通过遥控器在电视机上自助点播现有网络视频资源。 关键词: 数据库;浏览器;系统; Abstract:In the past two years, all kinds of network TV box has enriched the choice of TV viewers, And all kinds of the middleware simplifies the application development of TV box, make ordinary programmers can also in the platform software design and development, to meet the diverse needs. Great market potential means that there are a large number of corresponding software requirements, through the design and development HuDongPlayer system, can come into contact with the popular technology in advance, for us to understand about TV box application development is of great help.HuDongPlayer system based on radio, film and fiber as well as custom chip, can be achieved through the remote control in self-help video on demand of existing network resources on the television. Key words:Database; browser; System1 互动点播系统的数据库设计1.1 概述数据库设计的目的即设计目标从根本上来说就是要实现数据的共享和安全存取,从细化及技术上来说,一个优秀的数据库设计必须要最终实现用户对于数据共享的具体要求,必须要在满足于用户的数据存取要求的基础上实现对于数据的关联性及优化,必须实现数据的安全性及可移植性,以保证用户数据能够简单的进行移植,必须要实现数据库的可扩容性结构以保证数据库对于用户未来数据要求的兼容性等等. 根据所学的数据库原理与程序设计的知识,能够针对一个小型的数据库管理系统,进行系统的需求分析,系统设计,数据库设计,编码,测试等,完成题目要求的功能,从而达到掌握开发一...