版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、武漢工業(yè)學(xué)院數(shù)據(jù)庫應(yīng)用系統(tǒng)設(shè)計(jì)實(shí)驗(yàn)報(bào)告學(xué)號(hào):090501102姓名:畢波班級(jí):計(jì)簟:機(jī)091指導(dǎo)教師:人事工資管理系統(tǒng)設(shè)計(jì)總說明:在當(dāng)今社會(huì),工資管理是一項(xiàng)必要而且很關(guān)鍵的工作?,F(xiàn)在隨著企業(yè)數(shù)量的急劇增加,處理人們的工資數(shù)據(jù)變的越來越煩瑣艱巨。如今,計(jì)算機(jī)已經(jīng)普及到了幾乎每個(gè)學(xué)校、家庭,我們的學(xué)習(xí)和生活已經(jīng)處處離不開計(jì)算機(jī)的存在。本系統(tǒng)依據(jù)開發(fā)要求主要應(yīng)用于企業(yè)人事系統(tǒng),完成對(duì)日常的工資增刪查改的數(shù)字化管理。比較系統(tǒng)地對(duì)員工的信息和工資進(jìn)行管理,查詢、增添、修改、刪除都變的非常簡便,節(jié)省了大量的工作量。本課程設(shè)計(jì)是在學(xué)習(xí)了數(shù)據(jù)庫應(yīng)用系統(tǒng)和相關(guān)開發(fā)軟件課程之后,讓學(xué)生通過實(shí)際項(xiàng)目的設(shè)計(jì)、開發(fā),培
2、養(yǎng)學(xué)生獨(dú)立進(jìn)行數(shù)據(jù)庫軟件的建模、在計(jì)算機(jī)中進(jìn)行數(shù)據(jù)庫設(shè)計(jì)、并通過相關(guān)軟件開發(fā)系統(tǒng)的能力。本系統(tǒng)的基本功能包括:部門信息的管理(查詢、添加、修改、刪除學(xué)生部門等)、職員信息的管理(錄入、查詢、修改、刪除員工的信息等)、工資信息的管理(錄入、查詢、修改員工的工資等)。本系統(tǒng)主要用于對(duì)員工工資進(jìn)行管理,能夠進(jìn)行插入、刪除、修改、查詢和顯示員工的信息。登錄該系統(tǒng)時(shí),用戶需要輸入口令和密碼,以確保數(shù)據(jù)的安全性,成功登錄的用戶,可以插入員工的信息和工資,并對(duì)員工的信息和工資進(jìn)行增、刪、改操作?;谏鲜鱿敕?,我們將員工數(shù)據(jù)保存到數(shù)據(jù)庫中。我們要求系統(tǒng)能夠高效快速的處理數(shù)據(jù),并且要保證數(shù)據(jù)的正確性、相容性和安
3、全性。所以在數(shù)據(jù)庫中需要定義很多觸發(fā)器,比如刪除了某個(gè)員工的信息則刪除對(duì)應(yīng)的所有工資信息、活著刪除了某部門則刪除該部門所有的信息等。所以我們要從數(shù)據(jù)庫中讀取數(shù)據(jù),并且和界面聯(lián)系起來,同時(shí)也能將用戶界面上的數(shù)據(jù)存儲(chǔ)到數(shù)據(jù)庫中。以上是設(shè)計(jì)此系統(tǒng)應(yīng)該注意的地方和設(shè)計(jì)原則,以下就是遵循這些原則和標(biāo)準(zhǔn)設(shè)計(jì)出的一套完整的管理系統(tǒng)。一系統(tǒng)需求:根據(jù)題目需求,可以把系統(tǒng)分為三個(gè)部分:部門信息管理部分、職員信息管理部分和工資信息管理部分。本次實(shí)驗(yàn)中,我主要負(fù)責(zé)部門信息管理模塊,題中需要對(duì)部門信息進(jìn)行查詢、添加、修改、刪除操作,這些操作按是否改變數(shù)據(jù)庫數(shù)據(jù)可分為兩類:查詢操作,只讀取數(shù)據(jù)庫信息,不對(duì)信息做修改;刪
4、除、更新和添加操作,需要對(duì)數(shù)據(jù)庫中的數(shù)據(jù)進(jìn)行讀寫操作。因此只要寫兩部分代碼,查詢部分:deptinfo_Query進(jìn)行部門信息查詢,查詢數(shù)據(jù)庫信息;信息管理部分:deptinfo_Manage,對(duì)信息進(jìn)行更新、增加和刪除。二數(shù)據(jù)庫設(shè)計(jì)1 .數(shù)據(jù)需求人事工資管理系統(tǒng)需要完成的主要功能有:1員工的基本信息錄入2 .工資信息表的錄入。3 .部門信息表的查詢、插入、修改、刪除等操作2.相關(guān)表表1職工表:Employee_Info手曲數(shù)據(jù)壅型允訃Nullfi帝要回vardutS)EmpNameNatonaiity5部vardiar(20)d"-ar2)HBAgesmallintETeiepho
5、neDeptIDPositiDnwardiar國回i*pDM哂SiX睢幽腕tetD卜顫神KS_攵1115幅喝。剛-liF嘶辮罐國<«年刪峰Kuoo鼐女患_國罰瞅礴聊麹攵_34閱卷制蝴_虹_no;帽二田JJ同酌法制1血_虹_的_蒯_麹梅t_1!1血._他_1X4娥25s4里mm?s3鵬一遂一15仃醐47DDD一跳卯1K文15仃鹿與7瞧|他凝黑林iliB女34地施物噬虹nilrH地女黑即鹿知m'-1a13皿魅S8災(zāi)34即趺到郵由的據(jù)i.'-34昭麟?yún)s賺'-r-ffl強(qiáng)1D14里1m匍岫'-r-ffl£15二雕2耐里.'_工15715
6、5tras岷二虹I101表2工資表:SalaryLINGKERONG-PC.Pu.m-dbo.UerJnfoUNGKERONG-列名效據(jù)類型允許Null值鄧EmpIDmbiiini,ia-aiiiilaikjtuiivarchar59Yearchar(4)7MonthSalarysmalkritfloat叵EmpiIDYearMort由Salary頻200944000ocoo2009534000000200962340000201052X0oooo201255600woo20071,30001DO0200931200woo201031200LQOO2DID5450。10002011412000
7、woo30125Q100020127300010。I3007336001001200743400mnt17Mn表3部門表:Dept_Info列名數(shù)據(jù)類爨允許Null1VDeptIDvarctwr(5)DftptNamebarchart20)1IIOfficevarchar(30)Telephonevarchar12)Managervarchar(5)i!-JDepHDDeptManneOfficeTelephoneMaragerGOOD人事部人事部辦公室0274234567SWil0W1技術(shù)生產(chǎn)技術(shù)生產(chǎn)辦公027*293374M10140002宣傳部宣傳部辦公室027-235395651000
8、0003行政部行皿辦公上0004計(jì)劃營請(qǐng)部計(jì)劃營消辦公027-234787651311Q005市場調(diào)查部市場調(diào)查部辦.027-123124521。13保衛(wèi)部保衛(wèi)辦公tH?C009后勃部后勒辦公室027-213142340010外聯(lián)部外聯(lián)部辦公室027-123456731004MSJ表4系統(tǒng)用戶表:User_Info列鋁數(shù)據(jù)類型允許NW值11I111bmiIIlliIIIl«adIllifavdIIIdillIbmiBIIIBsiiI11njiIIILImIIg.管UserIDjvarcharfS)Passwordvardiar(5
9、)UserIDPfflSWDTC卜n000010000100011111D0100001002000010030000100411111006m1007mi1008000010111111101200003.數(shù)據(jù)流程圖圖數(shù)據(jù)流程圖三員工工資相關(guān)操作1.查詢部分相關(guān)代碼:dateGridl數(shù)據(jù)綁定privatevoidBindData(Stringsql)SqlConnectionconnection=newSqlConnection(connString);SqlDataAdapterdataAdapter=newSqlDataAdapter(sql,connection);DataSetda
10、taSet=newDataSet();dataAdapter.F川(dataSet);dataGridView1.DataSource=dataSet.Tables0;dataGridView1.Columns0.DataPropertyName="職?工?騁?";dataGridView1.Columns1.DataPropertyName="年份";dataGridView1.Columns2.DataPropertyName="月份";dataGridView1.Columns3.DataPropertyName="工
11、資o"部門組合框的數(shù)據(jù)綁定privatevoidBindDeptComBox()stringsql="SELECT*FROMDept_Info”;SqlConnectionconnection=newSqlConnection(connString);SqlDataAdapterdataAdapter=newSqlDataAdapter(sql,connection);DataSetdataSet=newDataSet();dataAdapter.F川(dataSet);DeptcomBox.DataSource=dataSet.Tables0;DeptcomBox.Dis
12、playMember="DeptName"DeptcomBox.ValueMember="DeptID"DeptcomBox.SelectedIndex=0;按部門查詢privatevoidcheck1_CheckedChanged(objectsender,EventArgse)if(check1.Checked)btnYes.Enabled=true;DeptcomBox.Enabled=true;check4.Checked=false;check4.Enabled=false;elseDeptcomBox.Enabled=false;check4
13、.Enabled=true;按年份查詢privatevoidcheck2_CheckedChanged(objectsender,EventArgse)btnYes.Enabled=true;if(check2.Checked)YearComBox.Enabled=true;elseYearComBox.Enabled=false;YearComBox.SelectedIndex=0;按月份Y查詢privatevoidcheck3_CheckedChanged(objectsender,EventArgse)if(check3.Checked)btnYes.Enabled=true;Month
14、ComBox.Enabled=true;elseMonthComBox.Enabled=false;僅查詢自己的工資privatevoidcheck4_CheckedChanged(objectsender,EventArgse)if(check4.Checked)btnYes.Enabled=true;check1.Enabled=false;DeptcomBox.Enabled=false;elsecheck1.Enabled=true;check1.Checked=false;privatevoidbtnYes_Click(objectsender,EventArgse)count=0;
15、StringYearStr;intMonthStr;StringDeptStr;StringsqlStr=""sql=""DeptStr=Convert.ToString(DeptcomBox.SelectedValue.ToString();部門號(hào)if(check1.Checked)DeptStr=Convert.ToString(DeptcomBox.SelectedValue.ToString();sqlStr=String.Format("selectSalary.EmpIDas'職工號(hào)',Yearas'年份
16、39;,Monthas月份',Salaryas'工資o'fromSalary,Employee_InfowhereDeptID='0'andSalary.EmpID=Employee_Info.EmpID",DeptStr);if(count=0)sql+=sqlStr;count=1;elsesql+="intersect"+sqlStr;checkl.Checked=false;年份if(check2.Checked)YearStr=Convert.ToString(YearComBox.SelectedItem.ToS
17、tring();if(this.mainForm.operatorRight=2)sqlStr=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalarywhereYear='0'",YearStr);elseif(this.mainForm.operatorRight=1)sqlStr=String.Format("selectSalary.EmpIDas'職工號(hào)',Y
18、earas'年份',Monthas'月',Salaryas'工資fromSalary,Employee_Info,Dept_InfowhereYear='0'andSalary.EmpID=Employee_Info.EmpIDandEmployee_Info.DeptID=Dept_Info.DeptIDandDept_Info.DeptIDin(selectDeptIDfromEmployee_InfowhereEmpID='1')",YearStr,this.mainForm.person.userName
19、);elsesqlStr=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資&'fromSalarywhereYear='0'andEmpID='1'",YearStr,this.mainForm.person.userName);if(count=0)sql+=sqlStr;count=1;elsesql+="intersect"+sqlStr;check2.Che
20、cked=false;月份if(check3.Checked)MonthStr=Convert.ToInt32(MonthComBox.SelectedItem.ToString();if(this.mainForm.operatorRight=2)sqlStr=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalarywhereMonth='0'",MonthStr);elseif(this.m
21、ainForm.operatorRight=1)sqlStr=String.Format("selectSalary.EmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalary,Employee_Info,Dept_InfowhereMonth='0'andSalary.EmpID=Employee_Info.EmpIDandEmployee_Info.DeptID=Dept_Info.DeptIDandDept_Info.DeptIDin(sel
22、ectDeptIDfromEmployee_InfowhereEmpID='1')",MonthStr,this.mainForm.person.userName);elsesqlStr=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工'fromSalarywhereMonth='0'andEmpID='1'",MonthStr,this.mainForm.person
23、.userName);if(count=0)sql+=sqlStr;count=1;elsesql+="intersect"+sqlStr;check3.Checked=false;自己工資if(check4.Checked)sql=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalarywhereEmpID='0'",this.mainForm.person.userNam
24、e);if(count=0)sql+=sqlStr;count=1;elsesql+="intersect"+sqlStr;check4.Checked=false;SqlCommandcommand=newSqlCommand(sql,connection);tryconnection.Open();SqlDataReaderdata=command.ExecuteReader();if(data.Read()BindData(sql);elseif(this.mainForm.operatorRight=2)sql=String.Format("selectE
25、mpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalary");elseif(this.mainForm.operatorRight=1)sql=String.Format("selectSalary.EmpIDas'職工號(hào)',Yearas'年份',Monthas月份',Salaryas'工資fromSalary,Employee_Info,Dept_InfowhereSalary.EmpID=Employe
26、e_Info.EmpIDandEmployee_Info.DeptID=Dept_Info.DeptIDandDept_Info.DeptIDin(selectDeptIDfromEmployee_InfowhereEmpID='0')",this.mainForm.person.userName);elsesql=String.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalarywhereEmpID=&
27、#39;0'",this.mainForm.person.userName);BindData(sql);MessageBox.Show("查詢失敗,沒有符合要求的工資信息","查找失敗?”,MessageBoxButtons.OK,MessageBoxIcon.Exclamation);catch(Exceptionex)MessageBox.Show(ex.Message,"數(shù)據(jù)庫操作失敗1",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);finallyconnectio
28、n.Close();privatevoidLoadOrCancel()mainForm=(MainForm)this.ParentForm;YearComBox.SelectedIndex=0;MonthComBox.SelectedIndex=0;YearComBox.Enabled=false;MonthComBox.Enabled=false;DeptcomBox.Enabled=false;btnYes.Enabled=false;BindDeptComBox();if(this.mainForm.operatorRight=2)sql=String.Format("sele
29、ctEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalary");elseif(this.mainForm.operatorRight=1)DeptcomBox.Visible=false;check1.Visible=false;sql=String.Format("selectSalary.EmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'
30、fromSalary,Employee_Info,Dept_InfowhereSalary.EmpID=Employee_Info.EmpIDandEmployee_Info.DeptID=Dept_Info.DeptIDandDept_Info.DeptIDin(selectDeptIDfromEmployee_InfowhereEmpID='0')",this.mainForm.person.userName);elsecheck1.Visible=false;check4.Visible=false;DeptcomBox.Visible=false;sql=St
31、ring.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas'工資'fromSalarywhereEmpID='0'",this.mainForm.person.userName);BindData(sql);count=0;privatevoidgroupBox2_Enter(objectsender,EventArgse)2.對(duì)表的增刪改部分:ataGrid數(shù)據(jù)綁定privatevoidBindData()sql=String
32、.Format("selectEmpIDas'職工號(hào)',Yearas'年份',Monthas'月份',Salaryas工資fromSalary");SqlConnectionconnection=newSqlConnection(connString);SqlDataAdapterdataAdapter=newSqlDataAdapter(sql,connection);DataSetdataSet=newDataSet();dataAdapter.F川(dataSet);dataGridView1.DataSource=da
33、taSet.Tables0;dataGridView1.Columns0.DataPropertyName="職工號(hào)"dataGridView1.Columns1.DataPropertyName="年份";dataGridView1.Columns2.DataPropertyName="月份";dataGridView1.Columns3.DataPropertyName="工資";刪除privatevoidbtn3_Click(objectsender,EventArgse)cleartext();textre
34、adwrite();btnOkOrCancel();combMonth.Enabled=true;combYear.Enabled=true;txt4.ReadOnly=true;opterate="delete"修改或更新職工工資信息privatevoidbtnOk_Click(objectsender,EventArgse)btnOkOrCancel();btnOk.Enabled=false;EmpID=txt1.Text;Year=Convert.ToString(combYear.SelectedItem.ToString();Month=Convert.ToIn
35、t32(combMonth.SelectedItem.ToString();Stringsalary=txt4.Text;if(salary="")salary="0"Salary=(float)Convert.ToDouble(salary.Trim();intnum=0;tryif(EmpID!="")sql=String.Format("selectcount(*)fromEmployee_InfowhereEmpID='0'",EmpID);SqlCommandcommand=newSqlC
36、ommand(sql,connection);connection.Open();intc=(int)command.ExecuteScalar();connection.Close();if(c>0)connection=newSqlConnection(connString);connection.Open();sql=String.Format("selectcount(*)fromSalarywhereEmpID='0'andYear='1'andMonth='2'",EmpID,Year,Month);SqlC
37、ommandmycmd=newSqlCommand(sql,connection);num=(int)mycmd.ExecuteScalar();connection.Close();職工的工資信息存在if(num>0)if(opterate="insert")MessageBox.Show("錄入不成功,您要錄入的員工的工資信息已存在!","錄入失敗",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseif(opterate="up
38、date")sql=String.Format("updateSalarysetSalary='0'whereEmpID='1'andYear='2'andMonth='3'",Salary,EmpID,Year,Month);connection.Open();command=newSqlCommand(sql,connection);command.ExecuteNonQuery();connection.Close();BindData();textreadonly();MessageBox.S
39、how("更新成功!","更新成功",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);elseconnection.Open();sql=String.Format("deletefromSalarywhereEmpID='0'andYear='1'andMonth='2'",EmpID,Year,Month);command=newSqlCommand(sql,connection);command.ExecuteNonQuery();
40、connection.Close();BindData();MessageBox.Show("刪除成功!","刪除成功",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseif(opterate="insert")sql=String.Format("insertintoSalary(EmpID,Year,Month,Salary)values('0','1','2','3')
41、”,EmpID,Year,Month,Salary);command=newSqlCommand(sql,connection);connection.Open();command.ExecuteNonQuery();connection.Close();BindData();MessageBox.Show("錄入成功!","錄入成功",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseif(opterate="update")MessageBox.
42、Show("修改失敗,不存在要修改的工資信息!","修T改失敗”,MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseMessageBox.Show("刪除失敗,不存在要?jiǎng)h除的工資信息!","刪除失敗",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseMessageBox.Show("不存在要管理的員工工資信息!","操作失敗
43、",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();elseMessageBox.Show("操作失敗,請(qǐng)?zhí)钊雴T工號(hào)!","操作失敗",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);textreadonly();btnModi();btnCancel.Enabled=true;catch(Exceptionex)MessageBox.Show(ex.Message,"數(shù)據(jù)庫操作失敗1",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);finallyconnection.Close();3.關(guān)于界面錄入和修改鍵和關(guān)閉鍵能用,確定和取消鍵不能用privatevoidbtnModi()btn1.Enabled=true;btn2.Enabled=tr
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年度0000噸煤炭進(jìn)口合同
- 《莫扎特《A大調(diào)第五小提琴協(xié)奏曲》演奏技巧和演奏學(xué)派風(fēng)格研究》
- 《基于功效系數(shù)法的HD電氣公司財(cái)務(wù)績效評(píng)價(jià)研究》
- 《廈門野生古巴栓孔菌分離鑒定及其發(fā)酵液對(duì)玉米苗期生長的影響》
- 《齊墩果酸A環(huán)及C-28位衍生物的合成及抗腫瘤活性研究》
- 《基于任務(wù)型教學(xué)法的線上對(duì)外漢語中級(jí)綜合課教學(xué)設(shè)計(jì)》
- 2024年建筑施工廢棄物運(yùn)輸土方合同
- 2024年青島客運(yùn)從業(yè)資格證模擬考試題庫下載
- 人教部編版六年級(jí)語文上冊(cè)第17課《盼》精美課件
- 2024年度品牌營銷策劃與執(zhí)行合同
- Unit 3 My friends Part C Story time(教學(xué)設(shè)計(jì))-2024-2025學(xué)年人教PEP版英語四年級(jí)上冊(cè)
- 2024中國海油校園招聘2024人(高頻重點(diǎn)提升專題訓(xùn)練)共500題附帶答案詳解
- 孫中山誕辰紀(jì)念日主題班會(huì)主題班會(huì)
- 2024-2025學(xué)年新教材高中生物 第五章 細(xì)胞的能量供應(yīng)和利用 第2節(jié) 1 細(xì)胞的能量“貨幣”ATP教案 新人教版必修1
- 2024年安徽省合肥市中考語文題卷(含答案)
- G -B- 43630-2023 塔式和機(jī)架式服務(wù)器能效限定值及能效等級(jí)(正式版)
- 24春國開電大《工具書與文獻(xiàn)檢索》平時(shí)作業(yè)1-4答案
- 文藝復(fù)興經(jīng)典名著選讀 知到智慧樹網(wǎng)課答案
- 2024年北京出版集團(tuán)有限責(zé)任公司招聘筆試沖刺題(帶答案解析)
- 2022-2023學(xué)年福建省廈門一中九年級(jí)(上)期中物理試卷
- 足球球性球感練習(xí)教案
評(píng)論
0/150
提交評(píng)論