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

and JavaScript

899675
3 / 22492
Building Web Applications ― With Asp.net Core 2.1 and Javascript Frameworks
滿額折
出版日:2019/12/29 作者:Philip Japikse; Kevin Grossnicklaus; Ben Dewey  出版社:Apress  裝訂:平裝
優惠價: 1 2280
無庫存
簡約的軟體開發思維:用 Functional Programming 重構程式-以 Javascript 為例
滿額折
出版日:2024/10/02 作者:Eric Normand  出版社:旗標出版社  裝訂:平裝
Functional programming (函數式程式設計) 是一種已有六十年歷史的程式設計範式,為何現在變得越來越重要?這是因為隨著各種連網設備 (如行動裝置) 和雲端服務的普及,多程序透過網路交換訊息已成為常態,因此分散式系統的開發變得至關重要。分散式系統軟體開發的複雜性往往導致開發過程容易陷入混亂,程式碼盤根錯節難以除錯維護與擴展,成為揮之不去卻又不敢動的痛處。而 functional programming 的簡約風格因此受到廣泛關注。這種設計範式強調使用函式來構建應用程式,程式碼清晰又容易維護,亦能解決分散式系統多執行緒的問題。除了專門的函數式語言之外,Python、Java、JavaScript、C#、C++、Go 和 Rust 等知名語言的新版中,也因應趨勢增強了對 functional programming 的支援。只要建立了這種思維方式,你就可以應用在自己的程式語言中。市面上與 functional programming 相關的書籍 (主要為英文書) 通常由學者撰寫,內容偏重理論,而在大型實務專案經驗上顯得不足。這類書中的範例大多過於簡單,未能涉及實際軟體架構問題。與此相反,本書作者擁有二十年在產業界實際運用 functional programming 的經驗,從產業角度出發,旨在幫助那些在軟體工程實踐中遇到困難的工程師重新思考。即使你的目的不是分散式系統,學習 functional programming 的思維都能夠幫助你在撰寫任何程式時想得更周到。由於 functional programming 的特點 — 無 side effects(額外作用)和資料的不可變性 — 使得它非常適用於開發網路程式,在這種環境中,資料一致性和狀態管理是關鍵挑戰。本書透過 concurrency primitives(併發基本工具)實作、繪製時間線圖、分析並解決併發操作中的插緒問題,有效處理狀態變化和 bug,從而構建可靠的分散式系統程式。本書特色: ●作者從產業界的視角出發,旨在幫助那些陷入困境的軟體工程師,重新審視並採納 functional programming 程式設計方法。●為了更貼近軟體工程師的實際狀況,書中以廣泛熟知的 JavaScript 語言做示範。雖然 JavaScript 不是最理想的函數式語言,但這一點
優惠價: 95 950
庫存:3
頂級網站技術長高度:前端工程進階大師指南
滿額折
出版日:2021/04/19 作者:侯策  出版社:深智數位  裝訂:平裝
BAT資深面試官親自帶你走一遍前端開發大道! 前端開發已進入化境階段,Javascript/HTML/CSS只是個開始,React/Vue/Angular絕不是結束,想要精進要先打底,本書幫你建立最紮實的基礎。 ▌偏重實戰、深入淺出 ▌ 本書是一本偏重實戰的進階圖書,如果你已經學會了JavaScript的基本知識,但對於如何開發大型專案束手無策,那麼本書將非常適合你。 本書深入淺出,從基礎的Ja
優惠價: 9 792
庫存:1
Functional Programming Demystified: Write Elegant Code with Haskell, Elixir, and JavaScript
滿額折
出版日:2025/05/26 作者:Priya Mendez  出版社:Independently published  裝訂:平裝
優惠價: 1 864
無庫存
Effective TypeScript中文版
滿額折
出版日:2025/11/26 作者:Dan Vanderkam  出版社:美商歐萊禮  裝訂:平裝
提昇TypeScript技術的83個具體做法 「Effective TypeScript探討使用TypeScript時最常見的問題,並提出實用的、結果導向的建議。無論你的TypeScript經驗如何,都可以從本書學到一些東西。」 ―Ryan Cavanaugh,微軟TypeScript工程主管 「本書滿載著實用的撇步,專業的TypeScript開發者都應該把這本書放在桌上。即使你認為已經熟悉TypeScript了,買下這本書也絕對不會後悔。」 ―Yakov Fain, Java Champion TypeScript是包含型態的JavaScript超集合,能有效解決許多JavaScript惡名昭彰的問題。然而,TypeScript有自成一格的學習曲線,開發者往往需投入大量時間來實際操作才能有效運用其強大功能。這本實用的書籍採取《Effective C++》與《Effective Java》(皆由Addison-Wesley出版)風糜已久的寫作風格,提出83條具體建議,明確說明哪些做法值得採用、哪些應該避免,以及如何深入理解這門語言的設計思維。 作者Dan Vanderkam將透過實際範例指引你如何實際運用每一項建議。無論你是TypeScript的初學者,還是已掌握基礎知識、希望更進一步的開發者,本書都將協助你晉升為能熟練運用 TypeScript的專家。 第二版內容更新至TypeScript 5.X,並加入了兩個全新章節,深入介紹型態級程式設計與各種進階的 TypeScript技巧。 •學習TypeScript型態系統的運作細節 •使用型態推斷,以最少的型態註記來獲得嚴密的安全性 •設計型態,讓程式碼更安全且更容易瞭解 •使用泛型型態與型態級設計來定義複雜的API •瞭解依賴項目與型態宣告檔案在TypeScript之中如何運作 •將JavaScript程式順利遷移至TypeScript
優惠價: 9 720
庫存:5
原生全端開發:使用Node.js建立最漂亮強大的網站
滿額折
出版日:2025/01/19 作者:潘成均  出版社:深智數位  裝訂:平裝
原生全端開發 - 使用Node.js建立最漂亮強大的網站https://youtu.be/58l8K1fyhHI✴︎ Node.js的基本概念、安裝配置以及模組化管理✴︎ Node.js密切相關的JavaScript基礎知識✴︎ 後端Node.js到前端Vue框架完整的全端開發流程✴︎ MySQL、Redis多種資料庫串接✴︎ Express、Koa和Egg三大框架,路由設計、中介軟體撰寫和RESTful開發✴︎ Node.js+MySQL+Vue者開發完整的商業級專案
優惠價: 9 972
庫存:5
WebGL建構網頁中的3D遊戲:從基礎渲染原理、光影到應用
滿額折
出版日:2025/03/19 作者:邱冠喻  出版社:深智數位  裝訂:平裝
https://youtu.be/PwjcNJIu7Qc★★★【全台第一本繁體中文WebGL教學書】★★★★★★【好評再上市】★★★★★★【2021 iThome 鐵人賽 Modern Web 組 優選文章改寫】★★★★★★【536頁內容+全彩圖文解說=完整學習WebGL!】★★★本書由 2021 iThome 鐵人賽 Modern Web 組「如何在網頁中繪製 3D 場景?從 WebGL 的基礎開始說起」改寫並加入遊戲互動要素,除了波光粼粼的海面,現在更有遊玩性了!WebGL是一種JavaScript API,用於網頁呈現互動式2D和3D圖形,現今許多商家網頁展示自家商品,或讓顧客於線上預覽客製化商品時,都能看見其蹤影存在。書中提供一系列連貫範例,帶領讀者透過 WebGL 在瀏覽器中學習電腦渲染 3D 的運作機制,一步步建構 3D 渲染流程,再到各種光線、陰影效果,最後加入遊戲機制與互動,製作成刺激好玩的遊戲!本書主要內容如下★初步認識WebGL★Texture&2D★3D&物件★Lighting★Framebuffer&陰影★帆船與海
優惠價: 9 882
庫存:4
Type Script+Vue.js一氣呵成:前端開發大白到大神
滿額折
出版日:2024/07/24 作者:張益琿  出版社:深智數位  裝訂:平裝
本書主要介紹TypeScript及Vue兩大重點,第1章介紹前端基礎知識,HTML、CSS、JavaScript及Vue.js初探。第2章探討TypeScript基礎語法及開發環境設置。第3章主要說明介紹TypeScript物件導向程式設計,如類別與介面。第4章講解TypeScript高階技術,包括泛型與裝飾器。第5章說明Vue範本基本用法,包含插值和指令使用。第6章深入Vue元件屬性和方法,實踐物件導向開發。第7章探討Vue中處理使用者互動的方法。第8章介紹Vue元件的核心概念及應用。第9章進一步講解Vue元件開發,提高專案可維護性。第10章講述Vue的回應性原理和Vue 3.x的組合式API。第11章介紹使用Vue開發前端動畫的技巧。第12章講解Vue CLI和Vite在專案開發中的應用。第13章介紹Element Plus這一基於Vue的UI框架。第14章探討vue-axios網路請求框架的使用。第15章介紹Vue Router前端路由管理的實踐。第16章講解Vuex狀態管理框架的應用。第17章透過一個完整專案綜合運用Vue.js技能。【本書看點】‣ 前端基礎知識介紹‣ TypeScript基礎‣ 物件導向程式設計‣ TypeScript進階技術‣ Vue範本基本用法‣ Vue元件開發‣ Vue進階應用‣ 專案開發工具與狀態管理
優惠價: 9 810
庫存:4
大神養成術:Node.js+Express+MongoDB+Vue.js 全端實作現場
滿額折
出版日:2023/10/01 作者:柳偉衛  出版社:深智數位  裝訂:平裝
本書全面介紹Vue.js+Node.js全端開發所使用的新技術,包括MongoDB、Express、Vue.js 3、Node.js、Naive UI、md-editor-v3、Nginx、basic-auth、JavaScript、TypeScript等開放原始碼技術堆疊,基礎知識包括了資料儲存、模組、測試、緩衝區、事件處理、檔案處理、HTTP程式設計、元件、範本、指令、監聽器、運算式、事件、表單、HTTP用戶端等內容,是市面上介紹全端開發內容最豐富的書籍。本書也附帶了最新技術的實例,並且用度由淺入深,層層推進的方式引導讀者。結合了理論和實用性,具有較強的實作性。這些基礎知識既能滿足當前企業級應用的開發需求,又可以極大地減輕開發者的負擔。本書所介紹的技術及知識點可說走在時代的前線,加上大量的範例,讀者可知其然並知其所以然,不但能拓展視野,更可以提升職場競爭能力。內容介紹本書共28章,概要說明如下: 第1章為概述,介紹Vue.js+Node.js全端開發架構所涉及的核心技術堆疊及週邊技術堆疊的組成。 第2~8章為Node.js的基礎及進階,介紹Node.js的基礎及核心內容。 第9~1章為Express的基礎及進階,介紹Expres的基礎及核心內容。 第12~15章為MongoDB的基礎及進階,介紹MongoDB的基礎及核心內容。 第16~24章為 Vue.js 的基礎及進階,介紹Vue.js的基礎及核心內容。 第25~28章為實戰,演示如何從0開始實作一個綜合實戰案例——新聞頭條。特色本書具備以下特色: 知識面廣。無論是前端的Vue.js、Naive UI、md-editor-v3、basicauth、JavaScript、TypeScript,還是後端的MongoDB、Node.js、Express、Nginx,本書均有涉及。 版本新穎。本書所涉及的技術版本均為目前新版本。 案例豐富。全書共計89個基礎知識實例和4個綜合實戰案例。 全端開發。熟習本書,可以掌握全端開發技能。
優惠價: 9 720
庫存:3
PHP & MYSQL:網頁伺服器程式開發之道
滿額折
出版日:2023/07/31 作者:Jon Duckett  出版社:碁峰資訊  裝訂:平裝
本書的學習重點 ‧看懂與撰寫PHP程式碼 ‧將資料儲存於MySQL資料庫 ‧制訂每位網站訪客專屬的網頁內容 ‧建立CMS或社群網路 本書介紹的技巧 ‧內容管理 ‧註冊會員 ‧上傳圖像與其他類型的媒體 ‧留言與按讚 本書提供的線上支援 ‧範例程式碼與實務案例 ‧線上練習題:www.phpandmysql.com ‧額外的參考資料 歡迎你和我們一起以更巧妙的方式學習PHP&MySQL。 Facebook、Wikipedia和WordPress等等世界領先的網站,都是使用PHP語言來支持其網站營運所需的程式設計。PHP網頁伺服器的特色之一是讓網站利用MySQL資料庫儲存的內容,針對每位網站訪客提供客製化的網頁內容。 本書採用簡明、視覺化的說明方式,輔以小型的範例程式碼,讓讀者更容易學會以PHP和MySQL語言開發網站和網站所需要的功能,例如,讓訪客能註冊會員、建立與編輯文章、上傳圖像、管理個人資料、留言或「按讚」等等。 本書作者的其他暢銷著作 《HTML&CSS:網站設計建置優化之道》 www.htmlandcssbook.com 《JavaScript & JQuery:網站互動設計程式進化之道》 www.javascriptbook.com
優惠價: 9 882
庫存:2
JavaScript Programming Series 2: This Book Includes: " JavaScript Programming and JavaScript Programming for Beginners"
滿額折
JavaScript Programming Series 2: This Book Includes: " JavaScript Programming and JavaScript Programming for Beginners"
滿額折
Tuck and Tina (Book1-3)(英國版)
滿額折
出版日:2026/05/14 作者:Jess Brallier; Jack Keely  出版社:Penguin Random House Children's UK  裝訂:平裝
#1 Tuck and Tina and the Lost Fortune (英國版)#2 Tuck and Tina and the Haunted School (英國版)#3 Tuck and Tina and the Dinosaur Thief (英國版)
優惠價: 79 1040
庫存:2
Mamba & Mambacita Forever
滿額折
出版日:2025/10/07 作者:Vanessa Bryant  出版社:Macmillan Pub Ltd  裝訂:精裝
A beautiful and moving testament to the enduring life of Kobe Bryant and the Mamba Mentality.When Kobe and Gianna Bryant died, tragically and unexpectedly, in 2020, the world mourned with a wholehearted ferocity. In perhaps the largest and most intense outpouring of public art the world has ever seen, murals went up on seemingly every available wall in Los Angeles and around the globe. The paintings were both professional and amateur, some public and some private, many of them colossal. All of them expressed love and respect for Kobe and Gianna Bryant as athletes, as a father and daughter, as heroes who will not be forgotten.In Mamba & Mambacita Forever, Vanessa Bryant brings together the images and stories of more than a hundred murals honoring her husband and daughter. Taken together, what emerges is the story of a man who became even more than he himself could have imagined, an avatar of determination, discipline, and competitiveness. He was also a worldwide icon, one of the gre
優惠價: 79 1201
庫存:1
高速建立大型桌面應用:全新Electron框架現在就動手做
滿額折
出版日:2025/06/19 作者:潘瀟  出版社:深智數位  裝訂:平裝
☆★好評再上市★☆★導入實際開發場景與案例,由淺入深、循序漸進★★帶領讀者快速掌握 Electron 開發必備知識及技巧★【本書內容】隨著Electorn的流行,越來越多的開發人員開始學習和使用Electron框架。本書特別針對一些會讓初學者感到困惑的問題提出解決方案,舉例來說,官方文件詳盡地列舉了Electron提供的API以及其呼叫的方式和參數說明,然而卻完全沒有任何案例進行實作的教學,本書針對這個痛點,將全書10章分別按不同的主題設計成一個完整連貫的開發案例,讓讀者真正知道在專案開發中會遇到的問題並加以解決。另外目前坊間完全沒有Electron的中文書籍,對於Web工程師來說,桌面應用程式的跨度有點大,必須了解node.js和Chrominum的原理。主處理程序與繪製處理程序的概念等知識,會在應用程式開發的過程中感到困惑,本書清楚完整地說明了這個部分,讓開發者在寫程式時更加放心。非常適合有一定的前端知識基礎,開始學習或即將使用Electron進行開發的讀者,也適合傳統桌面用戶端開發,想了解Electron框架的C#/C++/QT開發人員。當然如果你已經是Electron的使用者,想更進一步精進自己的技術,這本書也一樣非常適合你。【本書特點】.只要會Html+CSS+Javascript,就能開發出跨平台的輕量桌面應用程式。.利用Web開發的Chrominum為基礎。.Node為基礎的桌面環境設定。.了解不同作業系統之間的處理程序。.了解應用程式中視窗的多種組合應用。.帶參數的應用程式設計。.修改Windows的登錄檔。.處理硬體裝置及系統UI。.錯誤處理及程式品質控制。.將應用程式打包及發佈到Windows市集。.服務處理程序及外掛程式的開發。【適合讀者】1.從事Web前端開發,有一定的前端知識基礎,出於興趣開始學習Electron框架,或是專案即將使用Electron進行開發,想快速上手Electron的開發人員。2.從事傳統桌面用戶端開發,想了解Electron框架,對擴充自己技術廣度有訴求的開發人員。3.已經使用Electron框架開發過專案,熟悉Electron的基本使用,但想學習更多案例實踐的開發人員。
優惠價: 9 792
庫存:5
Bear and Bird #1-4 (美國版)(平裝本)(共4冊)
滿額折
出版日:2025/05/13 作者:Jarvis  出版社:CANDLEWICK BOOKS  裝訂:平裝
9781536235456Bear and Bird #1: The Adventure and Other Stories (美國版)(平裝本)9781536235623Bear and Bird #2: The Picnic and Other Stories (美國版)(平裝本)9781536239270Bear and Bird #3: The Stick and Other Stories (美國版)(平裝本)9781536246476Bear and Bird #4: The Cave and Other Stories (美國版)(平裝本)
優惠價: 79 720
庫存:7
A New Documentary History of Hong Kong, 1945-1997
滿額折
出版日:2025/02/19 作者:Florence Mok(EDI)  出版社:香港大學出版社  裝訂:平裝
In A New Documentary History of Hong Kong, 1945–1997, Florence Mok, Fung Chi Keung Charles, and other contributors analyse newly released archival records from the National Archives in London, the Government Records Service in Hong Kong, and other sources across the world. This documentary collection provides an updated and improved understanding of basic aspects of the city such as governance, economy, society, and culture. It also aims at investigating topics that are under-exploited in previous sourcebooks, such as race and diasporas, gender and familial relations, medicine and healthcare, and environment and natural disasters. Overall, this book offers an innovative and comprehensive long-term perspective of Hong Kong’s colonial history.
優惠價: 79 998
庫存:5
Unicorn and Yeti #1-9 (Acorn Book)(共9本)(平裝本)
滿額折
出版日:2024/09/17 作者:Heather Ayris Burnell; Hazel Quintanilla  出版社:Scholastic  裝訂:平裝
Sparkly New Friends: An Acorn Book (Unicorn and Yeti #1)A Good Team: An Acorn Book (Unicorn and Yeti #2)Friends Rock: An Acorn Book (Unicorn and Yeti #3)Cheer Up: An Acorn Book (Unicorn and Yeti #4)Fair and Square: An Acorn Book (Unicorn and Yeti #5)Together: An Acorn Book (Unicorn and Yeti #6)Stuck with You: An Acorn Book (Unicorn and Yeti #7)Fun and Games: An Acorn Book (Unicorn and Yeti #8)Razzle Dazzle: An Acorn Book (Unicorn and Yeti #9)
優惠價: 79 1471
庫存:4
Bumble and Snug (Book 1-4)(graphic novel)
滿額折
出版日:2024/07/04 作者:Mark Bradley  出版社:Hachette UK  裝訂:平裝
9781444958034 #1: Bumble and Snug and the Angry Pirates (graphic novel)9781444958058 #2: Bumble and Snug and the Excited Unicorn (graphic novel)9781444958072 #3: Bumble and Snug and the Shy Ghost (graphic novel)9781444972344 #4: Bumble and Snug and the Jealous Giants (graphic novel)
優惠價: 79 1387
庫存:3
Clean Code錦囊妙計
滿額折
出版日:2024/06/06 作者:Maximiliano Contieri  出版社:美商歐萊禮  裝訂:平裝
提升程式設計與品質的訣竅 推薦給堅持寫出優質軟體的你 無論技術如何發展,程式碼的簡潔仍然至關重要。 程式碼的簡潔度和明確度,不僅是程式設計師的責任,也影響資源分配、開發策略、專案管理等面向,甚至關乎整個軟體產業的發展。 雖然 AI 可以自動生成程式碼,但目前仍存在基本錯誤、理解問題和維護困難等缺陷。現階段,人機合作還是主流,程式設計師需要監督、修正和改善 AI 生成的程式碼。 因此無論技術如何演進,程式碼的可讀性和維護性仍然十分重要。 「這是一本資訊豐富的著作,它用深入的理論和豐富的實例來說明如何寫出clean code。強烈推薦給堅持寫出優質軟體的你。」 —Daniel Moka 軟體工匠,Moka IT 「Maxi是位應用科學家,本書充分展示出他在軟體開發領域深厚的專業知識。」 —Alex Bunardzic 軟體開發者和教育者 負責龐大且複雜的code base軟體工程師和架構師必須高效擴展和維護程式碼。在本書中,Maximiliano Contieri將以clean code(簡潔程式碼)的理念為基礎,帶你瞭解如何快速辨識改善的機會,並評估它們對產品程式碼的影響。這些技術為系統的可靠性和演進帶來的好處會隨著時間推移而逐漸實現。 本書使用JavaScript、PHP、Python、Java等程式語言的實際範例來提供經過驗證的祕訣,幫助你擴展和維護大型系統。本書的每一個章節皆涵蓋許多基本概念,包括易讀性、耦合、易測試性、安全性和易擴展性,還有程式碼異味及其處理方法。 隨著本書的進展,重構的祕訣和它們想解決的問題將變得更加複雜。您將從中: ‧瞭解clean code的好處,學會辨識改善的機會 ‧逐步學習重構技巧 ‧瞭解clean code背後的理論 ‧從多種現代程式語言的實際案例中學習 ‧全面瞭解各種程式碼異味、它們的影響和可能的解決方案 ‧寫出直接、易讀和易學的程式碼
優惠價: 9 792
庫存:3
用ChatGPT詠唱來點亮React&前端技能樹
滿額折
出版日:2024/04/19 作者:一霄三筵 (黃韻儒)  出版社:深智數位  裝訂:平裝
☆★☆改寫自第15屆iThome鐵人賽自我挑戰組熱門文章☆★☆☆★☆免費版ChatGPT-3.5,人人皆可用且簡易上手☆★☆☆★☆豐富的問答與範例☆★☆☆★☆依個人需求自訂義設定ChatGPT,打造專屬助手☆★☆☆★☆章節皆附QR Code,問答內容與程式碼一鍵複製☆★☆☆★☆深度掌握React與前端工程師必備相關知識☆★☆☆★☆學會如何使用ChatGPT幫助工作與學習☆★☆內容結合ChatGPT使用示範與前端技術教學,協助前端工程師打造更為精湛的React開發技能之餘,更學習如何與AI共融進步。透過ChatGPT使用和設定教學,你將學到如何善用這個強大的工具,不僅提升開發效率,更能打造個人專屬的程式碼助手,了解其應用於算數問題以及程式碼開發、運維的種種可能性。涵蓋JavaScript、TypeScript、React基礎與進階主題,深入剖析網頁基礎、ES6語法、異步操作、React狀態管理、以及Redux等重要概念。每一個章節都以ChatGPT為導師,搭配專業的技術指引,使你能夠輕鬆掌握前端開發的核心技能。書中更探討自動測試的重要性,引導讀者使用Jest單元測試和Storybook來處理UI文件與測試,確保程式碼品質和穩定性。最後,透過ChatGPT的引導,你將走遍React與前端技能樹的各個角落,建立起堅實的技術基石。本書希望讀者明白AI並不是取代自己的敵人,而是推進自己的忠心夥伴。讓ChatGPT與你攜手,開啟前端學習之旅,使技能樹在ChatGPT的詠唱中綻放光芒。
優惠價: 9 792
庫存:3
網頁視覺特效最強必殺技大全:用 Three.js 與 Shader 圖說核心原理X閃避踩雷X創作指南
滿額折
出版日:2024/01/10 作者:蘇桓晨 (Umas)  出版社:博碩文化  裝訂:軟精
學網頁 3D 可以用聰明的方式融會貫通,再也不用埋頭苦幹!「我衷心推薦《網頁視覺特效最強必殺技大全》,書中很多艱澀的原理在 Umas 的文筆下都相當有趣,相信你將從中受益匪淺。」——蔡木景,《JavaScript 概念三明治》作者| 內容簡介本書內容改編自第 14 屆 iThome 鐵人賽 Software Development 組的優選系列文章《30 天成為鍵盤麥可貝:前端視覺特效開發實戰》。本書透過不同前端 3D 作品案例逐步解釋 WebGL 底層運作原理,用淺顯易懂的方式,搭配豐富的插圖,進而解釋艱澀難懂的主題,幫助讀者打造屬於自己的網頁 3D 作品。內容從數學原理到畫面上的特效,從第一行程式碼到各個 bug 的解方,深入淺出,口吻風趣,涵蓋理論到實務創作的全面認識,帶領讀者輕鬆進入前端 3D 的大門。網頁 3D 在創作時,最麻煩的是踩到深不見底的大坑,而這些大坑往往代表底層原理需要被理解,本書也依照不同案例會遇到的大坑做詳盡解釋,讓新手除了能夠打造自己的作品外,還可以省下埋頭苦幹的時間,用聰明的方式融會貫通!| 核心內容本書分為三部曲,第一部曲介紹多種底層關係,第二部曲提供多個 three.js 案例的教學同時引出原理,第三部曲深入 Shader 的世界。每一部都能單獨看,每一個案例都有上手的程式碼以及完成的程式碼,學網頁 3D 再也不必茫然!| 目標讀者◪ 對網頁開發相對陌生,但希望能更嘗試網頁 3D 並融入創作的網頁設計師◪ 對 3D 相對陌生,但對網頁 3D 躍躍欲試的前端工程師◪ 對網頁 3D 感到好奇,想多加認識該領域的勇者◪ 想嘗試在網頁上呈現創作的 3D 建模師◪ 尋找更酷炫的媒材加以創作的視覺藝術家
優惠價: 9 720
庫存:3
Daisy 10-17 (英國版)(共8本平裝本)
滿額折
出版日:2024/01/04 作者:Kes Gray; Garry Parsons; Nick Sharratt  出版社:Red Fox UK  裝訂:平裝
#10 Daisy and the Trouble with Piggy Banks#11 Daisy and the Trouble with Vampires#12 Daisy and the Trouble with Chocolate#13 Daisy and the Trouble with School Trips#14 Daisy and the Trouble with Nature#15 Daisy and the Trouble With Unicorns#16 Daisy and the Trouble With London#17 Daisy and the Trouble With Space
優惠價: 79 2774
庫存:1
Charlie and Lola (6 books)
29 折
出版日:2023/11/01 作者:Lauren Child  出版社:Hachette UK  裝訂:平裝
Charlie and Lola: One Thing Charlie and Lola: Slightly InvisibleCharlie and Lola: I am Not Sleepy and I will Not Go to BedCharlie and Lola: I will Not Ever Never Eat a TomatoCharlie and Lola: A Dog with Nice EarsCharlie and Lola: I am Too Absolutely Small for School
優惠價: 29 699
庫存 > 10
Pixi.js讓新手也能寫出好遊戲
滿額折
出版日:2023/09/25 作者:小哈片刻  出版社:深智數位  裝訂:平裝
★從零開始,拆掉遊戲製作的門檻★ ☆本書作者獲2022 iThome鐵人賽―優選☆ 網頁遊戲可說是最方便廣傳的發布平台,二十一世紀初期的Flash大一統年代已經證明了,不管規模多麼小、點子多麼荒誕不經的網頁遊戲,都有機會在網路上大放異彩。 自Flash走下神壇,HTML5取而代之,隨著技術的發展,網頁遊戲的開發工具變得越加成熟。 在網頁繪圖引擎的大海中,Pixi.js無疑是繼承了Flash精神的佼佼者,不但提供了高效、輕量級的圖像渲染、動畫特效,而且對於我們程式設計師來說,更有著功能清晰易懂、入門快速上手的好處。 此外,Pixi.js還是以TypeScript為語言撰寫的函式庫。TypeScript是JavaScript的一個超集,提供了靜態類型檢查和推斷等特性,不僅提高了程式碼的可讀性和可維護性,還大大地減少錯誤的發生。本書將並進介紹TypeScript的語法與Pixi.js的功能,通過實例演示如何使用這兩大工具,從零到有地開發網頁遊戲。 透過本書,您將學會如何以最先進的網頁技術製作遊戲,從開發環境的組建、基礎程式編輯概念、TypeScript語法、Pixi.js繪圖功能,到響應式遊戲尺寸、鍵盤滑鼠的操作、物理引擎的引入,再到網頁遊戲的發布和匯出手機遊戲的方法,本書提供了全面的指引與詳解,幫助您輕鬆掌握網頁遊戲製作的知識與技巧。 在WebView全面嵌入作業系統的今天,網頁技術成為支援多平台軟體的熱門選擇之一,對於遊戲製作的新手,更是一片充滿機運的天地。 讓我們一起打開這扇大門,創造屬於自己的遊戲世界吧! 本書內容分成四大部分: 1.開發環境的組建(第一、二章) 2.函式庫的建立(第三、四、五章) 3.實作遊戲(第六、七、八、九章) 4.發布遊戲於網頁與手機(第十章) 本書的適用對象 因為撰寫時所想像的閱讀對象是完全的入門者,也就是對遊戲製作抱有夢想卻不得其門而入的新手,所以內容除了加入許多程式設計上的解說與邏輯推衍的過程,也會避免使用過於行內的字眼。如果有不得不使用的專業術語,會加開小節對其詳加介紹。 在程式碼的演示上,則儘量將長篇大論切成許多小段來逐步解釋,希望能大幅降低閱讀壓力。 對於已經有程式底子的讀者,書中也有許多軟體設計模式的概念,還有各種遊戲中常用的演算法,供讀者學習思考與印證。
優惠價: 9 792
庫存:2
Disaster Management and Emergency Medicine in the Asia-Pacific Region: Current Practices and Future Directions
滿額折
出版日:2023/07/23 作者:Kenneth N. K. FONG; Ben Y. F. FONG  出版社:香港城市大學出版社  裝訂:平裝
This book, the first of its kind in Hong Kong, offers insights from experts in healthcare and higher education both locally and further afield. Key learnings and recommendations are presented in three sections: disaster management and reconstruction, including what we can learn from past earthquakes; the importance of healthcare and emergency medicine in disasters and community events; and the way forward, in particular how technology and systems thinking can be used for disaster mitigation.
優惠價: 79 845
庫存:7
Inspirations from a Lofty Mountain: Festschrift in Honor of Professor William S-Y. Wang on his 90th Birthday
滿額折
出版日:2023/07/23 作者:Gang PENGJiangping KONG Zhongwei SHENFeng Wang  出版社:香港城市大學出版社  裝訂:平裝
Prof. William S-Y. Wang, an eminent linguist, has made significant contributions to the field regarding lexical diffusion, experimental phonetic studies, language simulation and modeling, and aging and language. To celebrate his 90th birthday, colleagues and friends worldwide have contributed over 30 articles to a two-volume Festschrift. The English volume includes topics such as Chinese language evolution, the relationship between language and music, and the brain processes involved in language production. This Festschrift is written by and for experienced language researchers and is also suitable for students of Chinese linguistics and those interested in Chinese culture, history, and neurology.
優惠價: 79 1027
庫存:7
最速網頁開發:用Go Web一手建立高能效網站系統
滿額折
出版日:2023/03/20 作者:廖顯東-著  出版社:深智數位  裝訂:平裝
☆ ★☆ ★☆ Web開發新選擇!☆ ★☆ ★☆和C/C++一樣強大簡潔,比Node.js好學易懂,比Php高效快速,開發Web程式一起Go!市面上這麼多程式語言,從大家一定要學的Java/C/C++/C#,一直到非常流行的Python,Javascript等。想學Web開發,雖然什麼語言都行,但現今Web的架構十分複雜,再加上企業對程式設計師「全端」的能力、「快速開發」能力、「DevOps」能力的要求甚高,一個Web程式語言要面面俱到的確有難度。過去一直以為Go是專注在區塊鍊開發的程式語言,在開發Web時並不會列入考慮,大部分的初學者想到的就是Php,稍微有經驗的開發者會考慮Node.js或是Rails這種較大型的開發框架,但曾幾何時,Go以及其Web框架Beego/Gin已經慢慢成為主流了。本書是市面上難得將Go從頭到尾說明完整清楚的參考書,如果你已經有程式開發經驗,這個類似精簡快速的C語言,會讓你重新享受C高速開發的樂趣,而成品也禁得起大型企業網站的考驗。而最流行的Docker佈署,本書也有一章完整的介紹,從了解Go語言本身、Web框架、ORM資料庫連結(包括了NoSQL)、最後到Docker佈署,一氣呵成,Web開發就靠他了。◎ 本書特色(1)第一線技術,突出實戰。本書中穿插了大量的實戰內容,且所有程式採用目前的Go 最新版本編寫。(2)精雕細琢,閱讀性強。全書的語言經過多次打磨,力求精確。同時注重閱讀體驗,讓沒有任何基礎的讀者也可以很輕鬆地讀懂本書。(3)零基礎入門,循序漸進,讓讀者快速從菜鳥向實戰高手邁進。本書以Go 入門級程式設計師為主要物件,初級、中級、進階程式設計師都可以從書中學到知識。先介紹Go 的基礎,然後介紹Go Web 的基礎,介紹Go Web 的進階應用,介紹B2C 電子商務系統實戰開發,最後介紹應用的Docker 實戰部署,真正幫助讀者從基礎入門向開發高手邁進。(4)極客思維,極致效率。本書以極客思維深入Go 語言底層進行探究,幫助讀者了解底層的原理。全書言簡意賅,以幫助讀者提升開發效率為導向,同時盡可能幫助讀者縮短閱讀本書的時間。(5)由易到難,重點和困難標注並重點解析。本書編排由易到難,內容基本覆蓋Go Web 的主流前端技術。同時對重點和困難進行重點講解,對易錯點和注意點進行了提示說明,幫助讀者克服學習過程中的困難。(6)突出實戰
優惠價: 9 792
庫存:1
Queer TV China: Televisual and Fannish Imaginaries of Gender, Sexuality, and Chineseness
滿額折
出版日:2023/02/16 作者:Edited by Jamie J. Zhao  出版社:香港大學出版社  裝訂:精裝
The 2010s have seen an explosion in popularity of Chinese television featuring same-sex intimacies, LGBTQ-identified celebrities, and explicitly homoerotic storylines even as state regulations on “vulgar” and “immoral” content grow more prominent. This emerging “queer TV China” culture has generated diverse, cyber, and transcultural queer fan communities. Yet these seemingly progressive televisual productions and practices are caught between multilayered sociocultural and political-economic forces and interests.Taking “queer” as a verb, an adjective, and a noun, this volume counters the Western-centric conception of homosexuality as the only way to understand nonnormative identities and same-sex desire in the Chinese and Sinophone worlds. It proposes an analytical framework of “queer/ing TV China” to explore the power of various TV genres and narratives, censorial practices, and fandoms in queer desire-voicing and subject formation within a largely heteropatriarchal society. Through ex
優惠價: 79 2141
庫存 > 10
Listen and Learn: Alphabet, Grade PreK, K, 1 (附音檔下載連結)(共3本)
滿額折
出版日:2023/01/01 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
Build strong reading foundations for early learners with audio read-alouds and engaging alphabet stories and activities.Colorful theme-based phonics activities and stickers get children excited to practice and learn alphabet letters and sounds and read simple sentences. The audio option on every page helps to develop children’s listening and comprehension skills as they hear directions and stories read aloud. The audio feature is ideal to support learning at home and in the classroom.Listen and Learn: Alphabet workbook for grade 1 is beautifully illustrated, representing children from many cultures around the world. This colorful grade 1 activity book includes:Alphabet stories with an optional audio read-aloud feature to develop literacy and comprehension skillsA variety of activities that help children learn to read and write upper- and lower-case letters and practice long and short vowel soundsFun stickers to motivate children to complete activitiesEach book is 144 full-color pages a
優惠價: 79 1170
庫存:5
Listen and Learn: Animals, Grade Prek, K, 1 (附音檔下載連結)(共3本)
滿額折
出版日:2022/06/29 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
9781645141846 Listen and Learn: Animals, Grade Prek9781645141853 Listen and Learn: Animals, Grade K 9781645141860 Listen and Learn: Animals, Grade 1(with downloadable Audio)Engage children in practicing basic reading and writing skills with the help of fascinating animals! From chameleons to kangaroos, the beautiful animal photographs and stories in Listen and Learn: Animals will take young children on an animal adventure around the world.Recipient of a Mom’s Choice Gold Award and a National Parenting Product Award, Listen and Learn: Animals activity books captivate children with the colorful visuals and audio read-alouds.Each unit is organized around a specific animal and includes facts about where animals live, what they look like, what they eat, how their body parts work, and how they take care of their young. Activities include animal games, art, writing, and drawing, and help children practice alphabet awareness, beginning sounds, counting, writing numbers, matching
優惠價: 79 1170
庫存:6
Studies in Colloquial Chinese and Its History: Dialect and Text
滿額折
出版日:2022/05/18 作者:Edited by Richard VanNess Simmons  出版社:香港大學出版社  裝訂:精裝
Studies in Colloquial Chinese and Its History: Dialect and Text presents cutting-edge research into issues regarding prestige colloquial languages in China in their spoken forms and as well as their relationship to written forms and the colloquial literary language. These include the standard regional languages and prestige dialects of the past, the influence of historical forms of spoken Chinese on written Chinese, the history of guānhuà and the history of báihuà, proto-dialects and supra-regional common languages (koines), and their relationship to spoken dialects. The various studies in this collection focus on the dialect groups with the most substantial written tradition, including Mandarin, Wu, Min, and Cantonese, in north, central and eastern coastal, and southern China respectively. The contributors explore the histories of these dialects in their written and spoken forms, presenting a variegated view of the history and development of the regional forms, including their evoluti
優惠價: 79 2568
庫存:1
出版日:2022/01/01 作者:Richard A. McPherson  出版社:ELSEVIER  裝訂:精裝
For more than 100 years, Henry's Clinical Diagnosis and Management by Laboratory Methods has been recognized as the premier text in clinical laboratory medicine, widely used by both clinical pathologists and laboratory technicians. Leading experts in each testing discipline clearly explain procedures and how they are used both to formulate clinical diagnoses and to plan patient medical care and long-term management. Employing a multidisciplinary approach, it provides cutting-edge coverage of automation, informatics, molecular diagnostics, proteomics, laboratory management, and quality control, emphasizing new testing methodologies throughout.Remains the most comprehensive and authoritative text on every aspect of the clinical laboratory and the scientific foundation and clinical application of today's complete range of laboratory tests. Updates include current hot topics and advances in clinical laboratory practices, including new and extended applications to diagnosis and management.
優惠價: 1 6800
庫存:1
Social and Emotional Learning Activities, Grades Prek-K
滿額折
出版日:2022/01/01 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
Support students by helping them identify and practice positive behaviors and develop empathy with Social and Emotional Learning Activities. Research shows that SEL experiences improve student achievement, reduce stress, and increase positive behaviors such as kindness, gratitude, and empathy.Social and Emotional Learning Activities includes 100+ engaging activities that help you weave social and emotional learning activities into the busy school day! Activities include skill practice across the curriculum by incorporating writing, reading, math, social studies, and cultural diversity into SEL instruction.Each unit has a different SEL focus and includes a teacher page with an introduction and corresponding activity pages. Children will learn positive behaviors, develop self-love, and learn empathy through:Real-world scenariosMindfulness activitiesCommunication activitiesCreative writingMazes, puzzles, and gamesArt projectsCritical thinking and problem solvingActivities may be used for
優惠價: 79 660
庫存:2
Social and Emotional Learning Activities, Grades 1-2
滿額折
出版日:2022/01/01 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
Support students by helping them identify and practice positive behaviors and develop empathy with Social and Emotional Learning Activities. Research shows that SEL experiences improve student achievement, reduce stress, and increase positive behaviors such as kindness, gratitude, and empathy.Social and Emotional Learning Activities includes 100+ engaging activities that help you weave social and emotional learning activities into the busy school day! Activities include skill practice across the curriculum by incorporating writing, reading, math, social studies, and cultural diversity into SEL instruction.Each unit has a different SEL focus and includes a teacher page with an introduction and corresponding activity pages. Children will learn positive behaviors, develop self-love, and learn empathy through:Real-world scenariosMindfulness activitiesCommunication activitiesCreative writingMazes, puzzles, and gamesArt projectsCritical thinking and problem solvingActivities may be used for
優惠價: 79 660
庫存:3
Social and Emotional Learning Activities, Grades 3-4
滿額折
出版日:2022/01/01 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
Support students by helping them identify and practice positive behaviors and develop empathy with Social and Emotional Learning Activities. Research shows that SEL experiences improve student achievement, reduce stress, and increase positive behaviors such as kindness, gratitude, and empathy.Social and Emotional Learning Activities includes 100+ engaging activities that help you weave social and emotional learning activities into the busy school day! Activities include skill practice across the curriculum by incorporating writing, reading, math, social studies, and cultural diversity into SEL instruction.Each unit has a different SEL focus and includes a teacher page with an introduction and corresponding activity pages. Children will learn positive behaviors, develop self-love, and learn empathy through:Real-world scenariosMindfulness activitiesCommunication activitiesCreative writingMazes, puzzles, and gamesArt projectsCritical thinking and problem solvingActivities may be used for
優惠價: 79 660
庫存:2
Social and Emotional Learning Activities, Grades 5-6
滿額折
出版日:2022/01/01 作者:Evan Moor  出版社:EVAN MOOR EDUC PUBL  裝訂:平裝
Support students by helping them identify and practice positive behaviors with Social and Emotional Learning Activities. Research shows that SEL experiences improve student achievement, reduce stress, and increase positive behaviors such as kindness, gratitude, and empathy.Social and Emotional Learning Activities includes 100+ engaging activities that help you weave social and emotional learning activities into the busy school day! Activities include skill practice across the curriculum by incorporating writing, reading, math, social studies, and cultural diversity into SEL instruction.Each unit has a different SEL focus and includes a teacher page with an introduction and corresponding activity pages. Children will learn positive behaviors and self-image through:Hypothetical scenariosCreative writingMazes, puzzles, and gamesArt projectsCritical thinking and problem solvingActivities may be used for whole-class instruction or small groups, or completed individually at home. The nine un
優惠價: 79 660
庫存:3
Can Hong Kong Exceptionalism Last?Dilemmas of Governance and Public Administration over Five Decades, 1970s–2020
滿額折
出版日:2021/11/01 作者:Anthony B.L. CHEUNG  出版社:香港城市大學出版社  裝訂:平裝
This book carries decades of academic observations and the author’s personal political experience. It reviews and refects on the past trajectory of governance and administration, identifying strengths and capabilities as well as constraints and vulnerabilities of Hong Kong as a polity and society, while charting its course of ‘exceptionalism’ within a new context and under changing conditions.Hong Kong under British rule was a prime example of exceptionalism in many aspects —economic, political, and even social. It was governed under a colonial structure and yet had enjoyed a large degree of social and economic freedom, as well as fiscal self-sufficiency and autonomy from London. After returning to Chinese rule in 1997, Hong Kong has continued to thrive as a relatively resilient city-state still known for efficiency andeffectiveness despite tensions and scepticism about its political future.This book carries decades of academic observations and the author's personal political experienc
優惠價: 79 751
庫存:6
最完整跨平台網頁設計:HTML + CSS + JavaScript + jQuery + Bootstrap + Google Maps王者歸來
滿額折
出版日:2021/09/06 作者:洪錦魁  出版社:深智數位  裝訂:平裝
★★★★★2021年8月Mybest網站推薦網頁設計類第1名★★★★★☆☆☆☆☆【6大主題】、【821個網頁實例】☆☆☆☆☆這是目前市面上內容最完整的跨平台、響應式網頁設計圖書,讀者研讀本書可以學會【HTML】、【CSS】、【JavaScrpt】、【jQuery】、【Bootstrap】、【Google Maps】等相關主題,從入門到進階、從元件到完整網頁設計。這也是一本從零開始帶領讀者完整學習網頁設計的書籍,共有34個章節。完整講解【基礎網頁內容】、【網頁版型設計】、【動態網頁設計】、【跨平台網頁實作】。每個觀念皆有實例輔助解說,可以增進讀者學習效率。研讀本書讀者可以學會下列的應用。☆ 認識與使用網路【免費資源】☆ 增加【網頁配色】知識☆ 解說與實作【完整的網頁設計】☆ 設計完整【響應式網頁】實例☆ 設計含【下拉式清單】的【響應式網頁】☆ 設計含【動態特效】、【輪播】、【警報】與【卡片】的【響應式網頁】☆ 設計含【旋轉特效】、【Google地圖】的【響應式網頁】有了上述知識,讀者可以輕鬆將上述觀念應用在建立【部落格】、【企業】、【行銷】、【新聞】、【購物網】等相關網站的應用。
優惠價: 9 972
庫存:1
International Law
75 折
出版日:2021/05/31 作者:Malcolm N. Shaw  出版社:Cambridge Univ Pr  裝訂:平裝
International Law is the definitive and authoritative text on the subject. It has long been established as a leading authority in the field, offering an unbeatable combination of clarity of expression and academic rigour, ensuring understanding and analysis in an engaging and authoritative style. Explaining the leading rules, practice and caselaw, this treatise retains and develops the detailed referencing which encourages and assists the reader in further study. This new edition has been fully updated to reflect recent developments. In particular, it has expanded the treatment of space law and of international economic law, and introduced new sections on cyber operations and cyber warfare, as well as reflecting the Covid-19 crisis. Both clarifying fundamental principles and facilitating additional research, International Law is invaluable for students and for those occupied in private practice, governmental service and international organisations.
優惠價: 75 2024
庫存:1
  • 899675
    22492
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 22492

暢銷榜

客服中心

收藏

會員專區