The main goal of the development of the urban passenger transport management system is to establish a management platform for urban passenger transport information, which mainly includes three subsystems: taxi passenger transport management system (owner information, vehicle information, taxi driver information), bus passenger transport management system ( Business information, vehicle information, bus driver management, bus conductor management, bus line management), inspection management system (bus violation information, rental violation information). The urban passenger transport management system mainly realizes the management of the urban passenger transport industry through information technology. Provide a data basis for the operation of the passenger transport industry and promote scientific prediction and decision-making.
The biggest feature of the system is the use of a self-developed XML+XSLT code generator, which enables 60% to 70% of the code generation work by clicking a button.
First, the XML file describing the database structure is obtained through the SQLSERVER database command, and then the XML file uses the customized xslt template to generate the code for the three-tier architecture. include:
Entity (example: Affiche.cs)
Data access layer (example: AfficheInsert.cs)
Business logic layer (example: AfficheBiz.cs)
Stored procedure (example: AfficheInsert.sql)
Presentation layer (example: AfficheList.aspx)
Under DB_51aspx are (Sql2005 format) databases kygl2_Data.MDF and Passport.mdf
Use test.aspx to encrypt the string and replace the corresponding location in web.config. Default account/password: admin/51aspx
Expand