【正文】
Comprehensive Assessment 。 Students can inquire to the relevant state and information of their function of the user management, safety management, reward and punishment management and Comprehensive Assessment Management is to manage users, improve security and have the prehensive evaluation work puterizedKeywords: 。[9] [M].,[10] Nidal Yousef Abu and Implementation an OnLine Computer Store Shopping System Using .NET and Web Services Technologies[D]中南大學(xué),2004.[11] Oboile and Implementation of an Online Digital Library System[D]中南大學(xué),2004.[12] Sales and Management System: Design and Implementation with and MultiTier Architecture[D]中南大學(xué),2004.The Student Mangement System Base on ——User Management, Safety Management Module,Reward and Punishment Management Module,Comprehensive Assessment Management ModuleAbstract: Using and SQL Server 2000 database technology ,people can manage the classes with student management system,which have the function of assisting instructors and counselors class to carry on class management. Class instructors can be conveyed through a systematic understanding of the various classes of information and can conduct prehensive evaluation。[7] [美]Yack, , ;楊浩, ——來(lái)自MVP的權(quán)威開(kāi)發(fā)指南[M].。[5] 馬曉虎,基于B/S結(jié)構(gòu)的通用學(xué)生管理系統(tǒng)的開(kāi)發(fā)[J].電腦知識(shí)與技術(shù),2006(1):2275。[3] 明日科技,張躍廷,王小科,[M].。參考文獻(xiàn)[1] 李康滿,[J].電腦知識(shí)與技術(shù),2006(1):19107。本系統(tǒng)基本包括了班級(jí)學(xué)生的各種主要信息管理工作與綜合測(cè)評(píng)管理工作,但在某些管理功能上需要繼續(xù)細(xì)化。將數(shù)據(jù)庫(kù)技術(shù)應(yīng)用到B/S體系結(jié)構(gòu)中.實(shí)現(xiàn)以前單機(jī)及C/S結(jié)構(gòu)不能達(dá)到的功能和性能,提高軟件的可重用性和可維護(hù)性。CREATE Proc EvalComFill User_ID varchar(50), Eval_Year varchar(10) AS Select , , , Moral_Sum, Intel_Sum, Style_Sum, Ability_Sum, Left(Moral_Sum*+Intel_Sum*+Style_Sum*+Ability_Sum*,4)AS Eval_Com From MSS_EvalMoral Left Join MSS_Users On = Left Join MSS_EvalAbility On = Left Join MSS_EvalIntel On = Left Join MSS_EvalStyle On = Where Like User_ID And Like Eval_Year GO 。