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

Java程序員面試筆試通關寶典
會員

《Java程序員面試筆試通關寶典》通過深入解析企業面試與筆試真題,在解析過程中結合職業需求深入地融入并擴展了Java核心編程技術?!禞ava程序員面試筆試通關寶典》是專門為Java程序員求職和提升核心編程技能量身打造的編程技能學習與求職用書。全書共10章。首先講解了求職者在面試過程中的禮儀和技巧,接著帶領讀者學習Java的基礎知識,并深入講解了字符串、泛型和集合以及數組等核心編程技術。同時還深入探討了在Java開發中的異常處理、正則表達式和線程等高級應用技術。最后,對Java中的Servlet和框架技術進行了擴展性介紹。《Java程序員面試筆試通關寶典》多角度、全方位地竭力幫助讀者快速掌握Java程序員的面試及筆試技巧,構建從高校到社會與企業的就職橋梁,讓有志于從事Java程序員行業的讀者輕松步入職場。另外,《Java程序員面試筆試通關寶典》贈送資源比較多,我們在《Java程序員面試筆試通關寶典》前言部分對資源包的具體內容、獲取方式以及使用方法等做了詳細說明?!禞ava程序員面試筆試通關寶典》適合想從事Java程序員行業或即將參加Java程序員面試求職的讀者閱讀,也可作為計算機相關專業畢業生的求職指導用書。

聚慕課教育研發中心編著 ·程序設計 ·12.8萬字

Microsoft Office 365 Administration Cookbook
會員

MakethemostoutofyourinvestmentinOffice365appsandserviceswiththisMicrosoftOfficecookbookKeyFeatures*LearnhowtomanageandsecuretheentireOffice365stackinadditiontospecificservices*DelveintonewerandfrequentlyshiftingareassuchasPowerPlatform,MicrosoftTeams,andMicrosoftSearchadministration*DiscovercarefullyselectedtechniquesthatcoverarangeofadministrativetasksofvaryingdifficultylevelsBookDescriptionOrganizationsacrosstheworldhaveswitchedtoOffice365toboostworkplaceproductivity.However,tomaximizeinvestmentinOffice365,youneedtoknowhowtoefficientlyadministerOffice365solutions.MicrosoftOffice365AdministrationCookbookispackedwithrecipestoguideyouthroughcommonandnot-so-commonadministrativetasksthroughoutOffice365.Whetheryou’readministeringasingleappsuchasSharePointororganization-wideSecurity&ComplianceacrossOffice365,thiscookbookoffersavarietyofrecipesthatyou’llwanttohavetohand.Thebookbeginsbycoveringessentialsetupandadministrationtasks.You’lllearnhowtomanagepermissionsforusersandusergroupsalongwithautomatingroutineadmintasksusingPowerShell.You’llthenprogressthroughtomanagingcoreOffice365servicessuchasExchangeOnline,OneDrive,SharePointOnline,andAzureActiveDirectory(AD).Thisbookalsofeaturesrecipesthat’llhelpyoutomanagenewerservicessuchasMicrosoftSearch,PowerPlatform,andMicrosoftTeams.Inthefinalchapters,you’lldelveintomonitoring,reporting,andsecuringyourOffice365services.Bytheendofthisbook,you’llhavelearnedaboutmanagingindividualOffice365servicesalongwithmonitoring,securing,andoptimizingyourentireOffice365deploymentefficiently.Whatyouwilllearn*GettogripswithbasicOffice365setupandroutineadministrationtasks*ManageOffice365identitiesandgroupsefficientlyandsecurely*HarnessthecapabilitiesofPowerShelltoautomatecommonadministrativetasks*ConfigureandmanagecoreOffice365servicessuchasExchangeOnline,SharePoint,andOneDrive*Configureandadministerfast-evolvingservicessuchasMicrosoftSearch,PowerPlatform,MicrosoftTeams,andAzureAD*GetupandrunningwithadvancedthreatprotectionfeaturesprovidedbytheMicrosoft365Security&ComplianceCenter*Protectyourorganization’ssensitivedatawithOffice365DataLossPrevention*MonitoractivitiesandbehaviorsacrossallOffice365servicesWhothisbookisforThisbookisfornewerOffice365administratorsandITprosalike,andcomeswithrecipesofvaryingdifficultylevelsalongwithstep-by-stepguidance.WhetheryouarenewtoOffice365administrationorjustseekingnewideas,thiscookbookcontainsrecipestoenhanceyourorganization’sappandservicemanagementandproductivity.

Nate Chamberlain ·程序設計 ·5萬字

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

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

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

QQ閱讀手機版

主站蜘蛛池模板: 扶风县| 上杭县| 灌云县| 社旗县| 鄂温| 礼泉县| 灯塔市| 康定县| 贡嘎县| 西安市| 郯城县| 新晃| 嘉定区| 兴安县| 子洲县| 平安县| 肇东市| 罗田县| 古丈县| 陆川县| 隆回县| 扎囊县| 双流县| 苍南县| 会东县| 临漳县| 沐川县| 钟山县| 都昌县| 襄汾县| 平度市| 呼伦贝尔市| 湘乡市| 建昌县| 琼中| 潮安县| 阳谷县| 正蓝旗| 苏尼特右旗| 鹤岗市| 八宿县|