官术网_书友最值得收藏!

JVM G1源碼分析和調優(yōu)
會員

G1是目前最成熟的垃圾回收器,已經廣泛應用在眾多公司的生產環(huán)境中。我們知道,CMS作為使用最為廣泛的垃圾回收器,也有令人頭疼的問題,即如何對其眾多的參數(shù)進行正確的設置。G1的目標就是替代CMS,所以在設計之初就希望降低程序員的負擔,減少人工的介入。但這并不意味著我們完全不需要了解G1的原理和參數(shù)調優(yōu)。筆者在實際工作中遇到過一些因參數(shù)設置不正確而導致GC停頓時間過長的問題。但要正確設置參數(shù)并不容易,這里涉及兩個方面:第一,需要對G1的原理熟悉,只有熟悉G1的原理才知道調優(yōu)的方向;第二,能分析和解讀G1運行的日志信息,根據(jù)日志信息找到G1運行過程中的異常信息,并推斷哪些參數(shù)可以解決這些異常。本書嘗試從G1的原理出發(fā),系統(tǒng)地介紹新生代回收、混合回收、FullGC、并發(fā)標記、Refine線程等內容;同時依托于jdk8u的源代碼介紹Hotspot如何實現(xiàn)G1,通過對源代碼的分析來了解G1提供了哪些參數(shù)、這些參數(shù)的具體意義;最后本書還設計了一些示例代碼,給出了G1在運行這些示例代碼時的日志,通過日志分析來嘗試調整參數(shù)并達到性能優(yōu)化,還分析了參數(shù)調整可能帶來的負面影響。

彭成寒 ·程序設計 ·10.8萬字

Python GUI設計:tkinter菜鳥編程
會員

這是國內首先使用tkinter設計GUI的中文Python書籍之一。本書主要講解如何在窗口內使用Python的內部模塊tkinter設計圖形用戶接口(GUI)程序,使用戶可以利用圖形接口與計算機溝通。tkinter模塊是一個跨平臺的窗口應用程序,使用它設計的程序未來可以在Windows、Mac、Linux系統(tǒng)上執(zhí)行。Python的tkinter模塊內部有許多Widget(可以翻譯為控件或組件或部件),有了這些Widget就可以設計出所有與圖形接口相關的程序應用。本書介紹的tkinter模塊Widget包括Button(按鈕)、Canvas(畫布)、Checkbutton(選項鈕)、Entry(文本框)、Frame(框架)、Label(卷標)、LabelFrame(卷標框架)、Listbox(窗體)、Menu(菜單)、MenuButton(單選按鈕)、Message(信息)、OptionMenu(下拉式窗體)、PanedWindow(面板)、RadioButton(選項鈕)、Scale(滾動條值控制)、Scrollbar(滾動條)、Spinbox(可微調輸入控件)、Text(文字區(qū)域)、TopLevel(上層窗口)。此外,本書還介紹了與tkinter模塊設計應用有關的變量類別(VariableClasses)與事件綁定(EventsandBinds)概念。為了詳細講解GUI設計,本書共使用了約270個程序實例,詳細解析各種Widget的用法,同時也將應用擴充到設計文字編輯程序、計算器、動畫與相關的游戲設計中。相信讀者學完本書可以輕松將GUI知識應用到未來職場,成為一位稱職的軟件工程師,并成為Python領域的高手。

洪錦魁 ·程序設計 ·5.8萬字

Solutions Architect's Handbook
會員

FromfundamentalsanddesignpatternstothedifferentstrategiesforcreatingsecureandreliablearchitecturesinAWScloud,learneverythingyouneedtobecomeasuccessfulsolutionsarchitectKeyFeatures*Createsolutionsandtransformbusinessrequirementsintotechnicalarchitecturewiththispracticalguide*Understandvariouschallengesthatyoumightcomeacrosswhilerefactoringormodernizinglegacyapplications*Delveintosecurityautomation,DevOps,andvalidationofsolutionarchitectureBookDescriptionBecomingasolutionsarchitectgivesyoutheflexibilitytoworkwithcutting-edgetechnologiesanddefineproductstrategies.Thishandbooktakesyouthroughtheessentialconcepts,designprinciplesandpatterns,architecturalconsiderations,andallthelatesttechnologythatyouneedtoknowtobecomeasuccessfulsolutionsarchitect.Thisbookstartswithaquickintroductiontothefundamentalsofsolutionarchitecturedesignprinciplesandattributesthatwillassistyouinunderstandinghowsolutionarchitecturebenefitssoftwareprojectsacrossenterprises.You'lllearnwhatacloudmigrationandapplicationmodernizationframeworklookslike,andwillusemicroservices,event-driven,cache-based,andserverlesspatternstodesignrobustarchitectures.You'llthenexplorethemainpillarsofarchitecturedesign,includingperformance,scalability,costoptimization,security,operationalexcellence,andDevOps.Additionally,you'llalsolearnadvancedconceptsrelatingtobigdata,machinelearning,andtheInternetofThings(IoT).Finally,you'llgettogripswiththedocumentationofarchitecturedesignandthesoftskillsthatarenecessarytobecomeabettersolutionsarchitect.Bytheendofthisbook,you'llhavelearnedtechniquestocreateanefficientarchitecturedesignthatmeetsyourbusinessrequirements.Whatyouwilllearn*Explorethevariousrolesofasolutionsarchitectandtheirinvolvementintheenterpriselandscape*Approachbigdataprocessing,machinelearning,andIoTfromanarchitect'sperspectiveandunderstandhowtheyfitintomodernarchitecture*Discoverdifferentsolutionarchitecturepatternssuchasevent-drivenandmicroservicepatterns*Findwaystokeepyourselfupdatedwithnewtechnologiesandenhanceyourskills*Modernizelegacyapplicationswiththehelpofcloudintegration*GettogripswithchoosinganappropriatestrategytoreducecostWhothisbookisforThisbookisforsoftwaredevelopers,systemengineers,DevOpsengineers,architects,andteamleadersworkingintheinformationtechnologyindustrywhoaspiretobecomesolutionsarchitectprofessionals.Agoodunderstandingofthesoftwaredevelopmentprocessandgeneralprogrammingexperiencewithanylanguagewillbeuseful.

Saurabh Shrivastava Neelanjali Srivastav Kamal Arora ·程序設計 ·13.2萬字

QQ閱讀手機版

主站蜘蛛池模板: 肃北| 博爱县| 屏边| 鄯善县| 青田县| 开江县| 杭锦旗| 手游| 通榆县| 茶陵县| 理塘县| 潞西市| 都兰县| 景谷| 博湖县| 麻江县| 西城区| 鹤庆县| 申扎县| 黔西县| 九龙县| 陆河县| 星子县| 和龙市| 鸡西市| 旬阳县| 汶川县| 南平市| 望奎县| 晋州市| 大港区| 西平县| 杨浦区| 邛崃市| 扶余县| 乐都县| 青州市| 任丘市| 咸丰县| 同仁县| 延边|