Analysis of problems encountered in Student information management system

Source: Internet
Author: User

Project Overview: To be a simple student information management system

Requirements: Student information additions and deletions to change, the results of additions and deletions. The automatically generated number.

Tools: Microsoft Enterprise Library and MINIUI

Problems and workarounds: (There are similar problems and workarounds in the previous blog post, where redundant text is no longer written)

1 overall ideas (transmission of data ideas)

I'm talking from the background: Database fetch data (DataTable)--(ArrayList)--->hashtable---> "Business Process"-(JSON Class) parsing to Json--> (Mini.decode)-- >js Object---(Page show)

2 Unique constraint substitution trigger

The previous blog posts are: http://www.cnblogs.com/fanling521/p/5429669.html

33-tier architecture

The three-tier architecture (3-tier architecture) typically has a three-tier architecture that divides the entire business application into: the interface layer (User Interface layer), the business logic layer, the data access layer Access layer). The purpose of distinguishing hierarchy is to think of "high cohesion and low coupling". In the design of software architecture, layered structure is the most common and most important structure. Microsoft's recommended layered structure is generally divided into three tiers, from bottom to top: The data access layer, the business logic layer (or also called the domain layer), the presentation layer.

Distinguishing methods:

1: Data access layer: The main view of the data layer contains no logical processing, in fact, its various functions mainly to complete the operation of the data files. Without having to worry about other operations. 2: Business Logic Layer: mainly responsible for the operation of the data layer. In other words, the operation of some data layers is combined. 3: Presentation layer: The primary request is accepted by the user, and the data is returned, providing the client with access to the application.

Analysis of problems encountered in Student information management system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.