Thisbookisforeveryonewhoneedstotesttheweb.Asatester,you'llautomateyourtests.Asadeveloper,you'llbuildmorerobustsolutions.Andasateam,you'llgainavocabularyandameanstocoordinatehowtowriteandorganizeautomatedtestsfortheweb.Followthetestingpyramidandle
2024/6/24 9:29:03 14.98MB Web Tester
1
大学4年收集了不少好的电子书,这些都是经典中的经典,没什么好说的,快下载吧。
我的资源,你们可以转载。
对于书籍,其版权归原书作者。
源代码,你们可以修改完善,二次开发。
计算机的书最好看国外的教材,因为比较经典的教材都是国外的,而且尽量看英文原版的,如果一个人永远不接触英文原版,那么他的信息接受必定比别人慢,无形中落后很多。
我建议如果你有一定外语基础其实就是学过英语,一定要坚持看英文原版或是影印版教材。
再说MSDN很多部分是英文不是吗?大学要过四级、六级,各种课程也比较多,所以要把两者结合起来,才能花的时间少,而把英语学好。
本书为英文原版提升你的职业技术水平为我国计算机事业做出更多的贡献。
2024/6/23 13:50:24 6.2MB .net C# 教程 编程
1
opengl20面体#include#defineX.525731112119133606#defineZ.850650808352039932staticGLfloatvdata[12][3]={//各顶点坐标{-X,0.0,Z},{X,0.0,Z},{-X,0.0,-Z},{X,0.0,-Z},{0.0,Z,X},{0.0,Z,-X},{0.0,-Z,X},{0.0,-Z,-X},{Z,X,0.0},{-Z,X,0.0},{Z,-X,0.0},{-Z,-X,0.0},};staticGLuinttindices[20][3]={//构成各面(三角形)的顶点索引{1,4,0},{4,9,0},{4,5,9},{8,5,4},{1,8,4},{1,10,8},{10,3,8},{8,3,5},{3,2,5},{3,7,2},{3,10,7},{10,6,7},{6,11,7},{6,0,11},{6,1,0},{10,1,6},{11,0,9},{2,11,9},{5,2,9},{11,2,7},};voiddisplay(){glClear(GL_COLOR_BUFFER_BIT);glBegin(GL_TRIANGLES);for(inti=0;i<20;++i){glColor3f(1.0,1.0,i*1.0/20);//颜色设置glVertex3fv(&vdata;[tindices[i][0]][0]);glVertex3fv(&vdata;[tindices[i][1]][0]);glVertex3fv(&vdata;[tindices[i][2]][0]);}glEnd();glFlush();}voidinit(){glClearColor(0.0,0.0,0.0,0.0);}intmain(intargc,char**argv){glutInit(&argc;,argv);glutInitDisplayMode(GLUT_SINGLE|GLUT_RGB);glutInitWindowSize(250,250);glutInitWindowPosition(100,100);glutCreateWindow("Polygon");init();glutDisplayFunc(display);glutMainLoop();return0;}
2024/6/21 7:15:38 749B opengl 20面体
1
voidpresetSingleRegister(void) //设置单个寄存器{ U8addr; U8tempAddr; U8setCount; U16crcData; U16tempData; //addr=(receBuf[2]8; sendBuf[3]=addr&0xff; sendBuf[4]=receBuf[4]; sendBuf[5]=receBuf[5]; setCount=6; //共6个字节 crcData=crc16(sendBuf,6); sendBuf[6]=crcData>>8; sendBuf[7]=crcData&0xff; sendCount=8; beginSend();}//设置多个寄存器voidpresetMultipleRegisters(void){ UINT8addr; UINT8tempAddr; UINT8byteCount; UINT8setCount; UINT16crcData; UINT16tempData; UINT8i; //addr=(receBuf[2]8; sendBuf[3]=addr&0xff; sendBuf[4]=setCount>>8; sendBuf[5]=setCount&0xff; crcData=crc16(sendBuf,6); sendBuf[6]=crcData>>8; sendBuf[7]=crcData&0xff; sendCount=8; beginSend();}码
2024/6/16 13:03:24 8.16MB modbus
1
InATourofC++,SecondEdition,BjarneStroustrup,thecreatorofC++,describeswhatconstitutesmodernC++.Thisconcise,self-containedguidecoversmostmajorlanguagefeaturesandthemajorstandard-librarycomponents—not,ofcourse,ingreatdepth,buttoalevelthatgivesprogrammersameaningfuloverviewofthelanguage,somekeyexamples,andpracticalhelpingettingstarted.StroustruppresentstheC++featuresinthecontextoftheprogrammingstylestheysupport,suchasobject-orientedandgenericprogramming.Histourisremarkablycomprehensive.Coveragebeginswiththebasics,thenrangeswidelythroughmoreadvancedtopics,includingmanythatarenewinC++17,suchasmovesemantics,uniforminitialization,lambdaexpressions,improvedcontainers,randomnumbers,andconcurrency.ThetourevencoverssomeextensionsbeingmadeforC++20,suchasconceptsandmodules,andendswithadiscussionofthedesignandevolutionofC++.Thisguidedoesnotaimtoteachyouhowtoprogram(forthat,seeStroustrup’sProgramming:PrinciplesandPracticeUsingC++,SecondEdition),norwillitbetheonlyresourceyou’llneedforC++mastery(forthat,seeStroustrup’sTheC++ProgrammingLanguage,FourthEdition,andrecommendedonlinesources).If,however,youareaCorC++programmerwantinggreaterfamiliaritywiththecurrentC++language,oraprogrammerversedinanotherlanguagewishingtogainanaccuratepictureofthenatureandbenefitsofmodernC++,youcan’tfindashorterorsimplerintroductionthanthistourprovides.
12.6MB c++17
1
Go-api模板快速创建基于回声的api项目入门设置环境GOPROXY创建一个新项目将github.com/relax-space/go-api重命名为xxx/xxx/your-project-name将go-api重命名为your-project-name跑$docker-compose-f.\example\docker-compose.ymlup-d$gorun.访问访问招摇查看日志下载开始使用者./kafka-console-consumer.bat--bootstrap-serverlocalhost:9092--from-beginning--topicbehaviorlog请求一个api,例如:消费者将接受信息{"action_id":"d14b340b-7b68-11ea
2024/6/3 2:29:05 37KB Go
1
原则英文版,总页数为586页,是完整的,此版本是我付费在别的网站上下载的ThankyoufordownloadingthisSimonSchusterebookGetaFreeebookwhenyoujoinourmailinglist.Plus,getupdatesonnewreleases,dealsrecommendedreads,andmorefromSimonSchusterClickbelowtosignupandseetermsandconditionsCLICKHERETOSIGNUPAlreadyasubscriber?Provideyouremailagainsowecanregisterthisebookandsendyoumoreofwhatyouliketoread.YouwillcontinuetoreceiveexclusiveoffersinyourinboxPRINCIPLESRAYDALIOsiMonSCHUSTERNEWYORKLONDONTORONTOSYDNEYNEWDELHIPARTIW豆EREIMCOMIINGFRON1MyCalltoAdventure:1949-19672CrossingtheThreshold:1967-19793MyAbyss:1979-19824MyRoadofTrials:1983-19945TheUltimateBoon:1995-20106ReturningtheBoon:2011-20157MyLastYearandMyGreatestChallenge:2016-20178LookingBackfromaHigherLevelPARTIILIFEPRINCIPLES1EmbraceRealityandDealwithIt2Usethe5-StepProcesstoGetWhatYouWantOutofLife3BeRadicallyOpen-Minded4UnderstandThatPeopleAreWiredVeryDifferently5LearnHowtoMakeDecisionsEffectivelyLifePrinciples:PuttingItAllTogetherSummaryandTableoflifePrinciplesPARTIIIWORKPRINCIPLESSummaryandTableofWorkPrinciplesTOGETTHECULTURERIGHT1TrustinRadicalTruthandRadicalTransparency2CultivateMeaningfulWorkandMeaningfulRelationships3CreateaCultureinWhichItIsOkaytoMakeMistakesandUnacceptableNottoLearnoem4GetandStayinSync5BelievabilityWeightYourDecisionMaking6RecognizeHowtoGetBeyondDisagreementsTOGETTHEPEOPLERIGHT7RememberThattheWHOIsMoreImportantthantheWhat8HireRight,BecausethePenaltiesforHiringWrongAreHuge9ConstantlyTrain,Test,Evaluate,andSortPeopleTOBUILDANDEVOLVEYOURMACHINE10ManageasSomeoneOperatingaMachinetoAchieveagoal11PerceiveandDon'tTolerateproblems12DiagnoseProblemstoGetatTheirrootcauses13DesignImprovementstoYourMachinetoGetAroundYourProblems14DoWhatYouSetOuttodo15USeToolsandProtocolstoShapeHowWorkIsDone16AndforHeaven'sSakeDontOverlookGovernanceWorkPrinciples:PuttingItAllTogetherACKNOWLEDGMENTSABOUTTHEAUTHORCONCLUSIONAPPENDIX.TOOLSANDPROTOCOLSFORBRIDGEWATERSIDEAMERITOCRACYBIBLIOGRAPHYINDEXToBarbara.thehalfmewhohasmademewholeformorethanfortyyearsINTRODUCTIONBeforeibegintellingyouwhatIthink,IwanttoestablishthatI'ma"dumbshit'whodoesntknowmuchrelativetowhatineedtoknowWhateversuccessI'vehadinlifehashadmoretodowithmyknowinghowtodealwithmynotknowingthananythingIknow.ThemostimportantthingIlearnedisanapproachtolifebasedonprinciplesthathelpsmefindoutwhat'strueandwhattodoaboutitI'mpassingalongtheseprinciplesbecauseiamnowatthestageinmylifewhichIwanttohelpothersbesuccessfulratherthantobemoresuccessfulmyself.Becausetheseprincipleshavehelpedmeandotherssomuch,Iwanttosharethemwithyou.It'suptoyoutodecidehowvaluabletheyreallyareandwhat,ifanythingyouwanttodowiththemPrinciplesarefundamentaltruthsthatserveasthefoundationsforbehaviorthatgetsyouwhatyouwantoutoflife.TheycanbeappliedagainandagaininsimilarsituationstohelpyouachieveyourgoalsEveryday,eachofusisfacedwithablizzardofsituationswemustrespondto.Withoutprincipleswewouldbeforcedtoreacttoallthethingslifethrowsatusindividually,asifwewereexperiencingeachofthemforthefirsttime.Ifinsteadweclassifythesesituationsintotypesandhavegoodprinciplesfordealingwiththemwewillmakebetterdecisionsmorequicklyandhavebetterlivesasaresult.Havingagoodsetofprinciplesislikehavingagoodcollectionofrecipesforsuccess.Allsuccessfulpeopleoperatebyrinciplesthathelpthembesuccessful,thoughwhattheychoosetobesuccessfulatvariesenormouslysotheirprinciplesvarTobeprincipledmeanstoconsistentlyoperatewithprinciplesthatcanbeclearlyexplained.Unfortunately,mostpeoplecantdothat.Andit'sveryrareforpeopletowritetheirprinciplesdownandsharethemThatisashame.IwouldlovetoknowwhatprinciplesguidedAlbertEinstein,SteveJobsWinstonChurchill,LeonardodaVinci,andotherssoIcouldclearlyunderstandwhattheyweregoingafterandhowtheyachieveditandcouldcomparetheirdifferentapproaches.I'dliketoknowwhichprinciplesaremostimportanttothepoliticianswhowantmetovoteforthemandtoalltheotherpeoplewhosedecisionsaffectme.Dowehavecommonprinciplesthatbindustogether-asafamly,asacommunity,asanation,asfriendsacrossnations?O1dowehaveopposingprinciplesthatdivideus?whatarethey?letsbespecificThisisatimewhenitisespeciallyimportantforustobeclearaboutourprinciplesMyhopeisthatreadingthisbookwillpromptyouandotherstodiscoveryourownprinciplesfromwhereveryouthinkisbestandideallywritetheedown.Doingthatwillallowyouandotherstobeclearaboutwhatyourprinciplesareandunderstandeachotherbetter.Itwillallowyoutoretinethemasyouencountermoreexperiencesandtoreflectonthem,whichwillhelpyoumakebetterdecisionsandbebetterunderstoodHAVINGYOUROWNPRINCIPLESWecomebyourprinciplesindifferentways.Sometimeswegainthemthroughourownexperiencesandreflections.Sometimesweacceptthemfromothers,likeourparents,orweadoptholisticpackagesofprinciples,suchasthoseofreligionsandlegalframeworksBecauseweeachhaveourowngoalsandourownnatures,eachofusmustchooseourownprinciplestomatchthem.Whileitisntnecessarilyabadthingtouseothers'principles,adoptingprincipleswithoutgivingthemmuchthoughtcanexposeyoutotheriskofactinginwaysinconsistentwithyourgoalsandyournature.Atthesametime,you,likeme,probablydontknoweverythingyouneedtoknowandwouldbewisetoembracethatfact.Ifyoucanthinkforyourselfwhilebeingopen-mindedinaclearheadedwaytofindoutwhatisbestforyoutodo,andifyoucansummonupthecouragetodoityouwillmakethemostofyourlife.Ifyoucantdothat,youshouldreflectonwhythatis,becausethat'smostlikelyyourgreatestimpedimenttogettingmoreofwhatyouwantoutoflifeThatbringsmetomyfirstprincipleThinkforyourselftodecide1,whatyouwant,2ywhatistrue,and3,whatyoushoulddotoachieve#1inlightof#2anddothatwithhumilityandopen-mindednesssothatyouconsiderthebestthinkingavailabletoyou.Beingclearonyourprinciplesisimportantbecausetheywillaffectallaspectsofyourlife,manytimesaday.Forexample,whenyouenterintorelationshipswithothers,yourprinciplesandtheirprincipleswilldeterminehowyouinteract.Peoplewhohavesharedvaluesandprinciplesgetlong.Peoplewhodontwillsufferthroughconstantmisunderstandingsandconflicts.Thinkaboutthepeopleyouareclosestto:Aretheirvaluesalignedwithyours?Doyouevenknowwhattheirvaluesorprinciplesare?Tooofteninrelationships,people'sprinciplesarentclear.ThisisespeciallyproblematicinorganizationswherepeopleneedtohavesharedprinciplestobesuccessfulBeingcrystalclearaboutmyprinciplesiswhyIlaboredsomuchovereverysentenceinthisbookTheprinciplesyouchoosecanbeanythingyouwantthemtobeaslongastheyareauthentic--i.e,aslongastheyreflectyourtruecharacterandvalues
2024/5/6 16:18:33 6.58MB 工作 生活
1
ReviewFromthereviews:"Thebookisdevotedtopublickeycryptography,whoseprincipalgoalistoallowtwoormorepeopletoexchangeconfidentialinformation….Thematerialisverywellorganized,anditisself-contained:noprerequisitesinhighermathematicsareneeded.Infact,everythingisexplainedandcarefullycovered….thereisabundanceofexamplesandproposedexercisesattheendofeachchapter.…Thisbookisidealasatextbookforacourseaimedatundergraduatemathematicsorcomputersciencestudents."(FabioMainardi,TheMathematicalAssociationofAmerica,October,2008)"Thisbookfocusesonpublickeycryptography….Hoffstein,Pipher,andSilverman…provideathoroughtreatmentofthetopicswhilekeepingthematerialaccessible.…Thebookusesexamplesthroughoutthetexttoillustratethetheorems,andprovidesalargenumberofexercises….Thevolumeincludesanicebibliography.…SummingUp:Highlyrecommended.Upper-divisionundergraduatethroughprofessionalcollections."(C.Bauer,Choice,Vol.46(7),March,2009)"Formostundergraduatestudentsinmathematicsorcomputerscience(CS),mathematicalcryptographyisachallengingsubject.…itiswritteninawaythatmakesyouwanttokeepreading.…Theauthorsofficiallytargetedthebookforadvancedundergraduateorbeginninggraduatestudents.Ibelievethatthisaudienceisappropriate.…itcouldevenbeusedwithstudentswhoarejustlearninghowtoexecuterigorousmathematicalproofs.…Istronglybelievethatitfindstherighttonefortoday’sstudents…."(BurkhardEnglert,ACMComputingReviews,March,2009)"Theexercisesandtextwouldmakeanexcellentcourseforundergraduateindependentstudy.…Thisisanexcellentbook.Hoffstein,PipherandSilvermanhavewrittenasgoodabookasispossibletoexplainpublickeycryptography.…Thisbookwouldprobablybebestsuitedforagraduatecoursethatfocusedonpublickeycryptography,forunder
2024/5/2 18:28:21 7.38MB 密码学
1
Ogre3d1.7beginnerGuide源码OgreOgre3D初学者指南
2024/4/24 12:23:40 92KB Ogre 3D初学者指南
1
ExploratoryDataAnalysisUsingRprovidesaclassroom-testedintroductiontoexploratorydataanalysis(EDA)andintroducestherangeof"interesting"–good,bad,andugly–featuresthatcanbefoundindata,andwhyitisimportanttofindthem.ItalsointroducesthemechanicsofusingRtoexploreandexplaindata.Thebookbeginswithadetailedoverviewofdata,exploratoryanalysis,andR,aswellasgraphicsinR.Itthenexploresworkingwithexternaldata,linearregressionmodels,andcraftingdatastories.ThesecondpartofthebookfocusesondevelopingRprograms,includinggoodprogrammingpracticesandexamples,workingwithtextdata,andgeneralpredictivemodels.Thebookendswithachapteron"keepingitalltogether"thatincludesmanagingtheRinstallation,managingfiles,documenting,andanintroductiontoreproduciblecomputing.Thebookisdesignedforbothadvancedundergraduate,entry-levelgraduatestudents,andworkingprofessionalswithlittletonopriorexposuretodataanalysis,modeling,statistics,orprogramming.itkeepsthetreatmentrelativelynon-mathematical,eventhoughdataanalysisisaninherentlymathematicalsubject.Exercisesareincludedattheendofmostchapters,andaninstructor'ssolutionmanualisavailable.AbouttheAuthor:RonaldK.PearsonholdsthepositionofSeniorDataScientistwithGeoVera,apropertyinsurancecompanyinFairfield,California,andhehaspreviouslyheldsimilarpositionsinavarietyofapplicationareas,includingsoftwaredevelopment,drugsafetydataanalysis,andtheanalysisofindustrialprocessdata.HeholdsaPhDinElectricalEngineeringandComputerSciencefromtheMassachusettsInstituteofTechnologyandhaspublishedconferenceandjournalpapersontopicsrangingfromnonlineardynamicmodelstructureselectiontotheproblemsofdisguisedmissingdatainpredictivemodeling.Dr.Pearsonhasauthoredorco-authoredbooksincludingExploringDatainEngineeri
2024/4/15 6:21:36 4.84MB r语言 数据分析 英文
1
共 173 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡