| This article deliberately discusses a student daily behavior monitoring and management system that I designed and implemented. The system can carefully record and analysis student daily behaviors, thus helping student management department manage student more effectively.Nowadays, many schools have implemented information management system which is based on B/S platform. But, Secondary vocational schools may have some special requirements to such system for its special student group which has low personal quality. There are more and more absences and fights in these students.This student management system, using standard n layer architecture, is based on .NET Framework. Using ASP.NET as its active page for the present layer, the page layout is carefully designed. With different roles, users can rapidly get the count information about student daily behaviors and do the operation of selecting, inserting, updating, deleting student events. System manager can manage all the system through background management modules. To make data meet the requirement of the system, I formulate these rules in the business logic layer. Data access layer is using ADO.NET to access database which is using SQL Server 2008 to store its data. To accomplish the task of counting and analyzing student daily behaviors, I carefully planned all the tables, designed the stored procedures, views, triggers in the database. The whole system program language is C#.The system can record the details of all events about students, then analysis and count these events. User can easily use browser to query the statistics result of these events. The system runs smoothly and do not need high hardware requirement. |