| Today, the university entrance exam of arts becomes more popular, and the number of its registration increases continuously, which results in the previous system of registration hardly meeting its new demands. In order to improve the efficiency of and diversity of registration work, the current C/S mode of the registration system should be upgraded to the coexistence of B/S and C/S mode of recruitment registration system, and then network the recruitment of arts students.This paper, through the analysis of the registration system of recruitment, researches its defects or disadvantages, and then explores its characteristics and issues resulting from the adjacent time of registration and exam. First of all, this author analyzes its development background and necessity of registration system, and then introduces its adopted techniques and contribution. As for system design, the UML mode (Unified Modeling Language) is carried out properly. The demand analysis of its system displays the main requirements of users through applying the use case diagram and class diagram. In the architecture design, the system architecture is illustrated with the target and configuration. And its detailed design part adopts sequence diagrams and state diagram to show its dynamic structure. In the realization part, the B/S system is developed, based on the.NET Framework3.5, through adopting the development tool Visual Studio2008and SqlServer2008database, while C/S part is developed through delphi7and SqlServer2008database. However, its applying process, through the separate responsibility of its users, can be operated through controlling the operation menu. The requirements in different data of the same function are satisfied through the data access, and then, guarantee the standardization and safety of its system through the strict calibration logic.Since the registration system became the core of recruitment work of arts students, C/S should contain backstage management and on-the-spot registration subsystems. Backstage management subsystem includes three functions:setting function, such as exam, exam information, etc; management function of data base, such as import and export data, data delete, testing number generation, etc.; query statistics function such as counting the registration number of each major. On-the-spot registration subsystem includes registration and printing admission card. B/S needs to implement online registration system, which contains the functions of online registration, online payment and printing admission card.The major problem in this system is how to arrange the exam centre based on the number of registration, and then disorganize the testing number, through the procedure BULL INSERT of T-SQL imported into server database, which can guarantee its randomization. Users have to face the concurrent issues of data, that is to say, many users probably obtain the same testing number when accessing the data base at once. And then the data sheet should adopt the UPDLOCK leading to arrange the current access before another task. Finally, it should carry out the online registration and paying tuition, which can be implemented through the payment platform to guarantee its safety and completion. This article mainly analyzes the characteristics and demands of recruitment registration and then promotes the development of suitable registration system in response, which results in the convenience and efficiency of registration. |