自己使用nexus搭建了一个maven私服,发现过半个月就要用邮箱注册一个license,一个邮箱还只能注册一次,所以自己针对nexus2.14做了下破解,因为我本地的版本是2.14版本的,其他的版本没测试过(替换路径:nexus-professional-2.14.2-01\nexus\WEB-INF\lib)
2024/4/12 15:30:44 126KB nexus2.14 nexus maven
1
Acrobat8.1.2Professional激活方法及注册机Acrobat8.1.2Professional激活方法及注册机Acrobat8.1.2Professional激活方法及注册机
1
基本信息原书名:EffectiveC++:55SpecificWaystoImproveYourProgramsandDesigns(3rdEdition)原出版社:Addison-WesleyProfessional作者:(美)ScottMeyers译者:侯捷丛书名:传世经典书丛出版社:电子工业出版社ISBN:9787121123320出版日期:2011年1月开本:16开页码:336版次:3-1编辑本段编辑推荐传承大师智慧领悟技术本真经典名著翻译良品典藏不二之选编辑本段内容简介有人说c++程序员可以分为两类,读过effectivec++的和没读过的。
世界顶级c++大师scottmeyers成名之作的第三版的确当得起这样的评价。
当您读过这本书之后,就获得了迅速提升自己c++功力的一个契机。
在国际上,本书所引起的反响,波及整个计算机技术的出版领域,余音至今未绝。
几乎在所有c++书籍的推荐名单上,本书都会位于前三名。
作者高超的技术把握力、独特的视角、诙谐轻松的写作风格、独具匠心的内容组织,都受到极大的推崇和仿效。
这种奇特的现象,只能解释为人们对这本书衷心的赞美和推崇。
这本书不是读完一遍就可以束之高阁的快餐读物,也不是用以解决手边问题的参考手册,而是需要您去反复阅读体会的,c++是真正程序员的语言,背后有着精深的思想与无以伦比的表达能力,这使得它具有类似宗教般的魅力。
希望这本书能够帮您跨越c++的重重险阻,领略高处才有的壮美风光,做一个成功而快乐的c++程序员。
编辑本段作译者ScottMeyers是全世界最知名的C++软件开发专家之一。
他是畅销书《EffectiveC++》系列(EffectiveC++,MoreEffectiveC++,EffectiveSTL)的作者,又是创新产品《EffectiveC++CD》的设计者和作者,也是Addison-Wesley的“EffectiveSoftwareDevelopmentSeries”顾问编辑,以及《SoftwareDevelopment》杂志咨询板成员。
他也为若干新公司的技术咨询板提供服务。
Meyers于1993年自Brown大学获得计算机博士学位。
侯捷是计算机技术书籍的作家、译者、书评人编辑本段目录译序vii中英简繁术语对照ix目录xvii序言xxi致谢xxiii导读11让自己习惯c++11accustomingyourselftoc++11条款01:视c++为一个语言联邦11viewc++asafederationoflanguages11条款02:尽量以const,enum,inline替换#define13preferconsts,enums,andinlinesto#defines13条款03:尽可能使用const17useconstwheneverpossible17条款04:确定对象被使用前已先被初始化26makesurethatobjectsareinitializedbeforethey'reused262构造/析构/赋值运算34constructors,destructors,andassignmentoperators34条款05:了解c++默默编写并调用哪些函数34knowwhatfunctionsc++silentlywritesandcalls34条款06:若不想使用编译器自动生成的函数,就该明确拒绝37explicitlydisallowtheuseofcompiler-generatedfunctionsyoudonotwant37条款07:为多态基类声明virtual析构函数40declaredestructorsvirtualinpolymorphicbaseclasses40条款08:别让异常逃离析构函数44preventexceptionsfromleavingdestructors44条款09:绝不在构造和析构过程中调用virtual函数48nevercallvirtualfunctionsduringconstructionordestruction48条款10:令operator=返回一个referenceto*this52haveassignmentoperatorsreturnareferenceto*this
2024/4/1 5:49:43 645KB Effective c++
1
Idealforgraduateandseniorundergraduatecoursesincomputerarithmeticandadvanceddigitaldesign,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,providesabalanced,comprehensivetreatmentofcomputerarithmetic.Itcoverstopicsinarithmeticunitdesignandcircuitimplementationthatcomplementthearchitecturalandalgorithmicspeeduptechniquesusedinhigh-performancecomputerarchitectureandparallelprocessing.Usingaunifiedandconsistentframework,thetextbeginswithnumberrepresentationandproceedsthroughbasicarithmeticoperations,floating-pointarithmetic,andfunctionevaluationmethods.Laterchapterscoverbroaddesignandimplementationtopics-includingtechniquesforhigh-throughput,low-power,fault-tolerant,andreconfigurablearithmetic.Anappendixprovidesahistoricalviewofthefieldandspeculatesonitsfuture.Anindispensableresourceforinstruction,professionaldevelopment,andresearch,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,combinesbroadcoverageoftheunderlyingtheoriesofcomputerarithmeticwithnumerousexamplesofpracticaldesigns,worked-outexamples,andalargecollectionofmeaningfulproblems.Thissecondeditionincludesanewchapteronreconfigurablearithmetic,inordertoaddressthefactthatarithmeticfunctionsareincreasinglybeingimplementedonfield-programmablegatearrays(FPGAs)andFPGA-likeconfigurabledevices.Updatedandthoroughlyrevised,thebookoffersnewandexpandedcoverageofsaturatingaddersandmultipliers,truncatedmultipliers,fusedmultiply-addunits,overlappedquotientdigitselection,bipartiteandmultipartitetables,reversiblelogic,dotnotation,modulararithmetic,Montgomerymodularreduction,divisionbyconstants,IEEEfloating-pointstandardformats,andintervalarithmetic.Features:*Dividedinto28lecture-sizechapters*Emphasizesboththeunderlyingtheoriesofcomputerarithmeticandactua
2024/3/24 20:18:29 8.14MB Computer Arithmetic Algorithms
1
AutoVueSolidModelProfessional号称支持打开500种以上的CAD/CAE/CAM软件所生成的文件格式亲自安装测试,能够打开最新版本的零件三维文件由于现在OracleAutoVue已经升级到20.2.2上,永久破解版本因为本站大小有限制不好意思,只能分成四个包了。
2024/3/15 8:49:14 38.36MB AutoVue 浏览器
1
KoreographerProfessionalEdition1.5.0专业版Unity验证版本2018.3.2音乐游戏开发插件
2024/3/15 4:14:29 12.6MB Koreographer 1.5.0 Unity Pro
1
BeginningPHPandMySQL:FromNovicetoProfessional,FourthEditionisamajorupdateofW.JasonGilmore'sauthoritativebookonPHPandMySQL.ThefourtheditionincludescompletecoverageofPHP5.3features,includingnamespacing,anupdateofAMPstackinstallationandconfiguration,updatest
2024/3/14 8:26:03 6.07MB php mysql beginning
1
JavaEE设计模式ProfessionalJavaEEDesignPatterns
2024/3/11 15:54:27 16.31MB Java EE Java 设计模式
1
ProfessionalAndroidApplicationDevelopment(中文版)
2024/3/4 0:11:15 45.18MB 大s
1
ProductDetailsPaperback:384pagesPublisher:Addison-WesleyProfessional;1edition(May19,2006)Language:EnglishISBN-10:0321349601ISBN-13:978-0321349606--------------------------------------------"IwasfortunateindeedtohaveworkedwithafantasticteamonthedesignandimplementationoftheconcurrencyfeaturesaddedtotheJavaplatforminJava5.0andJava6.Nowthissameteamprovidesthebestexplanationyetofthesenewfeatures,andofconcurrencyingeneral.Concurrencyisnolongerasubjectforadvancedusersonly.EveryJavadevelopershouldreadthisbook."--MartinBuchholzJDKConcurrencyCzar,SunMicrosystems"Forthepast30years,computerperformancehasbeendrivenbyMoore'sLaw;fromnowon,itwillbedrivenbyAmdahl'sLaw.Writingcodethateffectivelyexploitsmultipleprocessorscanbeverychallenging.JavaConcurrencyinPracticeprovidesyouwiththeconceptsandtechniquesneededtowritesafeandscalableJavaprogramsfortoday's--andtomorrow's--systems."--DoronRajwanResearchScientist,IntelCorp"Thisisthebookyouneedifyou'rewriting--ordesigning,ordebugging,ormaintaining,orcontemplating--multithreadedJavaprograms.Ifyou'veeverhadtosynchronizeamethodandyouweren'tsurewhy,youoweittoyourselfandyouruserstoreadthisbook,covertocover."--TedNewardAuthorofEffectiveEnterpriseJava"Brianaddressesthefundamentalissuesandcomplexitiesofconcurrencywithuncommonclarity.Thisbookisamust-readforanyonewhousesthreadsandcaresaboutperformance."--KirkPepperdineCTO,JavaPerformanceTuning.com"Thisbookcoversaverydeepandsubtletopicinaveryclearandconciseway,makingittheperfectJavaConcurrencyreferencemanual.Eachpageisfilledwiththeproblems(andsolutions!)thatprogrammersstrugglewitheveryday.EffectivelyexploitingconcurrencyisbecomingmoreandmoreimportantnowthatMoore'sLawisdeliveringmorecore
2024/2/26 0:53:57 978KB Java Concurrency in Practice
1
共 167 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡