PB9.0实例项目代码

上传者: lyc8610 | 上传时间: 2026-02-26 11:17:16 | 文件大小: 1.22MB | 文件类型: RAR
【PB9.0实例项目代码】是一个集合了多个基于PowerBuilder 9.0开发的实践项目的资源包。这个包包含了两个主要的系统:学生选课系统和图书借阅系统,旨在帮助用户理解和学习如何在PB9.0环境中设计和实现实际的应用程序。以下是关于这些知识点的详细解释: 1. **PowerBuilder 9.0**: PowerBuilder 9.0是由Sybase公司(现为SAP的一部分)开发的一种可视化、面向对象的编程环境,主要用于构建数据库应用程序。它以其数据窗口组件而闻名,能够方便地与各种数据库进行交互。 2. **学生选课系统**:这是一个常见的企业级应用,用于管理学生的选课流程。它可能包括功能如学生信息管理、课程信息展示、选课操作、课程表生成等。开发者可能使用PB9.0的窗口、菜单、数据窗口等组件来实现这些功能。 3. **图书借阅系统**:这类系统通常用于图书馆自动化管理,包含图书信息管理、读者信息管理、借阅与归还操作、逾期提醒等功能。在PB9.0中,开发者会利用数据窗口处理数据库交互,创建用户友好的界面以进行图书操作。 4. **创建窗体**(第06章):在PB9.0中,窗体是应用程序的基础,用于展示用户界面。用户可以使用拖放工具从对象库中添加控件,如按钮、文本框、列表等,以构建复杂的用户交互界面。 5. **数据库文件**:PB9.0支持多种数据库,如SQL Server、Oracle、MySQL等。数据库文件存储了应用程序的数据,通过数据窗口组件可以方便地读取、修改和保存数据。 6. **创建菜单和工具栏**(第07章):菜单和工具栏是用户与应用程序交互的重要元素,PB9.0提供了强大的设计工具来创建自定义的菜单和工具栏,使用户能快速访问常用功能。 7. **典型小型实例赏析**(第11章):这部分可能包含了其他简单的PB9.0程序示例,用于展示如何解决特定问题或实现特定功能,帮助初学者快速上手。 8. **应用程序的调试和发布**(第10章):调试是检查并修复代码错误的过程,PB9.0提供了强大的调试工具。发布则是将完成的应用程序打包,使其能在目标环境中运行。这部分内容将介绍如何在PB9.0中进行这些操作。 通过学习这些实例项目,开发者不仅可以掌握PB9.0的基本语法和特性,还能了解到如何设计和实现一个完整的业务系统,从而提升实际开发能力。同时,附带的“源代码的使用方法.doc”和“下载说明.htm”文档将提供额外的指导,帮助用户更好地理解和使用提供的代码。

文件下载

资源详情

[{"title":"( 73 个子文件 1.22MB ) PB9.0实例项目代码","children":[{"title":"第13章 学生选课系统实例","children":[{"title":"学生选课系统实例.pbw <span style='color:#111;'> 99B </span>","children":null,"spread":false},{"title":"student_app.pbt <span style='color:#111;'> 119B </span>","children":null,"spread":false},{"title":"student_app.pbl <span style='color:#111;'> 280.50KB </span>","children":null,"spread":false},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第12章 图书管理系统实例","children":[{"title":"booksystem.pbw <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"book.pbt <span style='color:#111;'> 98B </span>","children":null,"spread":false},{"title":"book.pbl <span style='color:#111;'> 393.50KB </span>","children":null,"spread":false},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第06章 创建窗体","children":[{"title":"示例1","children":[{"title":"windows.pbw <span style='color:#111;'> 164B </span>","children":null,"spread":false},{"title":"mywindow.pbl <span style='color:#111;'> 42.00KB </span>","children":null,"spread":false},{"title":"mywindow.pbt <span style='color:#111;'> 110B </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"附录A 源代码的使用方法.doc <span style='color:#111;'> 11.44MB </span>","children":null,"spread":false},{"title":"数据库文件","children":[{"title":"bookdatabase.db <span style='color:#111;'> 1.04MB </span>","children":null,"spread":false},{"title":"student.db <span style='color:#111;'> 1.04MB </span>","children":null,"spread":false},{"title":"student.log <span style='color:#111;'> 64.00KB </span>","children":null,"spread":false},{"title":"bookdatabase.log <span style='color:#111;'> 64.00KB </span>","children":null,"spread":false},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第01章 认识PowerBuilder 9.0","children":[{"title":"示例1","children":[{"title":"simple.pbl <span style='color:#111;'> 14.00KB </span>","children":null,"spread":false},{"title":"simple.pbt <span style='color:#111;'> 104B </span>","children":null,"spread":false},{"title":"simple_app.pbw <span style='color:#111;'> 158B </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第11章 典型小型实例赏析","children":[{"title":"示例7","children":[{"title":"example3.pbt <span style='color:#111;'> 110B </span>","children":null,"spread":false},{"title":"example3.pbl <span style='color:#111;'> 66.50KB </span>","children":null,"spread":false},{"title":"记录操作编程示例.pbw <span style='color:#111;'> 164B </span>","children":null,"spread":false}],"spread":true},{"title":"示例8","children":[{"title":"password_app.bak <span style='color:#111;'> 48.50KB </span>","children":null,"spread":false},{"title":"password_app.pbt <span style='color:#111;'> 122B </span>","children":null,"spread":false},{"title":"制作修改密码框示例.pbw <span style='color:#111;'> 176B </span>","children":null,"spread":false},{"title":"password_app.pbl <span style='color:#111;'> 30.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"示例9","children":[{"title":"input_app.pbl <span style='color:#111;'> 60.00KB </span>","children":null,"spread":false},{"title":"制作录入窗口示例.pbw <span style='color:#111;'> 167B </span>","children":null,"spread":false},{"title":"input_app.pbt <span style='color:#111;'> 113B </span>","children":null,"spread":false}],"spread":true},{"title":"示例6","children":[{"title":"菜单和工具栏编程示例.pbw <span style='color:#111;'> 167B </span>","children":null,"spread":false},{"title":"searchapp.pbt <span style='color:#111;'> 113B </span>","children":null,"spread":false},{"title":"searchapp.pbl <span style='color:#111;'> 101.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"示例5","children":[{"title":"queryapp.pbt <span style='color:#111;'> 110B </span>","children":null,"spread":false},{"title":"queryapp.pbl <span style='color:#111;'> 57.50KB </span>","children":null,"spread":false},{"title":"精确和模糊查询编程示例.pbw <span style='color:#111;'> 164B </span>","children":null,"spread":false}],"spread":true},{"title":"示例10","children":[{"title":"complex_app.pbt <span style='color:#111;'> 119B </span>","children":null,"spread":false},{"title":"complex_app.pbl <span style='color:#111;'> 39.50KB </span>","children":null,"spread":false},{"title":"高级控件编程示例.pbw <span style='color:#111;'> 173B </span>","children":null,"spread":false}],"spread":true},{"title":"示例3","children":[{"title":"login_app.pbt <span style='color:#111;'> 113B </span>","children":null,"spread":false},{"title":"login_app.pbl <span style='color:#111;'> 26.50KB </span>","children":null,"spread":false},{"title":"制作系统登录窗口示例.pbw <span style='color:#111;'> 167B </span>","children":null,"spread":false}],"spread":true},{"title":"示例2","children":[{"title":"sql_app.pbt <span style='color:#111;'> 107B </span>","children":null,"spread":false},{"title":"使用SQL语句查询示例.pbw <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"sql_app.pbl <span style='color:#111;'> 45.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"示例1","children":[{"title":"addapp.pbt <span style='color:#111;'> 104B </span>","children":null,"spread":false},{"title":"addapp.pbl <span style='color:#111;'> 36.50KB </span>","children":null,"spread":false},{"title":"增量查询示例.pbw <span style='color:#111;'> 158B </span>","children":null,"spread":false}],"spread":false},{"title":"示例4","children":[{"title":"example1.pbt <span style='color:#111;'> 110B </span>","children":null,"spread":false},{"title":"example1.pbl <span style='color:#111;'> 25.50KB </span>","children":null,"spread":false},{"title":"常用控件编程示例.pbw <span style='color:#111;'> 164B </span>","children":null,"spread":false}],"spread":false},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":false},{"title":"第07章 创建菜单和工具栏","children":[{"title":"示例1","children":[{"title":"打开图标.bmp <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"gxch.pbl <span style='color:#111;'> 4.00KB </span>","children":null,"spread":false},{"title":"图片.bmp <span style='color:#111;'> 120.62KB </span>","children":null,"spread":false},{"title":"保存图标.bmp <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"menuapp.pbl <span style='color:#111;'> 55.00KB </span>","children":null,"spread":false},{"title":"menu.pbw <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"新建图标.bmp <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"menuapp.pbt <span style='color:#111;'> 107B </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第10章 应用程序的调试和发布","children":[{"title":"示例1","children":[{"title":"debugapp.pbt <span style='color:#111;'> 110B </span>","children":null,"spread":false},{"title":"debugapp.pbl <span style='color:#111;'> 35.50KB </span>","children":null,"spread":false},{"title":"debug.pbw <span style='color:#111;'> 164B </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"第05章 创建应用程序","children":[{"title":"示例1","children":[{"title":"gxch.pbl <span style='color:#111;'> 22.50KB </span>","children":null,"spread":false},{"title":"gxch.bak <span style='color:#111;'> 22.50KB </span>","children":null,"spread":false},{"title":"gxch.pbt <span style='color:#111;'> 98B </span>","children":null,"spread":false},{"title":"exampleapp.pbw <span style='color:#111;'> 152B </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"下载说明.htm <span style='color:#111;'> 5.36KB </span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明