TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
搜尋結果 /

Beginning Linux Programming

33739
92 / 844
出版日:2023/09/01 作者:閃客  出版社:電子工業出版社  裝訂:平裝
用讀一本小說的心態來閱讀本書,你會對整個操作系統的體系結構和邏輯細節有非常清晰的認識,從此愛上並閱讀更多的操作系統源碼。第1部分:進入內核前的苦力活。覆蓋從開機到運行到Linux中的main函數的關鍵流程解析,幫你清晰認識Intel CPU的體系結構。第2部分:“大戰”前期的初始化工作。講述main中的各種初始化函數,這些函數是操作系統各個模塊的交互橋梁,為理解後續操作系統各個模塊的運作原理打好基礎。第3部分:一個新進程的誕生。講述從內核態切換至用戶態,並建立起第一個用戶進程的全部過程。學完這部分,你將會理解一個多進程的操作系統是如何建立和運作的。第4部分:shell程序的到來。主要討論如何將磁盤中存儲的shell程序加載到內存中來,並最終交給CPU去執行。通過這個過程你會看清一個程序從存儲到硬盤到最終被執行的全部過程。第5部分:一條shell命令的執行。讓我們跟著一條shell命令“走南闖北”,從用戶輸入給計算機一個字符串開始,一直到該程序的最終執行,這一過程能幫你把前面所學的知識融會貫通,整個操作系統的啟動流程與運作原理,將會生動形象地浮現在你的腦海中。
Kali Linux高級滲透測試(原書第4版)(簡體書)
滿額折
出版日:2023/08/13 作者:(印)維傑‧庫馬爾‧維盧  出版社:機械工業出版社  裝訂:平裝
本書將通過分析黑客採用的攻擊戰術來提升測試者的滲透測試技能:通過實驗室集成到雲服務,從而瞭解在滲透測試中通常被忽略的一個開發維度;探索在虛擬機和容器化環境中安裝和運行Kali Linux的不同方法,以及使用容器在AWS上部署易受攻擊的雲服務,利用配置錯誤的S3桶來訪問EC2實例;深入研究被動和主動偵察,從獲取用戶信息到大規模端口掃描,在此基礎上,探索了不同的脆弱性評估,包括威脅建模;講述了如何在受損系統上使用橫向移動、特權升級以及命令與控制(C2);探索在互聯網、物聯網、嵌入式外圍設備和無線通信中使用的高級滲透測試方法。
優惠價: 87 569
無庫存
操作系統實驗教程(Windows+Linux)(簡體書)
滿額折
出版日:2023/08/01 作者:袁寶華; 李寧; 顧玉宛; 莊麗華; 梁久禎  出版社:清華大學出版社(大陸)  裝訂:平裝
實驗環節一直是“操作系統”課程教學的難點。本書通過實驗循序漸進地使讀者加深對操作系統工作原理的理解並掌握操作系統的實現方法,同時能夠讓讀者在程序設計方面得到基本的訓練。本書的實驗內容豐富、實用性強,均是操作系統的基本實驗,包括進程管理、進程調度、銀行家算法、虛擬存儲器管理、設備管理等,分別提供了基於Windows和Linux操作系統環境下的實驗程序示例與注釋、運行結果和對實驗結果的分析,可操作性強,方便讀者實現。 本書可作為應用型本科、高職高專操作系統實驗教學的教材,也可以作為相關專業人員學習和研究的指導用書。
優惠價: 87 204
無庫存
Linux Shell Programming Pocket Primer
滿額折
出版日:2023/07/30 作者:Oswald Campesato  出版社:Mercury Learning & Information  裝訂:平裝
優惠價: 1 1900
無庫存
操作系統原理及Linux內核分析(第3版)(簡體書)
滿額折
出版日:2023/05/01 作者:李芳; 劉曉春; 李東海  出版社:清華大學出版社(大陸)  裝訂:平裝
本書主要介紹操作系統的核心功能:操作系統接口、進程管理、存儲管理、文件管理、設備管理的主要思想及設計原理。圍繞這五大模塊以Linux為例分析操作系統的核心代碼的實現方法、技術以及操作系統各個功能部分的關聯實現技巧。在此基礎上,從操作系統的發展需求及計算機體系結構的發展上,引入操作系統的**技術,如線程的引入及應用環境、多處理機系統的實現技術、實時調度算法等。本教材主要適合於計算機及相關專業的教科書,也可作為對計算機有興趣的相關人員的參考書。
優惠價: 87 312
無庫存
React Programming: The Big Nerd Ranch Guide
滿額折
出版日:2023/03/10 作者:Loren Klingman  出版社:BIG NERD RANCH GUIDES  裝訂:平裝
React is today's most popular open-source JavaScript library for front-end web application development. React Programming: The Big Nerd Ranch Guide helps you master React hands-on, through examples crafted to help you quickly leverage its remarkable power. Based on Big Nerd Ranch's popular bootcamps, it illuminates key concepts with realistic code, guiding you step-by-step through building a complete production-ready React app with Create React App, functional components, hooks, lint rules with ESLint, React Testing Library, and Cypress. Step by step, Big Nerd Ranch instructor and expert developer Loren Klingman help you build on your current skills, as you learn how to: Set up React and get started with its tools and environment Work with styles and components Utilize React's router and flexboxes Use declarative views to write more manageable, reliable code Create carts, checkouts, fulfillment, and other ecommerce features Add authentication to your front-ends Test components and en
優惠價: 1 2400
無庫存
大數據高可用環境搭建與運維(簡體書)
滿額折
出版日:2023/03/01 作者:天津濱海迅騰 編著  出版社:天津大學出版社  裝訂:平裝
全書共計11個項目,從知識結構上分為三個部分,第一部分為前七個項目,全面介紹了Hadoop生態體系中的常用組件及各組件的配置方式,第二部分為第8和第九個項目,詳細介紹了Linux網絡只是和大數據集群的自動化部署方案,第三部分為Linux和Hadoop生態體系的運維知識,主要介紹了Linux防火牆和Hadoop的參數配置優化以及安全組件的使用。本書技術新穎,以Hadoop生態體系的環境搭建為背景介紹了各組件的基礎知識以及大數據集群的運維技術,本書最大的特點是採用了理實一體的編寫方式,所有用例均採用企業中真實的開發與運維場景,可通過動手實踐激發讀者對大數據技術的興趣,更好的驅動讀者學習。
優惠價: 87 256
無庫存
Web服務器群集(簡體書)
滿額折
出版日:2023/02/08 作者:肖睿; 翟慧; 郭峰  出版社:中國水利水電出版社(水利電力出版社)  裝訂:平裝
本書針對具備Linux基礎的人群,主要介紹了Web伺服器、群集的相關知識與技能,以深入淺出的實戰項目案例,使讀者能夠快速掌握Linux企業級應用。專案案例都是企業中常用技能的組合,例如,Apache日誌管理與日誌分割、 Apache網頁優化、實現防盜鏈、Nginx+Apache動靜分離、Nginx+Tomcat群集、Nginx+Tomcat動靜分離、LVS+Keepalived群集、Haproxy
優惠價: 87 204
無庫存
C/C++代碼調試的藝術(簡體書)
滿額折
出版日:2023/02/01 作者:張海洋  出版社:人民郵電出版社  裝訂:平裝
《C/C++代碼調試的藝術》圍繞C/C++程序調試這一主題,系統深入地介紹了在Windows和Linux操作系統上如何高效地調試C/C++程序。《C/C++代碼調試的藝術》分為11章,內容涵蓋了程序調試的基本知識、Visual C++調試程序的基本功能與技巧、Linux系統中gdb工具的使用、死鎖調試、動態庫調試、內存洩漏檢查、遠程調試、崩潰轉儲文件分析、發行版調試,以及調試的高級話題和調試擴展方面的知識。《C/C++代碼調試的藝術》作為學習C/C++調試技術的重要資料,講解通俗易懂,選取的示例注重理論與實際的聯繫。無論是C/C++的初學者,還是經驗豐富的開發人員,都會從中受益。
優惠價: 87 469
無庫存
網絡攻防技術與實戰:軟件漏洞挖掘與利用(簡體書)
滿額折
出版日:2023/01/01 作者:孫夫雄  出版社:清華大學出版社(大陸)  裝訂:平裝
本書是基於Windows和Linux操作系統平臺編寫的軟件漏洞分析和利用的項目教程。本書共12章,包括可執行文件格式解析、逆向工程及其工具、加殼與脫殼、緩沖區溢出、漏洞挖掘和利用、異常處理機制及其Exploit、GS保護及其Exploit、ASLR和DEP保護及其Exploit、返回導向編程、Linux Exploit、Egg Hunting技術和堆噴射技術等。 本書內容豐富,特色鮮明,實用操作性強,可作為信息安全專業、計算機及其相關專業本科生的信息安全實踐教材,也可以作為計算機用戶的參考書和培訓教材。
優惠價: 87 360
無庫存
嵌入式Linux開發技術基礎(第2版)(簡體書)
滿額折
出版日:2022/11/01 作者:豐海; 張萬良  出版社:機械工業出版社  裝訂:平裝
本書結合人工智能的新技術,如語音識別、人臉識別、圖像識別和目標檢測,介紹了嵌入式Linux系統的開發,構成了“項目驅動,做中學,學中做”相互融合的教學體系。以學生的“實踐”為中心,精心設計了實踐性強、技術前沿的綜合實踐項目,如環境監測系統、視頻入侵報警系統、智能遙控車、基於人臉識別的考勤系統、目標檢測等。這些項目能夠激發學生的學習興趣,提升學生的實踐能力,貼近企業實際工作崗位的要求。 本書可作為高等職業院校電子與信息大類、自動化類等專業的教學用書,也可作為嵌入式開發人員的參考用書。
優惠價: 87 308
無庫存
出版日:2022/10/20 作者:張彥飛  出版社:深智數位  裝訂:平裝
一筆TCP的連接會佔掉多少記憶體?一台機器支援多少TCP的連線?深入TCP/IP的每一個封包結構,使用真槍實戰的程式語言深入核心。對網路工程師來說,最需要學習不是什麼程式語言技巧,就是Linux TCP/IP網路協議。一直以來,我們都對Linux的核心一知半解,能解決問題就好,但當你想提昇自己的層次,真正要做的反而是基本功,要精不要多。本書作者作為世界一流網路巨頭的資深專家,以實際案例逐步說解LinuxKernel、TCP/IP、說明核心、封包、使用者處理程序,epoll等基本功,進而討論發送及接收封包、本機的網路原理,引導讀者了解物理網路,思考如何最佳化網路性能,提升效率!本書適用對象*想透過提升自己的網路內功而進頂級公司的讀者。*不滿足於只學習網路通訊協定,也想理解它是怎麼實現的讀者。*雖有幾年開發工作經驗,但對網路消耗把握不准的開發人員。*想做網路性能最佳化,但沒有成系統的理論指導的讀者。*維護各種高併發伺服器的運行維護人員。
A Tour of C++
滿額折
出版日:2022/10/10 作者:Bjarne Stroustrup  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use. Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23. This authoritative guid
優惠價: 1 1920
無庫存
出版日:2022/09/28 作者:Nirmala M  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Economic Dynamics, second edition
79 折
出版日:2022/08/16 作者:John Stachurski  出版社:Mit Pr  裝訂:平裝
The second edition of a rigorous and example-driven introduction to topics in economic dynamics that emphasizes techniques for modeling dynamic systems.This text provides an introduction to the modern theory of economic dynamics, with emphasis on mathematical and computational techniques for modeling dynamic systems. Written to be both rigorous and engaging, the book shows how sound understanding of the underlying theory leads to effective algorithms for solving real-world problems. The material makes extensive use of programming examples to illustrate ideas, bringing to life the abstract concepts in the text. Key topics include algorithms and scientific computing, simulation, Markov models, and dynamic programming. Part I introduces fundamentals and part II covers more advanced material. This second edition has been thoroughly updated, drawing on recent research in the field.New for the second edition:“Programming-language agnostic” presentation using pseudocode.New chapter 1 covering
優惠價: 79 2252
無庫存
樹莓派Python編程入門與實戰(第2版)(簡體書)
滿額折
出版日:2022/08/01 作者:(美)勃魯姆  出版社:人民郵電出版社  裝訂:平裝
樹莓派是一個只有信用卡大小的裸露電路板,它也是一個運行開源Linux作業系統的完全可程式設計的PC系統。樹莓派的官方程式設計語言是Python,本書介紹了樹莓派的Python程式設計方法。 本書共分7個部分。前6個部分介紹了樹莓派程式設計環境、Python程式設計基礎、高級Python知識、圖形化程式設計、業務程式設計和樹莓派Python項目;第7部分通過附錄介紹了如何將Raspbian載入到SD卡上,並介紹了樹莓派的各種版本和型號。 本書適合對Python程式設計感興趣的讀者和樹莓派愛好者,也適合想要基於低成本Linux平臺開發應用的用戶。
優惠價: 87 521
無庫存
Linux系統與服務管理(簡體書)
滿額折
出版日:2022/07/22 作者:王明泉  出版社:機械工業出版社  裝訂:平裝
本書是在任務驅動教學理念的指導下進行設計和編寫的,主要包括了系統基礎、系統管理、網絡管理及系統實驗4篇,共計8章理論內容以及11個系統實驗,其中的系統實驗部分是任務驅動教學理念的具體體現。本書在深入淺出地講授各章節內容的基礎上,特別強調各章節的內在邏輯性,因此圍繞操作系統的基本特性――對於多任務多用戶的支持,而展開全書。其中,第1章操作系統的緒論部分統領全書;第2章講授Linux系統的基本操作控制命令、vim編輯器及重定向等內容,是學習掌握第3章及後續其它章節的主要基礎;第3章講述多用戶多任務特性中的多用戶部分,第4章講述文件系統內容,第5章講述軟件包及軟件安裝的內容,為多任務做出鋪墊;第6章闡述多任務部分,是第7章、第8章的網絡及服務管理內容的基礎。
優惠價: 87 412
無庫存
Programming in Parallel with CUDA:A Practical Guide
90 折
出版日:2022/05/31 作者:Richard Ansorge  出版社:Cambridge Univ Pr  裝訂:精裝
CUDA is now the dominant language used for programming GPUs, one of the most exciting hardware developments of recent decades. With CUDA, you can use a desktop PC for work that would have previously required a large cluster of PCs or access to a HPC facility. As a result, CUDA is increasingly important in scientific and technical computing across the whole STEM community, from medical physics and financial modelling to big data applications and beyond. This unique book on CUDA draws on the author's passion for and long experience of developing and using computers to acquire and analyse scientific data. The result is an innovative text featuring a much richer set of examples than found in any other comparable book on GPU computing. Much attention has been paid to the C++ coding style, which is compact, elegant and efficient. A code base of examples and supporting material is available online, which readers can build on for their own projects.
優惠價: 9 2808
無庫存
互聯網軟件測試:初級(簡體書)
滿額折
出版日:2022/05/01 作者:北京新奧時代科技有限責任公司  出版社:人民郵電出版社  裝訂:平裝
本教學圖書的編寫以《互聯網軟件測試職業技能等級標準》為依據,圍繞互聯網軟件測試的人才需求與崗位能力進行內容設計。本書包括Linux系統概述、Linux系統使用注意事項、Linux系統常用入門命令、MySQL基礎、MySQL數據庫管理、SQL基本語法、軟件與軟件測試概述、軟件缺陷、如何高效測試、UI測試、兼容性測試、微商城網站實踐案例等內容,涵蓋Linux基礎、MySQL基礎、軟件測試基礎等核心課程。本書以模塊化的結構組織章節,以任務驅動的方式安排內容,以互聯網微商城系統環境搭建和完整的功能測試為教學案例。本書可作為1+X證書制度試點工作中互聯網軟件測試職業技能(初級)的教學和培訓教材,也可作為期望從事軟件測試工作的人員的自學參考書。
優惠價: 87 365
無庫存
Decentralized Governance and Accountability:Academic Research and the Future of Donor Programming
90 折
出版日:2022/04/14 作者:Jonathan A. Rodden  出版社:Cambridge Univ Pr  裝訂:平裝
At the end of the twentieth century, academics and policymakers welcomed a trend toward fiscal and political decentralization as part of a potential solution for slow economic growth and poor performance by insulated, unaccountable governments. For the last two decades, researchers have been trying to answer a series of vexing questions about the political economy of multi-layered governance. Much of the best recent research on decentralization has come from close collaborations between university researchers and international aid institutions. As the volume and quality of this collaborative research have increased in recent decades, the time has come to review the lessons from this literature and apply them to debates about future programming. In this volume, the contributors place this research in the broader history of engagement between aid institutions and academics, particularly in the area of decentralized governance, and outline the challenges and opportunities to link evidence
優惠價: 9 1673
無庫存
出版日:2022/04/01 作者:何曉龍  出版社:電子工業出版社  裝訂:平裝
目前,Linux系統版本眾多,作為一個作業系統又包羅萬象,哪一部分拿出來幾乎都可以寫一本書。作者的理念是,一本Linux圖書不能在讀之前讓人感覺似乎什麼都講,等看完了又感覺似乎什麼都沒講,無法和實際應用聯繫起來。本書帶領和幫助讀者系統、快速地掌握Ubuntu 16.04,將所學知識轉化為實實在在的生產力,通過鮮活實用的應用為讀者創造價值。所以本書沒有長篇累牘的理論,也沒有面面俱到的背書,只展開能創
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/03/25 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:精裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1778
無庫存
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/02/02 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:平裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1539
無庫存
Stem Coding Activity Book
滿額折
出版日:2022/01/03 作者:Jenny Jacoby  出版社:b small publishing UK  裝訂:平裝
Future coders will love the mix of non-fiction and activities in this educational book full of BIG ideas. Fun games and puzzles teach boys and girls about code, programming, loops, conditionals, spotting patterns and solving problems. Start a lifelong passion for STEM subjects.
優惠價: 79 303
無庫存
shell腳本基礎教程(簡體書)
滿額折
出版日:2021/12/01 作者:(日)三宅英明  出版社:人民郵電出版社  裝訂:平裝
本書是以Linux下的bash為對象講解shell腳本編程的入門書。全書從shell的概念入手,內容豐富、結構清晰,不僅講解了shell的基本語法和命令,還通過各種各樣的示例介紹了如何編寫實用的shell腳本,shell腳本的測試和調試,以及shell腳本編程中容易出錯的關鍵點。通過閱讀本書,讀者能夠輕鬆地編寫shell腳本,更加靈活地使用UNIX和Linux。
優惠價: 87 521
無庫存
惡意網絡環境下的Linux防禦之道(簡體書)
滿額折
出版日:2021/12/01 作者:(美)凱爾‧蘭金  出版社:人民郵電出版社  裝訂:平裝
本書共有9章,主要講解了如何對Linux服務器實施現代化的安全防衛,從而以較低的成本來實現非常高的效能。本書首先介紹了一些基本的安全概念和安全原則,然後講解了如何對現代的工作站、服務器和網絡進行加固處理,接著解釋了怎樣對一些特定的服務器(比如Web服務器、郵件服務器、DNS和數據庫等)進行加固處理,最後講解了如何對懷疑被破解的服務器做出響應,包括如何搜集證據、如何推斷攻擊者的入侵方式等。此外還介紹
優惠價: 87 360
無庫存
丙級電腦硬體裝修學術科過關秘訣
滿額折
出版日:2021/11/01 作者:華成工作室  出版社:科友  裝訂:平裝
■ 本書特色1.本書依勞動部勞發署技檢中心最新公告題庫撰寫,並加以詳細解析,使讀者迅速了解試題的內容及其辦法。2.術科試題之撰寫以Step by Step及圖片對照的解題流程,引導讀者從硬體規劃、網路線製作、Windows、應用軟體和Linux安裝與設定來解題。3.隨書附有Ubuntu 20及Fedora Core 30軟體,使讀者可迅速熟悉Linux作業系統如何設定。4.每個工作項目皆附有立即練習,方便學生考前複習使用,另精心設計模擬試題,以隨書附贈的方式,提供學習者在學習每章後立即進行該章的模擬,驗收學習成果■ 內容簡介1.本書依勞動部勞發署技檢中心最新公告題庫撰寫,並加以詳細解析,使讀者迅速了解試題的內容及其辦法。2.術科試題之撰寫以Step by Step及圖片對照的解題流程,引導讀者從硬體規劃、網路線製作、Windows、應用軟體和Linux安裝與設定來解題。3.隨書附有Ubuntu 20及Fedora Core 30軟體,使讀者可迅速熟悉Linux作業系統如何設定。4.每個工作項目皆附有立即練習,方便學生考前複習使用,另精心設計模擬試題,以隨書附贈的方式,提供學習者在學習每章後立即進行該章的模擬,驗收學習成果
優惠價: 9 405
無庫存
The Lego Mindstorms Robot Inventor Activity Book
滿額折
出版日:2021/08/31 作者:Daniele Benedettelli  出版社:No Starch Pr  裝訂:平裝
A playful project-based introduction to robot building and programming using the new LEGO MINDSTORMS Robot Inventor Kit. This introduction to the LEGO MINDSTORMS Robot Inventor Kit is a great way to enter the world of robotics--no previous programming experience necessary! Seven cool projects guide you through creating interactive robotic models with the LEGO MINDSTORMS Robot Inventor kit. You'll build a series of funny and increasingly sophisticated models, like: - a remotely-controlled biped walking robot that can transform into a car- a playable 3/4-sized guitar- a fully functional pinball game bigger than the kit box itself- a cute and shy turtle pet with unpredictable behavior- and more! The book is packed with illustrations to help you better visualize each model and includes a quick reference guide to the programming blocks used and the complete bill of materials of the kit, really helpful when developing your own creations. As you build these robots, you'll learn how to use the
優惠價: 79 1051
無庫存
出版日:2021/07/26 作者:Sunil (CCET K. Singh Panjab University)  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learn to Program With 3d Printing
滿額折
出版日:2021/07/20 作者:Justin Gohde; Marius Kintel  出版社:No Starch Pr  裝訂:平裝
The Creator of OpenSCAD, Marius Kintel, teaches anyone how to code and print fun games, puzzles, and more.OpenSCAD is free, open-source 3D modeling software; its easy-to-use programming interface is g
優惠價: 79 901
無庫存
出版日:2021/06/30 作者:王進德  出版社:博碩文化  裝訂:平裝
 採用Ubuntu 20.04 LTS版本,讓以後的學習可以獲得最新的支持及穩定的更新。  內容涵蓋Ubuntu桌面版及伺服版作業系統的操作、配置及管理。  零基礎起步,從指令操作至Shell Script程式設計,講解深入淺出。  詳細說明使用者管理及防火牆建置等主題,建構更安全的Linux平台。 【本書特色】 Linux是一款廣泛應用的作業系統,從網站開發到物聯網應用,都可以看到Lin
Artificial Intelligence: Research Directions in Cognitive Science: European Perspectives Vol. 5
90 折
出版日:2021/06/19 作者:D. Sleeman(EDI)  出版社:Routledge  裝訂:平裝
Originally published in 1992, this title reviews seven major subareas in artificial intelligence at that time: knowledge acquisition; logic programming and representation; machine learning; natural la
優惠價: 9 1821
無庫存
LAMP+LNMP網站架構與運維實戰(簡體書)
滿額折
出版日:2021/06/01 作者:張春曉  出版社:清華大學出版社(大陸)  裝訂:平裝
由於LAMP(Linux+Apache Web+MySQL+PHP)都是開源軟件,而且Linux發行版中提供這些軟件的安裝包以及默認的配置,因此LAMP稱為搭建網站的一個整體解決方案,同樣,LNMP(用Nginx替代Apache Web)方案也很流行。目前這兩個方案是互聯網上非常流行的電子商務基礎框架系統。 《LAMP+LNMP網站架構與運維實戰》共12章,內容包括LAMP環境搭建、使用WordPress搭建博客站點、深入Linux、深入MySQL數據庫、深入PHP編程、SSL讓網站更安全、LAMP安全管理、計劃任務和作業調度、Nginx入門、深入Nginx、LAMP和LNMP性能監控、Zabbix全方位監控服務。 《LAMP+LNMP網站架構與運維實戰》結構清晰、易教易學、實例豐富、可操作性強,對易混淆和實用性強的內容進行了重點提示和講解。該書適合Linux系統管理人員、MySQL+PHP開發人員閱讀,可以作為高等院校、中職學校和培訓機構計算機相關專業的師生教學參考。
優惠價: 87 569
無庫存
The Art of 64-Bit Assembly Language
滿額折
出版日:2021/05/25 作者:Randall Hyde  出版社:No Starch Pr  裝訂:平裝
A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language. Randall Hyde's
優惠價: 79 2402
無庫存
出版日:2021/04/30 作者:Ignacio E. Grossmann  出版社:Cambridge Univ Pr  裝訂:精裝
Based on the author's forty years of teaching experience, this unique textbook covers both basic and advanced concepts of optimization theory and methods for process systems engineers. Topics covered include continuous, discrete and logic optimization (linear, nonlinear, mixed-integer and generalized disjunctive programming), optimization under uncertainty (stochastic programming and flexibility analysis), and decomposition techniques (Lagrangean and Benders decomposition). Assuming only a basic background in calculus and linear algebra, it enables easy understanding of mathematical reasoning, and numerous examples throughout illustrate key concepts and algorithms. End-of-chapter exercises involving theoretical derivations and small numerical problems, as well as in modeling systems like GAMS, enhance understanding and help put knowledge into practice. Accompanied by two appendices containing web links to modeling systems and models related to applications in PSE, this is an essential
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learn Quantum Computing with Python and Q#: A Hands-On Approach
滿額折
出版日:2021/04/20 作者:Sarah C. Kaiser  出版社:PBKMANGN  裝訂:平裝
Learn Quantum Computing with Python and Q# introduces quantum computing from a practical perspective. Summary Learn Quantum Computing with Python and Q# demystifies quantum computing. Using Python and the new quantum programming language Q#, you'll build your own quantum simulator and apply quantum programming techniques to real-world examples including cryptography and chemical analysis. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Quantum computers present a radical leap in speed and computing power. Improved scientific simulations and new frontiers in cryptography that are impossible with classical computing may soon be in reach. Microsoft's Quantum Development Kit and the Q# language give you the tools to experiment with quantum computing without knowing advanced math or theoretical physics. About the book Learn Quantum Computing with Python and Q# introduces quantum computing from a practical pers
優惠價: 79 1801
無庫存
Linux系統管理與服務器配置(CentOS 7.6&RHEL 7.6)(簡體書)
滿額折
出版日:2021/04/06 作者:宋麗娜  出版社:機械工業出版社  裝訂:平裝
本書是國家精品課程、國家精品資源共享課程和浙江省精品在線開放課程配套教材。以目前被廣泛應用的CentOS服務器發行版7.6為例,兼容RHEL 7.6,採用教、學、做相結合的模式,著眼應用,全面系統地介紹了Linux的系統管理及網絡服務器的配置方法與技巧。本書共11章,內容包括安裝CentOS/RHEL 7系統及基本配置、管理用戶和組群、管理文件權限、配置網絡服務、使用shell與vim編輯器、配置
優惠價: 87 308
無庫存
龍芯應用開發標準教程(簡體書)
滿額折
出版日:2021/04/01 作者:靳國傑; 張戈; 胡偉武  出版社:人民郵電出版社  裝訂:平裝
建立自主的IT技術體系,核心是研製CPU、操作系統,並且完成應用開發或遷移。本書全面講述龍芯電腦的操作系統、軟件環境和開發工具,彙集Linux領域的主流開發語言,採用龍芯在推廣過程中的大量實際項目,展示從X86電腦向龍芯電腦遷移應用系統的經驗和方法。本書代表了龍芯優秀的一線團隊在研發和市場上探索的成果,具有很強的原創性、系統性和權威性。本書不僅適用于龍芯應用軟件開發者,而且對X86電腦上的Linux開發者也有極強的啟示意義。
優惠價: 87 360
無庫存
Data Structures using Python provides an introduction to design, analysis, and implementation of data structures using the powerful programming language, Python. This book is designed for a first cour
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Beginning Rust Programming
滿額折
出版日:2021/02/19 作者:Messier  出版社:John Wiley & Sons Inc  裝訂:平裝
優惠價: 9 1710
無庫存
  • 33739
    844
  • 1
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 844

暢銷榜

客服中心

收藏

會員專區