摘要
提出在B/S和C/S混合模式下构建高校在线财务查询平台。采用B/S模式实现前端查询服务,C/S模式实现后台管理。数据库设计具有可伸缩性,以适应灵活多变的原始财务数据。使用.NET三层体系架构,前端和后台共享一套数据访问层和业务逻辑层,提高代码的重用性和可维护性。
This paper describes the design and implementation of an online financial platform in the college. The implementation is based on . NET three-tier architecture and a mixed mode of BrowserServer and Client-Server. The design of the database is extensible, in order to adapt to the originally nonstandard external data. By sharing the same data-access layer and business-logic layer, the reusability and the maintainability of the source code are improved.
出处
《信息技术》
2013年第6期63-67,共5页
Information Technology
基金
广东科学技术职业学院校级重点科研项目(XJZD2011102)
关键词
查询平台
三层架构
混合模式
query platform
three-tier architecture
mixed-mode