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

The Infinite Retina
會員

AcompellingandinsightfullookatthefutureofSpatialComputing,andhowthiscutting-edgetechnologyischangingthewaywedobusinessacrosssevenprimaryindustries,andwhatitmeansforhumanityasawhole.KeyFeatures*DiscoverhowSpatialComputingischangingthefaceoftechnology*GetaroadmapforthedisruptionscausedbySpatialComputingandhowitwillaffectsevenmajorindustries*Gaininsightsaboutthepast,present,andfutureoftechnologyfromtheworld’sleadingexpertsandinnovatorsBookDescriptionWhatisSpatialComputingandwhyiseveryonefromTesla,Apple,andFacebookinvestingheavilyinit?InTheInfiniteRetina,authorsIrenaCroninandRobertScobleattempttoanswerthatquestionbyhelpingyouunderstandwhereSpatialComputing―anaugmentedrealitywherehumansandmachinescaninteractinaphysicalspace―camefrom,whereit'sgoing,andwhyit'ssofundamentallydifferentfromthecomputersormobilephonesthatcamebefore.TheypresentsevenvisionsofthefutureandtheindustryverticalsinwhichSpatialComputinghasthemostinfluence―Transportation;Technology,Media,andTelecommunications;Manufacturing;Retail;Healthcare;Finance;andEducation.Thebookalsosharesinsightsaboutthepast,present,andfuturefromleadingexpertsanotherindustryveteransandinnovators,includingSebastianThrun,KenBretschneider,andHugoSwart.TheydiveintowhattheythinkwillhappeninSpatialComputinginthenearandmediumterm,andalsoexplorewhatitcouldmeanforhumanityinthelongterm.TheInfiniteRetinathenleavesituptoyoutodecidewhetherSpatialComputingistrulywherethefutureoftechnologyisheadingorwhetherit'sjustanexciting,butpassing,phase.Whatyouwilllearn*Lookbackathistoricalparadigmsthatchangedthefaceoftechnology*ConsiderhowSpatialComputingcouldbethenewtechnologythatchangesourlives*SeehowVirtualandAugmentedRealitywillchangethewaywedohealthcare*LearnhowSpatialComputingtechnologywillleadtofullyautomatedtransportation*ThinkabouthowSpatialComputingwillchangethemanufacturingindustry*ExplorehowfinanceandretailaregoingtobeimpactedthroughSpatialComputingdevices*HearaccountsfromindustryexpertsonwhattheyexpectSpatialComputingtobringtotheirsectorsWhothisbookisforTheInfiniteRetinaisforanyoneinterestedinthefutureoftechnologyandhowAugmentedRealityandSpatialComputing(amongotherdevelopments)willaffectbothbusinessesandtheindividual.

Irena Cronin;Robert Scoble;Steve Wozniak ·操作系統 ·13.4萬字

深入理解分布式事務:原理與實戰
會員

本書的廣度與深度兼備、理論與實戰兼顧的分布式事務專著,它從基礎知識、解決方案、原理分析、源碼實現、工程實戰5個維度對分布式事務做了全面、細致的講解,試圖解決你在實踐中遇到的所有關于分布式事務的問題。兩位作者都是分布式事務領域的資深架構專家,是ApacheShenYu(incubating)網關創始人、Hmily、RainCat、Myth等分布式事務框架的創始人。本書因為內容扎實,所以得到了來自京東、阿里、騰訊、螞蟻金服、滴滴、餓了么、58集團、IBM等互聯網大廠及Apache軟件基金會的近20位專家的高度評價。基礎知識維度:首先全面介紹了事務和分布式事務的概念和基礎知識,然后詳細講解了MySQL事務和Spring事務的實現原理;解決方案維度:詳細介紹了分布式事務的各種解決方案,包括強一致性分布式事務解決方案和最終一致性分布式事務解決方案;原理分析維度:詳細講解了分布式事務的原理,包括XA強一致性分布式事務、TCC分布式事務、可靠消息最終一致性分布式事務和最大努力通知型分布式事務的原理。源碼實現維度:深入分析了Atomikos,Narayana框架實現XA強一致性分布式事務解決方案的源碼,以及Dromara開源社區的Hmily分布式事務框架實現TCC分布式事務的源碼;工程實踐維度:通過多個在生產環境中經歷了高并發、大流量考驗的綜合案例,講解了XA強一致性分布式事務、TCC分布式事務、可靠消息最終一致性分布式事務和最大努力通知型分布式事務的工程實踐方法。全書配有大量流程圖和原理圖,便于讀者閱讀理解;精選了大量來自生產環境的完整案例及其代碼,便于讀者動手實踐。閱讀本書,你將體驗到事半功倍的效果。

肖宇 冰河 ·操作系統 ·14.1萬字

細說Linux系統管理(第2版)
會員

本書在第1版的基礎之上,全面升級為CentOS7.x版本。CentOS7.x和舊版本Linux相比,變化較大,本書全面介紹了CentOS7.x系統管理的相關內容。全書共9章,內容涵蓋Linux系統管理所需的知識點,講解了Linux日常管理操作的方方面面,由淺入深,內容全面,案例豐富,實戰性強。本書依次講解了Linux的高級文件系統管理,包括磁盤配額、LVM(邏輯卷管理)和RAID(磁盤陣列);Shell基礎,包括Bash操作環境的構建、輸入/輸出重定向、管道符、變量的設置和使用等;Shell編程,包括正則表達式、字符截取和替換命令、字符處理命令、條件判斷、流程控制等知識,以及Shell編程的實例腳本演示;Linux啟動管理,包括CentOS7.x系統啟動過程詳解、啟動引導程序(BootLoader)、系統修復模式和內核模塊管理;服務管理,包括服務的分類、管理、自啟動的設置等;系統管理,包括進程管理、工作管理、系統資源查看和系統定時任務;日志管理,包括日志服務rsyslogd、日志輪替、日志分析工具;備份與恢復,包括數據備份的原理和原則、備份和恢復命令;SELinux管理,包括SELinux的安裝與啟動管理、安全上下文管理、日志查看、策略規則等。本書廣泛適用于各種基于Linux平臺服務部署及運維、開發的技術人員,以及大學計算機相關專業的學生,也是云計算學習的必備入門書籍。

沈超編著 ·操作系統 ·12.3萬字

QQ閱讀手機版

主站蜘蛛池模板: 山东| 修水县| 日土县| 白朗县| 龙江县| 深圳市| 紫金县| 锦屏县| 南阳市| 灵山县| 吉安市| 克什克腾旗| 江山市| 仁化县| 富锦市| 神木县| 霞浦县| 喜德县| 綦江县| 萝北县| 湖口县| 三门峡市| 靖远县| 巴彦淖尔市| 社旗县| 桐乡市| 那曲县| 会理县| 郧西县| 本溪市| 伊宁市| 营山县| 资源县| 扎兰屯市| 新晃| 微山县| 改则县| 罗定市| 探索| 盐城市| 肥东县|