軟件工程教學(xué)課件:Chapter-12-Review Techniques_第1頁(yè)
軟件工程教學(xué)課件:Chapter-12-Review Techniques_第2頁(yè)
軟件工程教學(xué)課件:Chapter-12-Review Techniques_第3頁(yè)
軟件工程教學(xué)課件:Chapter-12-Review Techniques_第4頁(yè)
軟件工程教學(xué)課件:Chapter-12-Review Techniques_第5頁(yè)
已閱讀5頁(yè),還剩39頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

TheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.1Chapter12ReviewTechniquesTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.2Reviews...thereisnoparticularreasonwhyyourfriendandcolleaguecannotalsobeyoursternestcritic.JerryWeinbergTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.3WhatAreReviews?ameetingconductedbytechnicalpeoplefortechnicalpeopleatechnicalassessmentofaworkproductcreatedduringthesoftwareengineeringprocessasoftwarequalityassurancemechanismatraininggroundTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.4WhatReviewsAreNotAprojectsummaryorprogressassessmentAmeetingintendedsolelytoimpartinformationAmechanismforpoliticalorpersonalreprisal!TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.5WhatDoWeLookFor?ErrorsanddefectsError—aqualityproblemfoundbeforethesoftwareisreleasedtoendusersDefect—aqualityproblemfoundonlyafterthesoftwarehasbeenreleasedtoend-usersWemakethisdistinctionbecauseerrorsanddefectshaveverydifferenteconomic,business,psychological,andhumanimpactHowever,thetemporaldistinctionmadebetweenerrorsanddefectsinthisbookisnotmainstreamthinkingTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.6DefectAmplificationAdefectamplificationmodelcanbeusedtoillustratethegenerationanddetectionoferrorsduringthedesignandcodegenerationactionsofasoftwareprocess.ErrorspassedthroughAmplifiederrors1:xNewlygeneratederrorsDevelopmentstepErrorsfromPreviousstepErrorspassedTonextstepDefectsDetectionPercentEfficiencyTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.7DefectAmplificationIntheexampleprovidedinSEPA,asoftwareprocessthatdoesNOTincludereviews,yields94errorsatthebeginningoftestingandReleases12latentdefectstothefieldasoftwareprocessthatdoesincludereviews,yields24errorsatthebeginningoftestingandreleases3latentdefectstothefieldAcostanalysisindicatesthattheprocesswithNOreviewscostsapproximately3timesmorethantheprocesswithreviews,takingthecostofcorrectingthelatentdefectsintoaccountTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.8MetricsThetotalrevieweffortandthetotalnumberoferrorsdiscoveredaredefinedas:Ereview=Ep

+Ea+Er

Errtot=Errminor+ErrmajorDefectdensityrepresentstheerrorsfoundperunitofworkproductreviewed.Defectdensity=Errtot/WPSwhere…TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.9MetricsPreparationeffort,Ep—theeffort(inperson-hours)requiredtoreviewaworkproductpriortotheactualreviewmeetingAssessmenteffort,Ea—theeffort(inperson-hours)thatisexpendingduringtheactualreviewReworkeffort,Er—theeffort(inperson-hours)thatisdedicatedtothecorrectionofthoseerrorsuncoveredduringthereviewWorkproductsize,WPS—ameasureofthesizeoftheworkproductthathasbeenreviewed(e.g.,thenumberofUMLmodels,orthenumberofdocumentpages,orthenumberoflinesofcode)Minorerrorsfound,Errminor—thenumberoferrorsfoundthatcanbecategorizedasminor(requiringlessthansomepre-specifiedefforttocorrect)Majorerrorsfound,Errmajor—thenumberoferrorsfoundthatcanbecategorizedasmajor(requiringmorethansomepre-specifiedefforttocorrect)TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.10AnExample—IIfpasthistoryindicatesthattheaveragedefectdensityforarequirementsmodelis0.6errorsperpage,andanewrequirementmodelis32pageslong,aroughestimatesuggeststhatyoursoftwareteamwillfindabout19or20errorsduringthereviewofthedocument.Ifyoufindonly6errors,you’vedoneanextremelygoodjobindevelopingtherequirementsmodeloryourreviewapproachwasnotthoroughenough.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.11AnExample—IITheeffortrequiredtocorrectaminormodelerror(immediatelyafterthereview)wasfoundtorequire4person-hours.Theeffortrequiredforamajorrequirementerrorwasfoundtobe18person-hours.Examiningthereviewdatacollected,youfindthatminorerrorsoccurabout6timesmorefrequentlythanmajorerrors.Therefore,youcanestimatethattheaverageefforttofindandcorrectarequirementserrorduringreviewisabout6person-hours.Requirementsrelatederrorsuncoveredduringtestingrequireanaverageof45person-hourstofindandcorrect.Usingtheaveragesnoted,weget:Effortsavedpererror= Etesting–Ereviews

45–6=30person-hours/errorSince22errorswerefoundduringthereviewoftherequirementsmodel,asavingofabout660person-hoursoftestingeffortwouldbeachieved.Andthat’sjustforrequirements-relatederrors.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.12OverallEffortexpendedwithandwithoutreviewswithreviewsTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.13ReferenceModelTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.14InformalReviewsInformalreviewsinclude:asimpledeskcheckofasoftwareengineeringworkproductwithacolleagueacasualmeeting(involvingmorethan2people)forthepurposeofreviewingaworkproduct,orthereview-orientedaspectsofpairprogrammingpairprogrammingencouragescontinuousreviewasaworkproduct(designorcode)iscreated.Thebenefitisimmediatediscoveryoferrorsandbetterworkproductqualityasaconsequence.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.15FormalTechnicalReviewsTheobjectivesofanFTRare:touncovererrorsinfunction,logic,orimplementationforanyrepresentationofthesoftwaretoverifythatthesoftwareunderreviewmeetsitsrequirementstoensurethatthesoftwarehasbeenrepresentedaccordingtopredefinedstandardstoachievesoftwarethatisdevelopedinauniformmannertomakeprojectsmoremanageableTheFTRisactuallyaclassofreviewsthatincludeswalkthroughsandinspections.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.16TheReviewMeetingBetweenthreeandfivepeople(typically)shouldbeinvolvedinthereview.Advancepreparationshouldoccurbutshouldrequirenomorethantwohoursofworkforeachperson.Thedurationofthereviewmeetingshouldbelessthantwohours.Focusisonaworkproduct(e.g.,aportionofarequirementsmodel,adetailedcomponentdesign,sourcecodeforacomponent)TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.17ThePlayersreviewleaderproducerrecorderreviewerstandardsbearer(SQA)maintenanceoracleuserrepTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.18ThePlayersProducer—theindividualwhohasdevelopedtheworkproductinformstheprojectleaderthattheworkproductiscompleteandthatareviewisrequiredReviewleader—evaluatestheproductforreadiness,generatescopiesofproductmaterials,anddistributesthemtotwoorthreereviewersforadvancepreparation.Reviewer(s)—expectedtospendbetweenoneandtwohoursreviewingtheproduct,makingnotes,andotherwisebecomingfamiliarwiththework.Recorder—reviewerwhorecords(inwriting)allimportantissuesraisedduringthereview.

TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.19ConductingtheReviewReviewtheproduct,nottheproducer.Setanagendaandmaintainit.

Limitdebateandrebuttal.Enunciateproblemareas,butdon'tattempttosolveeveryproblemnoted.Takewrittennotes.Limitthenumberofparticipantsandinsistuponadvancepreparation.Developachecklistforeachproductthatislikelytobereviewed.

AllocateresourcesandscheduletimeforFTRs.

Conductmeaningfultrainingforallreviewers.

Reviewyourearlyreviews.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.20ReviewOptionsMatrixtrainedleaderagendaestablishedreviewersprepareinadvanceproducerpresentsproduct“reader”presentsproductrecordertakesnoteschecklistsusedtofinderrorserrorscategorizedasfoundissueslistcreatedteammustsign-offonresultIPR—informalpeerreviewWT—WalkthroughIN—InspectionRRR—roundrobinreviewIPRWTINRRRnomaybemaybemaybenomaybenonononoyesyesyesyesnoyesnonoyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesnonoyesnonoyesmaybe**TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.21Sample-DrivenReviews(SDRs)SDRsattempttoquantifythoseworkproductsthatareprimarytargetsforfullFTRs.Toaccomplishthis…

Inspectafractionaiofeachsoftwareworkproduct,i.Recordthenumberoffaults,fifoundwithinai.Developagrossestimateofthenumberoffaultswithinworkproductibymultiplyingfiby1/ai.Sorttheworkproductsindescendingorderaccordingtothegrossestimateofthenumberoffaultsineach.Focusavailablereviewresourcesonthoseworkproductsthathavethehighestestimatednumberoffaults.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.22MetricsDerivedfromReviewsinspectiontimeperpageofdocumentationinspectiontimeperKLOCorFPerrorsuncoveredperreviewerhourerrorsuncoveredperpreparationhourerrorsuncoveredperSEtask(e.g.,design)numberofminorerrors(e.g.,typos)numberoferrorsfoundduringpreparationnumberofmajorerrors(e.g.,nonconformancetoreq.)inspectioneffortperKLOCorFPTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.23Chapter12ReviewTechniquesTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.24Reviews...thereisnoparticularreasonwhyyourfriendandcolleaguecannotalsobeyoursternestcritic.JerryWeinbergTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.25WhatAreReviews?ameetingconductedbytechnicalpeoplefortechnicalpeopleatechnicalassessmentofaworkproductcreatedduringthesoftwareengineeringprocessasoftwarequalityassurancemechanismatraininggroundTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.26WhatReviewsAreNotAprojectsummaryorprogressassessmentAmeetingintendedsolelytoimpartinformationAmechanismforpoliticalorpersonalreprisal!TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.27WhatDoWeLookFor?ErrorsanddefectsError—aqualityproblemfoundbeforethesoftwareisreleasedtoendusersDefect—aqualityproblemfoundonlyafterthesoftwarehasbeenreleasedtoend-usersWemakethisdistinctionbecauseerrorsanddefectshaveverydifferenteconomic,business,psychological,andhumanimpactHowever,thetemporaldistinctionmadebetweenerrorsanddefectsinthisbookisnotmainstreamthinkingTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.28DefectAmplificationAdefectamplificationmodelcanbeusedtoillustratethegenerationanddetectionoferrorsduringthedesignandcodegenerationactionsofasoftwareprocess.ErrorspassedthroughAmplifiederrors1:xNewlygeneratederrorsDevelopmentstepErrorsfromPreviousstepErrorspassedTonextstepDefectsDetectionPercentEfficiencyTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.29DefectAmplificationIntheexampleprovidedinSEPA,asoftwareprocessthatdoesNOTincludereviews,yields94errorsatthebeginningoftestingandReleases12latentdefectstothefieldasoftwareprocessthatdoesincludereviews,yields24errorsatthebeginningoftestingandreleases3latentdefectstothefieldAcostanalysisindicatesthattheprocesswithNOreviewscostsapproximately3timesmorethantheprocesswithreviews,takingthecostofcorrectingthelatentdefectsintoaccountTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.30MetricsThetotalrevieweffortandthetotalnumberoferrorsdiscoveredaredefinedas:Ereview=Ep

+Ea+Er

Errtot=Errminor+ErrmajorDefectdensityrepresentstheerrorsfoundperunitofworkproductreviewed.Defectdensity=Errtot/WPSwhere…TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.31MetricsPreparationeffort,Ep—theeffort(inperson-hours)requiredtoreviewaworkproductpriortotheactualreviewmeetingAssessmenteffort,Ea—theeffort(inperson-hours)thatisexpendingduringtheactualreviewReworkeffort,Er—theeffort(inperson-hours)thatisdedicatedtothecorrectionofthoseerrorsuncoveredduringthereviewWorkproductsize,WPS—ameasureofthesizeoftheworkproductthathasbeenreviewed(e.g.,thenumberofUMLmodels,orthenumberofdocumentpages,orthenumberoflinesofcode)Minorerrorsfound,Errminor—thenumberoferrorsfoundthatcanbecategorizedasminor(requiringlessthansomepre-specifiedefforttocorrect)Majorerrorsfound,Errmajor—thenumberoferrorsfoundthatcanbecategorizedasmajor(requiringmorethansomepre-specifiedefforttocorrect)TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.32AnExample—IIfpasthistoryindicatesthattheaveragedefectdensityforarequirementsmodelis0.6errorsperpage,andanewrequirementmodelis32pageslong,aroughestimatesuggeststhatyoursoftwareteamwillfindabout19or20errorsduringthereviewofthedocument.Ifyoufindonly6errors,you’vedoneanextremelygoodjobindevelopingtherequirementsmodeloryourreviewapproachwasnotthoroughenough.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.33AnExample—IITheeffortrequiredtocorrectaminormodelerror(immediatelyafterthereview)wasfoundtorequire4person-hours.Theeffortrequiredforamajorrequirementerrorwasfoundtobe18person-hours.Examiningthereviewdatacollected,youfindthatminorerrorsoccurabout6timesmorefrequentlythanmajorerrors.Therefore,youcanestimatethattheaverageefforttofindandcorrectarequirementserrorduringreviewisabout6person-hours.Requirementsrelatederrorsuncoveredduringtestingrequireanaverageof45person-hourstofindandcorrect.Usingtheaveragesnoted,weget:Effortsavedpererror= Etesting–Ereviews

45–6=30person-hours/errorSince22errorswerefoundduringthereviewoftherequirementsmodel,asavingofabout660person-hoursoftestingeffortwouldbeachieved.Andthat’sjustforrequirements-relatederrors.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.34OverallEffortexpendedwithandwithoutreviewswithreviewsTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.35ReferenceModelTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.36InformalReviewsInformalreviewsinclude:asimpledeskcheckofasoftwareengineeringworkproductwithacolleagueacasualmeeting(involvingmorethan2people)forthepurposeofreviewingaworkproduct,orthereview-orientedaspectsofpairprogrammingpairprogrammingencouragescontinuousreviewasaworkproduct(designorcode)iscreated.Thebenefitisimmediatediscoveryoferrorsandbetterworkproductqualityasaconsequence.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.37FormalTechnicalReviewsTheobjectivesofanFTRare:touncovererrorsinfunction,logic,orimplementationforanyrepresentationofthesoftwaretoverifythatthesoftwareunderreviewmeetsitsrequirementstoensurethatthesoftwarehasbeenrepresentedaccordingtopredefinedstandardstoachievesoftwarethatisdevelopedinauniformmannertomakeprojectsmoremanageableTheFTRisactuallyaclassofreviewsthatincludeswalkthroughsandinspections.TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.38TheReviewMeetingBetweenthreeandfivepeople(typically)shouldbeinvolvedinthereview.Advancepreparationshouldoccurbutshouldrequirenomorethantwohoursofworkforeachperson.Thedurationofthereviewmeetingshouldbelessthantwohours.Focusisonaworkproduct(e.g.,aportionofarequirementsmodel,adetailedcomponentdesign,sourcecodeforacomponent)TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.39ThePlayersreviewleaderproducerrecorderreviewerstandardsbearer(SQA)maintenanceoracleuserrepTheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.40ThePlayersProducer—theindividualwhohasdevelopedtheworkproductinformstheprojectleaderthattheworkproductiscompleteandthatareviewisrequiredReviewleader—evaluatestheproductforreadiness,generatescopiesofproductmaterials,anddistributesthemtotwoorthreereviewersforadvancepreparation.Reviewer(s)—expectedtospendbetweenoneandtwohoursreviewingtheproduct,makingnotes,andotherwisebecomingfamiliarwiththework.Recorder—reviewerwhorecords(inwriting)allimportantissuesraisedduringthereview.

TheseslidesaredesignedtoaTheseslidesaredesignedtoaccompanySoftwareEngineering:APractitioner’sApproach,7/e(McGraw-Hill2009).Slidescopyright2009byRogerPressman.41ConductingtheReviewReviewtheproduct,nottheproducer.

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(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ì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論