1.首先通过cordova命令安装二维码扫描插件cordovapluginaddhttps://github.com/phonegap/phonegap-plugin-barcodescanner.git2.安装完插件后将二维码的lib包替换为zxing.lib,jar包在我上传的demo里面有。
3.将demo中的drawable图片拷贝到自己项目中,然后再依次拷贝layout布局文件夹,raw文件夹(此文件夹下是扫描成功后发出的声音),values文件夹下的所有文件,xml文件夹下的xml4.重新build一下即可
2024/5/18 22:30:53 18.8MB cordova barcode
1
INSERTINTO`medicine`VALUES(1005757,'国药准字H20058147','25mg*50粒','环孢素软胶囊(赛洛明)','广东仙乐制药有限公司','6924217100619',NULL,NULL,NULL,'2019-02-2014:59:42');INSERTINTO`medicine`VALUES(1005733,'国药准字Z22023795','0.3g*20片*3板','脑得生片(通经路达)','吉林省松辽制药有限公司','6927544318139',NULL,NULL,NULL,'2019-02-2014:59:41');
2024/3/21 21:34:42 1.81MB 药品信息 数据库
1
国家标准行业分类,2017年的数据,有几千条数据,人工在前端添加基本不现实,一般是通过数据库的方式调取,分享给各位猿友。
部分内容展示--------------------------------Tablestructurefor`industrys`------------------------------DROPTABLEIFEXISTS`industrys`;CREATETABLE`industrys`(`id`int(11)NOTNULLAUTO_INCREMENT,`name`varchar(300)NOTNULLDEFAULT''COMMENT'行业名称',`parent_id`int(11)NOTNULLDEFAULT'0'COMMENT'父id',`created_at`int(11)DEFAULTNULL,`updated_at`int(11)DEFAULTNULL,`deleted_at`int(11)DEFAULTNULL,PRIMARYKEY(`id`))ENGINE=InnoDBAUTO_INCREMENT=1046694DEFAULTCHARSET=utf8COMMENT='行业表';--------------------------------Recordsofindustrys------------------------------INSERTINTO`industrys`VALUES('1','农业','0',null,null,null);INSERTINTO`industrys`VALUES('2','食品、饮料','0',null,null,null);INSERTINTO`industrys`VALUES('3','服装','0',null,null,null);INSERTINTO`industrys`VALUES('4','纺织、皮革','0',null,null,null);INSERTINTO`industrys`VALUES('5','电工电气','0',null,null,null);INSERTINTO`industrys`VALUES('6','家用电器','0',null,null,null);INSERTINTO`industrys`VALUES('7','数码、电脑','0',null,null,null);INSERTINTO`industrys`VALUES('8','化工','0',null,null,null);INSERTINTO`industrys`VALUES('9','冶金矿产','0',null,null,null);INSERTINTO`industrys`VALUES('10','能源','0',null,null,null);INSERTINTO`industrys`VALUES('11','环保','0',null,null,null);INSERTINTO`industrys`VALUES('12','交通运输','0',null,null,null);
2024/3/17 16:20:22 101KB 行业分类 mysql 国民经济
1
大学专业数据库(包含专业门类-类-具体的专业)。
INSERTINTO`school_special`VALUES('1','1','学科门类:哲学','0');INSERTINTO`school_special`VALUES('2','101','哲学类','1');INSERTINTO`school_special`VALUES('3','10101','哲学','101');INSERTINTO`school_special`VALUES('4','10102','逻辑学','101');INSERTINTO`school_special`VALUES('5','10103','宗教学','101');
2024/3/5 13:23:46 36KB 专业数据库 大学专业
1
包含内容:1.GB2312汉字拼音对照表7809字.txt(附加声调)2.GB2312汉字拼音对照表.txt3.py.sql(为直接的SQL可以直接入数据库)其中py.sql格式如下:汉字拼音字母insertintopinyin(hz,py,zm)values('啊','a','a');insertintopinyin(hz,py,zm)values('阿','a','a');有朋友要的五笔编码http://download.csdn.net/source/2369939
2024/3/1 8:15:38 90KB GB2312 汉字拼音对照表 数据表
1
insertintopub_address_inf(ADD_ID,ADD_CODE,ADD_NAME,ADD_CITYCODE)values('1','110000','北京市','000000');insertintopub_address_inf(ADD_ID,ADD_CODE,ADD_NAME,ADD_CITYCODE)values('2','110101','东城区','110000');insertintopub_address_inf(ADD_ID,ADD_CODE,ADD_NAME,ADD_CITYCODE)values('3628','820104','路环','820000');
2024/2/15 22:48:21 431KB 微信省市区编 微信省市SQ
1
svm测试数据下载:heart_scale.matloadheart_scalemodel=svmtrain(heart_scale_label,heart_scale_inst,'-c1-g0.07');[predict_label,accuracy,dec_values]=svmpredict(heart_scale_label,heart_scale_inst,model);
2023/8/12 13:35:56 5KB heart_scale
1
appid:="************" apikey:="***********88" curtime:=strconv.FormatInt(time.Now().Unix(),10) param:=make(map[string]string) param["engine_type"]="sms16k" param["aue"]="raw" tt,_:=json.Marshal(param) base64_param:=base64.StdEncoding.EncodeToString(tt) w:=md5.New() io.WriteString(w,apikey+curtime+base64_param) checksum:=fmt.Sprintf("%x",w.Sum(nil)) body,_:=ioutil.ReadFile("./ceshi.pcm") base64_audio:=base64.StdEncoding.EncodeToString(body) data:=url.Values{} data.Add("audio",string(base64_audio)) res_body:=data.Encode() client:=&http.Client{} req,_:=http.NewRequest("POST","http://api.xfyun.cn/v1/service/v1/iat",strings.NewReader(res_body)) req.Header.Set("X-Appid",appid) req.Header.Set("Content-Type","application/x-www-form-urlencoded") req.Header.Set("X-Param",base64_param) req.Header.Set("X-CheckSum",checksum) req.Header.Set("X-Curtime",curtime) response,_:=client.Do(req) deferresponse.Body.Close() resp_body,_:=ioutil.ReadAll(response.Body) fmt.Print(string(resp_body))
2023/8/8 21:12:27 1KB 科大讯飞 go语言 语音转写
1
Redis是一个在磁盘上耐久存在的内存数据库。
数据模子是key-value,但反对于多种不合尺度的值:字符串、列表、群集、排序集、哈希、流、HyperLogLog、Bitmaps。
Strings,Lists,Sets,SortedSets,Hashes,Streams,HyperLogLogs,Bitmaps.Bug修复CONFIGREWRITE在经由CONFIG配置oom-score-adj-values后,能够经由CONFIG配置或者从配置配备枚举文件中加载,会天生一个破损的配置配备枚举文件。
将会导致Redis没法启动更正MacOS上redis-cli--pipe的下场。
2023/3/21 16:48:41 8.92MB redis x64 windows
1
IT项目管理第六版课本之课后答案,供参考解答。
望君以了解为主TableofcontentsCHAPTERI2CHAPTER24CHAPTER36CHAPTER47CHAPTER5CHAPTER620CHAPTER724chaPteR829ChAPTER9CHAPTER10CHAPTER1137CHAPTER1240APPEnDIXA42APPENDIXB47APPENDIXCListofsolutionfilesavailableandreferencedinthisdocument,inalphabeticalorderName▲SizeTypeEnseExA-2289KBMicrosoftofficeProjectDocument5BEXA-3270KBMicrosoftOfficeProjectDocument22J5eExA-4337KBMicrosoftOfficeProjectDocument国appC1313KBMicrosoftofficeExcelWorksheet图ex4216KBMicrosoftofficeExcel97-2003Worksheet图ex-323KBMicrosoftOfficeExcel97-2003Worksheet4KbMicrosoftOfficeExcel97-2003Worksheet国x4525KBMicrosoftOfficeExcel97-2003Worksheete×5-221KBMicrosoftOfficePowerPoint97-2003PresentationElex5-3123KBMicrosoftOfficeProjectDocument152KBMicrosoftOfficeProjectDocument已区区ex7-519KBMicrosoftOfficeExcel97-2003Worksheet17KBMicrosoftofficeExcel97-2003Worksheet20KBMicrosoftOFficeExcel97-2003Worksheet16KBMicrosoftofficeExcel97-2003Worksheet16KBMicrosoftofficeExcel97-2003Worksheet16KBMicrosoftofficeExcel97-2003Worksheel17KBMicrosoftofficeExcel97-2003Worksheetrung17KBMicrosoftofficeExcel97-2003WorksheetEfrun5-4123KBMicrosoftOfficeProjectDocument131KbMicrosoftOFficeProjectDocumentE179KBMicrosoftofficeProjectDocument21KBMicrosoftofficeExcel97-2003Worksheet国run7-221KBMicrosoftofficeExcel97-2003Worksheet17KBMicrosoftofficeExcel97-2003Worksheet国run114KBMicrosoftOfficeExcel97-2003Worksheet图run917KBMicrosoftofficeExcel97-2003Worksheet图run11115KBMicrosoftofficeExcel97-2003Worksheet图run12215KBMicrosoftOfficeExcel97-2003Worksheetes1video1-215KBMicrosoftofficeExcel97-2003Worksheet图vdeo1317KBMicrosoftofficeExcel97-2003Worksheet图wde2-3141KBMicrosoftOfficeProjectDocument155KBMicrosoftOfficeProjectDocumentesvideo4-22KBMicrosoftofficeExcel97-2003Worksheet四vde04220KBMicrosoftoFficeExcel97-2003Worksheet图vde5-317KBMicrosoftofficeExcel97-2003WorksheetEshlvideo6-114KBMicrosoftOfficeExcel97-2003Worksheet到vde6218KBMicrosoftofficeExcel97-2003WorksheetInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲CHAPTER1IntroductiontoProjectManagementDISCUSSIONOUESTTONS1.Whyisthereaneworrenewedinterestinthefieldofprojectmanagement?Moreandmoreprojectsarebeingdonebyavarietyoforganizations.Theprojectsaremorecomplexandofteninvolvetheuseofnewtechnologies.Organizationsarestrugglingtofindbetterwaystomanagetheirprojects.2.Whatisaproject,andwhatareitsmainattributes?Howisaprojectdifferentfromwhatmostpeopledointheirday-Lo-dayjobs?Whatisthetripleconstraint?aprojectis"atemporaryendeavorundertakentocreateauniqueproduct,service,orresult"(PMBOKGuide,2008,p.5).Inadditiontobeingtemporaryandunique,otherattributesofprojectsarethattheyaredevelopedusingprogressiveelaboration,requireresourcesfromvariousareas,shouldhaveaprimarycustomerorsponsor,andinvolveuncertainty.Projectsaredifferentfromday-to-dayactivitiesprimarilybecausetheyhavefocusedgoalsanddefinitebeginningandendingdates.Thetripleconstraintismanagingscope,time,andcostgoals3.Whatisprojectmanagement?Brieflydescribetheprojectmanagementframework,providingexamplesofstakeholders,knowledgeareas,toolsandtechniques,andprojectsuccessfactorsProjectmanagermentis"theapplicationofknowledge,skills,tools,andtechniquesloprojectactivitiesinorderLomeetprojectrequirements"(PMBOKGuide,2008,p9).Theprojectmanagementframeworkgraphicallyshowstheprocessofbeginningwithstakeholdersneedsandexpectations,applyingthenineprojectmanagementknowledgeareasandvarioustoolsandtechniquestoleadtoprojectsuccessandthenenterprisesuccess.Forexample,ifaprojectweretoimplementanERPsystemforalargecompany,thestakeholderswouldincludemanagersandusersfrommanydifferentdepartments(finance,manufacturing,humanresourcesIT,etc.)allnineknowledgeareaswouldbeimportant,numeroustoolsandtechniqueswouldbeapplied(seeTable1-1),andprojectsuccessmightbebasedonimplementkeyfunctionsbyacertaintimeforacertaincostorhavingthenewsystempayforitselfwithinacertaintimeperiod4.Whatisaprogram?Whatisaprojectportfolio?Discusstherelationshipbetweenprojects,programs,andportfoliomanagementandthecontributionstheyeachmaketoenterprisesuccessaprogramis"agroupofprojectsmanagedinacoordinatedwaytoobtainbenefitsandcontrolnotavailablefrommanagingthemindividually(PmbokGuide,2008,p9)Projectportfoliomanagementfocusesonmanagingprojectsasisasaportfolioofinvestmentsthatcontributetotheentireenterprisessuccess.Projectsarepartofprogramswhicharepartofportfolios5.Whatistheroleoftheprojectmanager?Whataresuggestedskillsforallprojectmanagersandforinformationtechnologyprojectmanagers?Whyisleadershipsoimportantforprojectmanagers?Howisthejobmarketforinformationtechnologyprojectmanagers?Theprojectmanagerisultimatelyresponsibleforprojectsuccess.Manysuggestedskillsarelistedinthischapter,includingstrongleadershipskills,organizationalskills,technicalskills,andmanysofskills.ITprojectmanagersrequirethesameskillsasgeneralprojectmanagers,buttheyshouldalsoknowsomethingaboutthetechnologyusedfortheprojectandthetypesofpeoplewhoworkoninformationtechnologyprojectsLeadingbyexampleisthemostimportanttraitofeffectiveprojectmanagers.Thejobmarketforinformationogyprojectmanagerscontinuestoremainstrong,especiallyforthosewithstrongbusinessandleadershipskills6.Brieflydescribesomekeyeventsinthehistoryofprojectmanagement.WhatroledoestheProjectManagementInstituteandotherprofessionalsocietiesplayinhelpingtheprofessionSomepeoplesaythatbuildingtheegyptianpyramidsorthegreatwallofChinawereprojects,butmodernprojectmanagementbeganwiththeManhattanProjectordevelopmentoftheatomicbomb.Thatprojecttookaboutthreeyearsandcostalmosts2billionin1946andhadaseparateprojectmanagerandtechnicalmanagerGanttchartswerefirstusedin1917,andnetworkdiagramswereusedin1958.PMiisthemainprofessionalsocietyforprojectmanagers,andtheyrunthePMPcertificationprogramInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲7.Whatfunctioncanyouperformwithprojectmanagementsoftware?Whataresomepopularnamesoflowend,midrange,andhigh-endprojectmanagementtools?Projectmanagenentsoftwarecanassistindevelopingschedules,communicatinginformation,trackinprogress,etc.PopulartoolsincludemilestonesSimplicity,Project2007,andthemicrosoftEnterpriseProjectManagementsolutiontonameafewEXERCISESAnswerstoalloftheseexerciseswillvary.Themainpurposeoftheseexercisesistohavestudentsbegindoingsomeindependentresearchtofurtherexplorethefieldofprojectmanagement.Youcouldhavestudentsdiscusstheresultsoftheseexercisesinclasstoenhanceparticipation,assignsomeforhomework,ordobothInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲CHAPTER2TheprojectmanagementandlnformationtechnologycontextDISCUSSIONOUESTIONS1.Whatdoesitmeantotakeasystemsviewofaproject?Howdoestakingasystemsviewofaprojectapplytoprojectmanagement?Takingasystemsviewmeanslookingatthebigpictureofhowaparticularprojectfitsintotherestoftheorganization.Itisimportantforprojectmanagerstounderstandthebroaderorganizationalenvironmenttoensuretheirprojectsmeetorganizationalneeds2.Explainthefourframesoforganizations.Howcantheyhelpprojectmanagersunderstandtheorganizationalcontextfortheirprojects?ThefourframesoforganizationsaresummarizedbelowStructural:dealwithhowtheorganizationisstructuresandfocusonrolesandresponsibilities.ItsimportanttounderstandtheserolesandresponsibilitieswhendealingwithprojectstakeholdersespeciallyinprocuringresourcesHumanresources:focusesonmeetingtheneedsoftheorganizationanditspeople.ProjectmanagersmustunderstandvarioushumanresourcespoliciesandproceduresPolitical:addressesorganizationalandpersonalpolitics.Manyprojectmanagersfailbecausetheydonotunderstandthepoliticalenvironment.Symbolic:focusesonsymbolsandmeanings.It'simportanttounderstandanorganizationsculturedresscode,workethic,andsooninmanagingprojects3.Brieflyexplainthediferencesbetweenfunctional,matrix,andprojeclorganizations.DescribehoweachstructureaffectsthemanagementoftheprojectFunctionalorganizationshavemanagersorvicepresidentsinspecialtiessuchasengineering,manufacturing,informationtechnology,andsoon.Theirstaffshavespecializedskillsintheirrespectivedisciplines.ProjectorganizationshaveprojectmanagersinsteadoffunctionalmanagersreportingtotheCEO.matrixorganizationsrepresentthemiddlegroundbetweenfunctionalandprojectstructures.Personneloftenreporttobothafunctionalmanagerandoneormoreprojectmanagers.Projectmanagershavethemostauthorityinprojectorganizationalstructuresfollowedbymatrix,andthenfunctional4.Describehoworganizationalcultureisrelatedtoprojectmanagement.Whattypeofculturepromotesastrongprojectenvironment?Organizationalcultureisasetofsharedassumptions,values,andbehaviorsthatcharacterizethefunctioningofprojectmanagementandfollowstheguidelinesforapplyingit,itwillbemucheasiertopracticegoodprojedanorganization.Thisculturecandefinitelyimpactprojectmanagement.Forexample,ifanorganizationvaluesmanagement.Projectworkismostsuccessfulinanorganizationalculturewhereemployeesidentifymorewiththeorganization,whereworkactivitiesemphasizegroups,andwherethereisstrongunitintegration,highisktolerance,perfornance-basedrewards,highconflicttolerance,anopenl-systernsfocus,andabalancedfocusonpeople,control,andmeans-orientation5.Discusstheimportanceoftopmanagementcommitmentandthedevelopmentofstandardsforsuccessfulprojectmanagement.ProvideexamplestoillustratetheimportanceoftheseitemsbasedonyourexperienceonanytypeofprojectTopmanagementcommitmentisthenumberonefactorassociatedwiththesuccessofinformationtechnologyprojects,soit'sveryimportanttogetandmaintainthissupport.Topmanagementcanhelpprojectmanagersgetadequateresources,approveuniqueprojectneeds.getcooperationfromotherpartsoftheorganization,andprovidesupportasamentorandcoachtoprojectmanagers.Exampleswillvary6.Whatarethephasesinatraditionalprojectlifecycle?Howdoesaprojectlifecycledifferfromaproductlifecycle?whydoesaprojectmanagerneedtounderstandboth?Atraditionalprojectlifecycleisacollectionofprojectphases-concept,development,implementation,andclose-out.Thesephasesdonotvarybyproject.ProductlifecyclesvarytremendouslybasedonthenatureofInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲theproject.Forexample,theSystemsDevelopmentLifeCycle(SDLC)couldfollowthewaterfallmodelspiralmodelincrementalreleasemodel,prototypingmodel,orRADmodel.UsingthegeneralphasesoftheSDLC(informationsystemsplanning,analysis,design,implementation,andsupport)therecouldbeaprojecttodevelopastrategicinformationsystemsplan;anotherprojecttocompleteasystemsanalysisforanewsystem;anotherprojecttocreateadetaileddatabasedesign;anothertoinstallnewhardwareorsoftware,andanothertoprovidenewusertraining7.Whatmakesinformationtechnologyprojectsdifferentfromothertypesofprojects?Howshouldprojectmanagersadjusttothesedifferences?itprojectsaredifferentfromothertypesofprojectsbecausetheycanbeverydiverseintermsofsizeandcomplexity,theyoftenincludeleammemberswithverydiversebackgroundsandskills,andhetechnologiesinvolvedarealsoverydiverse.ProjectmanagersshouldadjusttothesedifferencesbypayingcarefulattentiontothegoalsoftheprojectandtheneedsofvariousstakeholdersDefineglobalization,outsourcing,andvirtualteamsanddescribehowthesetrendsarechangingITprojectmanagementGlobalizationhascreateda"flat"worldwhereeveryoneisconnectedandthe"playingfield"islevelformanyingiswhedsand/orsoVirtualteamsoccurwhenagroupofindividualswhoworkacrosstimeandspaceusingcommunicationtechnologies.Eachofthesetrendshasaffectedthewayinwhichprojectworkisdoneandhowprojectsneedtobemanaged.ItisveryrareforaprojectteamtositinthesameworkareaandworkatthesametimeManagementandcoordinationismuchmorecomplicatedEXERCISESAnswerstoalloftheseexerciseswillvaryInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲chaPTER3TheProjectManagementProcessGroups:ACaseStudyDISCUSSIONQUESTIONS1.Brieflydescribewhathappensineachofthefiveprojectmanagementprocessgroups(initiatingplanningexecuting,monitoringandcontrolling,andclosing).Whattypesofactivitiesaredonebeforeinitiatingproject?Descriptionsofwhathappensineachofthefiveprocessgroupsarelistedbelow:Initiatingincludesactionstocommittobeginorendprojectsandprojeclphases.Somedeliverablesincludedefiningthebusinessneedfortheproject,gettingaprojectsponsor,andselectingaprojectPlanningincludescreatingworkableplansfortheentireproject.EveryknowledgearearequiresdevelopmentofsomeplansExecutinginvolvescoordinatingeveryoneandeverythingtocarryouttheprojectplans.DeliverablesincludetheproductsoftheprojectorphaseMonitoringandcontrollingensurestheprojectobjectivesaremet.DeliverablesincludemonitoringandmeasuringprogressandtakingcorrectiveactionClosinginvolvesbringingtheprojecttoanorderlyend.deliverablesincludeorganizationalprocessassetsupdatesandclosedprocurementsBeforeinitiatingaproject,organizationsoftendeterminehigh-levelscope,time,andcostconstraintsforaproject,identifytheprojectsponsor,selecttheprojectmanager,anddevelopabusinesscasefortheproject,tonameafewApproximatelyhowmuchtimedogoodprojectmanagersspendoneachprocessgroupandwhyAndyCrowe'sresearchfoundthatalphaprojectmanagersspendabout2%oftheirtimeinitialing,21%planning,69%executing,5%monitoringandcontrolling,and3%closingprojects.Themosttimeshouldbespentonexecuting,followedbyplanning3.Whydoorganizationsneedtotailorprojectmanagementconcepts,suchasthosefoundinthePMBOK(RGuidetocreatetheirownmethodologies?Organizationshavedifferentwaysofdoingthings,sotheyoftendeveloptheirownmethodologies4.WhataresomeofthekeyoutputsofeachprocessgroupSeethetablesforeachprocessgroup.Examplesmightincludeacharter,aprojectmanagementplan,deliverables,performancereports,andclosedprocurements5.Whataresomeofthetypicalchallengesprojectteamsfaceduringeachofthefiveprocessgroups?Answerswillvary.Suggestionsmightincludesettingprioritiesduringinitiating,gettingstakeholderinputsduringplanning,meetingscheduledeadlinesduringexecution,collectingtimelydataduringmonitoringandcontrolling,anddefininggoodproceduresduringprojectclosingEXERCIESAnswerstoalloftheseexerciseswillvaryInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲ChAPTER4ProjectIntegrationmanagementDISCUSSIONQUESTIONS1.Describeprojectintegrationmanagementinyourownwords.Howdoesprojectintegrationmanagementrelatetotheprojectlifecycle,stakeholders,andtheotherprojectmanagementknowledgeareas?Projectintegrationmanagementmeanstyingtogetheralloftheotheraspectsinvolvedinaprojecttomakeitasuccess.Integrationmanagementrelatestotheprojectlifecycleinthatitisdoneinalloftheprojectlifecyclephases.Astheprojectprogresses,integrationmanagementbecomesmorefocused.Integrationmanagementrelatestostakeholdersbecauseitrequirestheprojectmanagertoknowalloftheprojectstakeholders,toknowtheirinterestsandconcernsabouttheproject,andtomanagerelationshipswiththemIntegrationmanagementpullstogetherinformationfromalloftheotherknowledgeareas2.Brieflydescribethestrategicplanningprocess,includingaSWOTanalysis.Whichprojectselectionmethod(s)doyouthinkorganizationsusemostoftenforjustifyinginformationtechnologyprojectsASWOTanalysisinvolvesidentifyingandevaluatinganorganizationsstrengths,weaknesses,opportunitiesandthreats.Aferidentifyingstrategicgoals,thenextstepintheplanningprocessforselectinginformaLiontechnologyprojectsistoperformabusinessareaanalysis.Thisanalysisoutlinesbusinessprocessesthatarecentraltoachievingstrategicgoalsandhelpsdeterminewhichonescouldmostbenefitfrominformationtechnology.Then,thenextstepistostartdefiningpotentialinformationtechnologyprojects,theirscorbenefits,andconstraints.Thelaststepintheplanningprocessforselectinginformationtechnologyprojectsischoosingwhichprojectstodoandassigningresourcesforworkingonthem.Answerswillvaryonthesecondpartofthequestion.Alloftheprojectsectionmethodsareused3.SummarizekeyworkinvolvedineachofthesixprocessesforprojectintegrationmanagementProjectintegrationmanagementincludesthefollowingprocessesDevelopingtheprojectcharterinvolvesworkingwithstakeholderstocreatethedocumentthatformallyauthorizesaproject.Projectcharterscanhavedifferentformats,buttheyshouldincludebasicprojectinformationandsignaturesofkeystakeholders.Developingtheprojectmanagementplaninvolvescoordinatingallplanningeffortstocreateaconsistentcoherentdocument--theprojectmanagementplan.ThemainpurposeofprojectplansistofacilitateactionDirectingandmanagingprojectexecutioninvolvescarryingouttheprojectplansbyperformingtheactivitiesincludedinitProjectplanexecutionshouldrequirethemajorityofaprojectsbudget.Monitoringandcontrollingprojectworkisneededtomeettheperformanceobjectivesoftheproject.TheprojectteamshouldcontinuouslymonitorprojectperformancetoassesstheoverallhealthoftheprojectPerformingintegratedchangecontrolinvolvescoordinatingchangesthataffecttheprojectsdeliverablesandorganizationalprocessassets.changecontrolsystemoftenincludesachangecontrolboard(CCB)configurationmanagement,andaprocessforcommunicatingchangesClosingtheprojectorphaseinvolvesfinalizingallprojectorphaseactivities.Itisimportanttofollowgoodprocedurestoensurethatallprojectactivitiesarecompletedandthattheprojectsponsoracceptsdeliveryofthefinalproducts,services,orresultsoftheproject.4.FitherfromyourownexperienceorbysearchingtheInternet,describeawell-plannedandexecutedproject.Describeadisastrousproject.Whatweresomeofthemaindifferencesbetweentheseprojects?Answerswillvary.Severalexamplesareprovidedinthetext,especiallyintheWhatWentrightandWrongsections5.Discusstheimportanceoffollowingawell-integratedchangecontrolprocessoninformationtechnologyprojects.Whatdoyouthinkofthesuggestionsmadeinthischapter?ThinkofthreeadditionalsuggestionsforintegratedchangecontroloninformationtechnologyprojectsInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲Answerswillvary.Oneanswermightbethatitisimportanttofollowagoodintegratedchangecontrolprocessoninformationtechnologyprojectstoavoidscopecreepincompatibilityproblems,andtomakeeffectiveuseofresourcesandnewtechnologies.Additionalsuggestionsformanagingintegratedchangeontrolmightincludelocatingkeyprojectstakeholders,assigninguserstoprojectteams,andprovidingteam-basedincentivesforeffectivelymanagingprojectchangesEXERCIES1.Writeaone-totwo-pagepaperbasedontheopeningcase.Answerthefollowingquestionsa.WhatdoyouthinktherealproblemwasinthiscasebDoesthecasepresentarealisticscenario?whyorwhynot?C.WasNickCarsonagoodprojectmanager?Whyorwhynot?d.whatcouldNickhavedonetobeabetterprojectmanager?e.Whatshouldtopmanagementhavedonetohelpnick?SOLUTION:AnswerswillvaryMakesurestudentsjustifytheirresponses.Forexample,theycouldsaythatnickwasagoodprojectmanagerbecausehegotthejobdone.Theycouldsayhewasnotagoodprojectmanagerbecausehewastootechnicalanddidnotgetalongwellwithseniormanagement.(NoteNickistheauthor,syoungerbrother,andeverythingexceptthelastlineofthecaseistotallytrue2.DownloadafreetrialofmindmappingsoftwareandcreateamindmapofaSWOTanalysisforyourorganizationoryourpersonallife.Includeatleasttwostrengths,weaknesses,opportunities,andthreatsandideasforatleastthreepotentialprojectsAnswerswillvary3.Usespreadsheetsoftwaretocreatefigures4-4through4-7inthistext.MakesureyourformulasworkcorrectlySeethefilesprovided4.PerformafinancialanalysisforaprojectusingtheformatprovidedinFigure4-5.Assumetheprojectedcostsandbenefitsforthisprojectarespreadoverfouryearsasfollows:Estimatedcostsare$200,000inyearIand$30,000eachyearinyears2,3,and4.EstimatedbenefitsareSOinyearIand$100,000eachyearinyears2,3,and4.Usea9percentdiscountrateandroundthediscountfactorstotwodecimalplaces.Createaspreadsheet(orusethebusinesscasefinancialstemplateprovidedonthecompanionWebsite)localculateandclearlydisplaythenpv,rol,andyearinwhichpaybackoccurs.Inaddition,writeaparagraphexplainingwhetheryouwouldrecommendinvestinginthisproject,basedonyourfinancialDiscountrat9.00%AssumetheprojectiscompletedinYearo023TotalCosts200,00030,00030.00030000Discountfactor1.000.920.840.77Discountedcosts200,00027,60025,20023,100275,900Benefits0100,000100,000100,000Discountfactor0.920.840.77Discountedbenefits092,00084,00077,000253,000Discountedbenefits-costs200.000644005880053900(22900)NPVCumulativebenefits-costs(20,00(135600)(76,800)(22,900)rolTheNPvandroiarebothnegative,andpaybackdoesnotoccur.Basedonthefinancials,thisprojectisnotagoodinvestment.5.CreateaweightedscoringmodeltodeterminegradesforacourseFinalgradesarebasedonthreeexamsworth20%0,15%,and25%o,respectively,homeworkisworth15%;andagroupprojectisworth25%Enterscoresforthreestudents.AssumeStudent1earns100%(or100)oneveryitem.AssumeStudent2earns70%ooneachoftheexams,80oonthehomework,and95%onthegroupproject.AssumeStudent3earns90%onExam1,80%onExam2,75%onExam3,80%onthehomework,and70%oonthegroupInformationTechnologyProjectManagement,SixthEdition学霸助手[xuebazhushou.com-课后答案期末试卷|复习提纲
2023/3/9 3:10:31 1001KB 项目管理
1
共 29 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡