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

Beautiful JavaScript

3471
1 / 87
資料視覺化:使用Python與JavaScript
滿額折
出版日:2023/11/02 作者:Kyran Dale  出版社:美商歐萊禮  裝訂:平裝
內容簡介:擷取、清理、分析與轉換資料「Kyran的書包含了大量資訊,從D3.js細節說明,到如何建構出由客製化互動式儀表板所使用的、且由資料庫所支持的API。可以肯定地說,您將從這本書中學到很多東西!」―Peter Cook, 《D3 Start to Finish》作者如何將原始、未經處理的資料轉化為動態的互動式web視覺化?在這本實用的書中,作者Kyran Dale向資料科學家、分析師以及Python、JavaScript開發人員,展示如何為工作建立理想的工具鏈。藉由提供引人入勝的範例以及分享得之不易的實務經驗,本書將引導您善用最佳的Python和JavaScript程式庫。Python為爬取、清理和處理資料提供強大、成熟的程式庫。在web視覺化程式設計方面,JavaScript是最好的語言。這兩種語言相得益彰,可以幫助您建立現代web視覺化工具鏈。您將學習如何:‧使用爬取或web API(Requests、Scrapy、Beautiful Soup)獲取資料‧在NumPy生態系統(帶有pandas、Matplotlib和Seaborn的Jupyter notebook)中使用Python資料處理程式庫清理和處理資料‧使用靜態檔案或輕量級Python伺服器(Flask RESTful API)將資料交付到瀏覽器‧掌握足夠的web開發技能(HTML、CSS、JavaScript)將資料視覺化‧使用挖掘和精煉資料建立web圖表和視覺化(Plotly、D3)
優惠價: 9 792
庫存:3
JavaScript × ChatGPT 第一次學就上手
滿額折
出版日:2023/06/05 作者:陳惠貞  出版社:碁峰資訊  裝訂:平裝
ChatGPT神助攻!教語法、寫程式、除錯、出題練習、轉換其它程式語言樣樣行! JavaScript×ChatGPT強強聯名,讓您在AI的神助攻下,華麗化身為JavaScript程式設計高手! 在ChatGPT橫空出世後,有不少人驚覺「寫程式」即將由AI工具所取代,沒錯,AI工具確實能夠寫程式,但這並不表示您就不用學程式設計,而是程式設計師必須要進化為AI工具的程式審查員或教AI學習的老師。 換句話說,您必須具備程式設計能力,才有辦法跟AI工具溝通,讓它寫出您需要的程式碼,也才有辦法閱讀或審查AI工具所生成的程式碼,確保程式碼是正確的、有效率的、經過完整測試的。 在本書中,我們除了告訴您如何使用ChatGPT撰寫程式、解讀程式、查詢語法、尋求技術支援、除錯、出題練習、在JavaScript與其它程式語言之間做轉換,更重要的是有計畫地帶您學習JavaScript,無論您有無程式設計的經驗,只要約略具有HTML與CSS的基礎知識,都能看得懂、學得會,不會愈看愈挫折、半途而廢。 全書彩色印刷、圖解詳盡、範例導向、邊做邊學,零基礎也能輕鬆上手!
優惠價: 9 522
庫存:2
再上層樓的高手:JavaScript函式庫開發親手做
滿額折
出版日:2023/05/22 作者:顏海鏡; 侯策  出版社:深智數位  裝訂:平裝
【新書簡介】 有鑑於現代Web應用程序的需求越來越高,從而需要一些高效而且可重用的解決方案。開發JavaScript函式庫就是一種解決方案,這種方案可以為Web開發者提供更快的開發速度,並且能夠滿足複雜的需求。本書主要涵蓋三個部分內容,可以滿足讀者不同階段的學習訴求:首先,介紹如何開發和開放原始碼一個現代 JavaScript 函式庫,這部分內容可以幫助讀者快速達成函式庫開發目標;接續介紹現代 JavaScript 函式庫的設計最佳實踐和安全最佳實踐,這部分內容可以極大提高讀者開發 JavaScript 函式庫的品質;最後為實戰部分,本書精選了 9 個典型函式庫作為案例,帶領讀者了解不同類型的 JavaScript 函式庫的開發要點。透過本書作者專業與實作經驗,讀者可以學習到這些技能,提高自己的技術水準,本書就是讓讀者走上正確道路之最佳指南。 【本書看點】 ✪ 定義函式庫目標,為開發者提供什麼功能?確保能滿足實際需求 ✪ 設計函式庫架構,包括確定需要函式和模組,以及兩者之間的關係 ✪ 編寫函式程式,確保程式易維護和可擴充 ✪ 建立測試使用案例驗證函式按預期運行,透過手動測試自動化測試 ✪ 程式碼重構,包括優化性能、改進可讀性或提升再使用性 ✪ 文件撰寫,函式庫使用指南、API 文件等 ✪ 建立範例程式,說明函式庫使用,建立簡單的範例應用並演示 ✪ 發佈函式庫到適當的來源函式庫中,包括 NPM、GitHub ✪ 維護函式庫,定期維護及相容性 【適合讀者】 ☛ 對於JavaScript有基礎的開發者。 ☛ 即將要面試的前端開發者。 ☛ 想要鑽研JavaScript核心知識的開發者。 ☛ 網頁程式設計相關從業人員。 ☛ 大專院校網頁程式設計相關系所的師生。 ※ 本書附程式碼,可至深智官網下載:deepmind.com.tw/
優惠價: 9 720
庫存:1
輕鬆玩HTML5+CSS3+JavaScript網頁程式設計
滿額折
出版日:2023/03/01 作者:黃建庭  出版社:全華圖書  裝訂:平裝
本書特色● 超過100題豐富範例演練● 架構清楚、易讀性高,經由「步驟式教學→程式碼示範→預覽結果→完成範例檔」四步驟,網頁設計立即上手● 全彩印刷,範例程式碼的重點以紅色清楚標示,幫助讀者進一步掌握不同章節的語法重點● 每章皆附有習題,透過問答與實作,掌握全章精華內容簡介這是一本易於學習與理解的HTML5、CSS3與JavaScript網頁程式設計入門書。本書先進行概念解說,介紹標籤或指令,接著解說它們的使用方法,再以步驟方式進行範例實作,務必讓概念、標籤與指令的解說清楚易懂。本書從基礎概念到進階應用方式安排章節次序,先帶您初步認識HTML5+CSS3+JavaScript與網頁製作軟體的使用,接著介紹使用CSS設定文字與圖片、各種選擇器、版面編排、CSS的套用順序、製作選單與特效等功能及操作,再介紹HTML5的常用標籤、以網頁範例介紹JavaScript的概念與語法、說明JavaScript如何操作DOM(Document Object Model)動態修改網頁,最後整合前面章節所學,實際進行網頁設計及網站實作,讓您動手跟著做,就能實做出美觀實用,風格統一的網站。
優惠價: 95 618
庫存:2
樹的透視書+Tree of Life拼圖
滿額折
出版日:2022/01/07 作者:Nosy Crow-文; 漢娜‧艾莉絲-圖; 鍾慧元-譯  出版社:小山丘  裝訂:精裝
9786263072350 樹的透視書了解樹的不同部位怎麼分工合作、讓樹持續成長,並探索樹如何以各種方式協助人類與動物。樹太神奇了,快準備好翻開書吧! 從樹頂到根尖,樹木裡面充滿了驚奇的小祕密!本書運用特殊的透明頁設計,一層一層剖析大樹生態系,帶領讀者認識身邊的樹木,看樹木隨著季節發生的變化,以及如何提供棲所給各種動物。9781474992145 Usborne Book and Jigsaw: Tree of Life (300片拼圖+16頁小書)A beautiful Tree of Life Jigsaw Puzzle accompanied by a 16pp book that explores the whole tree of life from microscopic bacteria to whole rainforest ecosystems, packed with information about how life works, what makes a living thing, and all sorts of the Earth’s amazing plants and animals.300片拼圖+16頁小書拼圖完成尺寸59*40公分
優惠價: 9 853
庫存 > 10
網頁設計完全攻略HTML、CSS、JavaScript、Bootstrap、jQuery、Vue.js、RWD:搭配ChatGPT效率加倍
滿額折
出版日:2023/12/27 作者:陳惠貞  出版社:碁峰資訊  裝訂:平裝
這是一本內容非常齊全的網頁設計書籍,網羅最新技術、最新語法、最多範例,包含下列的【7大主題】和【超過700個範例程式】,全彩印刷,圖解詳盡,觀念正確,讓讀者快速學會網頁設計的關鍵技術!.HTML.CSS.JavaScript.Bootstrap.jQuery.Vue.js.響應式網頁設計 (RWD)除了分篇分章進行語法教學,目前最熱門的【ChatGPT】也是重要主題,我們會介紹如何使用ChatGPT學習網頁設計,包括撰寫網頁程式、解讀網頁程式、加註解、除錯、查詢語法、尋求技術支援、出題練習、解題、與其它程式語言做轉換等。為了讓讀者體驗如何將各種語法活用到實際的網頁設計,不再陷入只會語法,卻不知如何活用的窘境,我們設計了【三大響應式網頁範例】-【圖庫網站】、【旅遊網站】和【部落格網站】,其中第一個範例是使用HTML和CSS手刻響應式網頁,而第二、三個範例是使用HTML、CSS和Bootstrap開發響應式網頁,這些範例均相當精美,對於設計人員開發網頁、老師設計教學範例、學生製作專題或參加競賽都極具參考價值。學習重點------------------------------------------------------------【第0章-ChatGPT】在本章中,我們會介紹如何使用ChatGPT學習網頁設計,例如撰寫網頁程式、解讀網頁程式、加註解、除錯、查詢語法、尋求技術支援、出題練習、解題、與其它程式語言做轉換等。【第1篇-HTML】HTML可以用來定義網頁的內容,開發各種網頁應用程式。在本篇中,我們會介紹HTML常用的元素,例如文件結構、資料編輯與格式化、嵌入內容、表格、表單等。【第2篇-CSS】CSS可以用來定義網頁的外觀,包括編排、顯示、格式化及特殊效果。在本篇中,我們會介紹CSS常用的屬性,例如色彩、字型、文字、清單、Box Model、定位方式、背景、漸層、濾鏡、表格、Flexbox Layout、Grid Layout、變形、轉場、動畫、媒體查詢等。【第3篇-JavaScript】JavaScript可以用來定義網頁的行為,在本篇中,我們會介紹JavaScript的基本語法,包括型別、變數、常數、運算子、流程控制、函式、物件等,還會介紹JavaScript在瀏覽器端的應用,也就是如何利用JavaScript讓靜態網頁具有動態效果,包括文件物件模型 (
優惠價: 9 882
庫存:2
JavaScript多執行緒:超越事件迴圈的並行
滿額折
出版日:2022/05/16 作者:Thomas Hunter II; Bryan English  出版社:美商歐萊禮  裝訂:平裝
「Bryan和Thomas熟練地奠定了多執行緒開發的基礎,並巧妙地說明各種JavaScript執行時期如何實作平行計算。」 ―James Snell Node.js技術指導委員會成員 「當我開始深入研究worker執行緒時,我會很想讀這本書。它很詳細並提供很好的參考資訊。分析那章讓我忘情的大喊大叫。」 ―Matteo Collina NearForm首席軟體架構師 您準備好使用JavaScript來建構多執行緒應用程式了嗎?透過這本實用書籍,有經驗的JavaScript開發人員將可瞭解瀏覽器中所提供的web worker API和Node.js所提供的worker執行緒模組的優缺點。 作者Thomas Hunter II和Bryan English聚焦於建構多執行緒應用程式的兩種方法:一種是使用訊息傳遞,另一種則使用共享記憶體。您將學習用於實作每種方法的API,包括何時可能會想要使用其中一種方法或另一種方法,以及何時可以將它們組合。您還將接觸到基於這些方法所建構的進階樣式。 ‧瞭解如何從多執行緒程式設計中受益 ‧瞭解專用worker、共享worker和service worker之間的區別 ‧知道何時要以及何時不要在應用程式中使用執行緒 ‧透過利用Atomics物件來協調執行緒之間的通訊 ‧應用這些知識來建構高效能應用程式 ‧進行基準測試,來看看您是否會從多執行緒中受益
優惠價: 9 522
庫存:1
TensorFlow.js學習手冊
滿額折
出版日:2022/03/03 作者:Gant Laborde  出版社:美商歐萊禮  裝訂:平裝
以JavaScript開發機器學習「Gant在這本書中開門見山的教導您,網頁開發者使用JavaScript和瀏覽器需要知道的重要知識。」—Laurence MoroneyAI倡議領導者, Google「《TensorFlow.js學習手冊》讓您可以邁入TensorFlow.js,讓所有JavaScript開發者獲得新一代網頁應用開發的超能力。"—Jason MayesGoogle TensorFlow.js資深工程師「Gant神奇的解釋了複雜的機器學習概念,避免過於複雜的數學陷阱,您很難再找到更好的JavaScript資料科學介紹了。」—Lee Warrick全端JavaScript開發者鑑於對AI的需求和JavaScript的無所不在,TensorFlow.js的狂潮是不可避免的。借由這個Google框架,可以協助經驗豐富的AI老手和Web開發人員推動AI驅動網站的未來發展。在這本指南中,作者Gant Laborde(機器學習與web領域,Google開發人員及專家)為資料科學家、工程師、web開發人員、學生和研究人員等廣大技術受眾,提供了TensorFlow.js實務操作基礎方法。您將首先學習TensorFlow.js中的一些基本範例,再深入研究神經網路架構、DataFrames、TensorFlow Hub、模型轉換、遷移學習等。讀完本書後,您將瞭解如何使用TensorFlow.js建構和部署產出就緒的深度學習系統。‧探索張量(tensors),機器學習的最基本結構‧使用真實範例將資料轉換為張量及返回‧使用TensorFlow.js將AI與web相結合‧使用資源來轉換、訓練和管理機器學習資料‧從頭開始建構和訓練您自己的訓練模型
優惠價: 9 522
庫存:1
PHP、MySQL與JavaScript學習手冊
滿額折
出版日:2022/02/10 作者:Robin Nixon  出版社:美商歐萊禮  裝訂:平裝
動態網站建造指南 包含React、PHP 8&MySQL 8 「本書介紹許多重要的web開發語言,是一本很棒的入門書,節奏明快、容易閱讀、內容豐富,可讓你用最快的速度製作動態網站,包括基本的社交網站。」 ―Albert Wiersch CSE HTML ValidatorZ開發者 即使你只會基本的HTML,也可以利用開放原始碼技術與web標準來建構互動、資料驅動的網站。這本暢銷書的新版本將帶領你使用最新的核心技術來設計動態網路程式,包括PHP、MySQL、JavaScript、CSS、HTML5、jQuery與強大的React程式庫。 本書將告訴web設計者如何同時使用這些技術,並在過程中教導寶貴的web程式設計實踐法,包括如何為行動設備優化網站。你將整合所有知識,建立一個功能齊全、可在桌機和行動瀏覽器中使用的社交網站。 ‧探索MySQL,包括資料庫結構與複雜的查詢指令 ‧使用MySQL PDO擴充套件,它是PHP的改善版MySQL介面 ‧建立動態的PHP網頁,讓它為使用者量身定制 ‧管理cookie與session並維持高度安全 ‧用React程式庫來加強JavaScript ‧使用Ajax呼叫來做幕後的瀏覽器/伺服器通訊 ‧掌握CSS技術,為網頁設計樣式 ‧實作HTML5功能,包括地理定位、音訊、視訊與canvas元素 ‧變更網站的格式,將它改成行動web app
優惠價: 9 882
庫存:1
TypeScript學習手冊
滿額折
出版日:2023/06/05 作者:Josh Goldberg  出版社:美商歐萊禮  裝訂:平裝
使用型別安全的JavaScript強化Web開發技巧 「學習TypeScript是一種優秀的、平易近人的工具。Josh介紹TypeScript的關鍵部分,無須被不必要的細節所困擾。」 ―Ryan Cavanaugh, 微軟首席軟體工程師,TypeScript開發團隊經理 「Josh的專業知識貫穿了學習TypeScript的主軸。不僅具有深度有趣的教育內容且引人入勝。」 ―Cassidy Williams, 經驗豐富的開發工程師,創業顧問和投資人 TypeScript征服了JavaScript的世界。TypeScript在開發人員問卷調查中,被認定為世界上發展最迅速且最受歡迎的程式語言之一,已經廣泛應用於消費和商業產品中,最為熟知的是它有助於擴充大規模Web應用程式。 然而TypeScript到底是什麼?以及它如何使用、內部的運作模式?這本書適合初學者及進階JavaScript程式人員,從對「型別、型別系統」的一無所知到完全掌握TypeScript基礎知識。 讀者將學習到: ‧TypeScript的優勢及其型別系統在「原生」JavaScript之上的特殊之處 ‧使用僅限於開發過程中的型別註記,來操作TypeScript的型別系統 ‧分析和解讀程式碼,協助使用者擴充現有的開發模式 ‧幫助使用者處理陣列、類別、函數、物件和其他重要的內建JavaScript資料結構 ‧有效調整設定TypeScript配置選項,為團隊和專案定制TypeScript編譯器選項 ‧提供的自動重構和程式碼智慧搜尋等多種IDE整合環境工具,協助快速開發並減少錯誤
優惠價: 9 522
庫存:2
HTML5、CSS3、JavaScript、jQuery、Vue.js、RWD網頁設計
滿額折
出版日:2022/12/12 作者:陳惠貞  出版社:碁峰資訊  裝訂:平裝
全彩印刷、內容持續進化、網羅最新技術、最新語法、最多範例 經典暢銷書全新改版,快速學會網頁設計的關鍵技術! 有了本書,讓你一次學會網頁設計的關鍵技術: *使用HTML5的元素和各種表單輸入類型,讓網頁的結構條理分明。 *使用CSS3的Box Model、定位方式、彈性版面(Flexbox Layout)、格線版面(Grid Layout),以及色彩、字型、文字、清單、背景、漸層、表格、版面設計、變形、轉場、媒體查詢等屬性,以根據PC或行動裝置的特徵設計網頁。 *使用JavaScript的基本語法和瀏覽器端的技術,讓靜態網頁具有動態效果,包括文件物件模型 (DOM)、瀏覽器物件模型 (BOM)、事件處理等。 *使用jQuery的基本語法、事件、特效和常用函式,讓操作HTML文件、選擇HTML元素、處理事件、建立特效動畫等動作變得更簡單。 *使用Vue.js提供的API進行資料繫結及操作網頁上的元素,解決畫面顯示與資料狀態同步的問題。Vue.js是近年來相當熱門的前端框架,簡單易學、容易導入並具有高度的擴充性。 *使用響應式網頁設計 (RWD,Responsive Web Design) 根據瀏覽器環境自動調整網頁的版面配置,讓網頁完整呈現在PC、平板、手機等裝置,達到One Web One URL (一網站一網址) 的目標。
優惠價: 9 504
庫存:2
LINE聊天機器人+AI+雲端+開源+程式:輕鬆入門到完整學習
滿額折
出版日:2022/10/20 作者:Wolke Lin 林建宏  出版社:深智數位  裝訂:平裝
時至今日,程式開發已經不再是程式工程師的專利!108年學年度,教育部已將程式開發列為12年國教的課鋼之一。要不要學已經不再是爭執的重點,而是:一,怎麼學,二,在那裡用,才是我們該專注的目標。一,怎麼學?程式是電腦的語言,和我們人類講的語言當然一定有代溝;而剛學程式,最早獲得就是挫折感,然後,就沒有然後了。這應該是很多人第一次學習程式的感想吧?為了增加成就感,減少挫折感,筆者特地選用,號稱地表最簡單的程式語言 JavaScript 並先剪去往常講 JS 學習的書籍都會帶的 HTML 等前端語法。從後端開始,就可以建置應用,讓各位讀書可以輕鬆分享開發成果給好友,增進各位的成就感,進而有繼續學習下去的勇氣。有了學習的勇氣後,再一步一步的將目前程式開發大略會碰到的知識一步步代入,使各位成長。二,在那裡用?JavaScript 是一套很值得投資時間學習的語言,軟體開發界有一句名言「Anything that can be Written in JavaScript, will Eventually be Written in JavaScript」,意思是說:任何可以以 JavaScript 實現的應用,最終都會以 JavaScript 實現 。放在今時今日來看,javascript 除了在網頁前端上的發光發熱之外,在其他的領域都有相對應的套件,例如:後端有 node.js ,IOT 物聯裝置有 Node-Red … 除此之外,在G的領域,Google App Script 也是以 javascript 做為基礎所以研發的語言。在非技術工作上,培養邏輯思維;快速反應市場變化,降低對技術人員的倚賴;驗證商業構想,優化營運流程;以及規劃大型專案時,將商業需求轉譯為技術問題的能力,對於每一個人而言,應該都是數位時代職場競爭力的重要元素,也是掌握基本程式能力後,可望達成的目標。本書看點★三個面向的學習重點☆✪程式語法的學習基礎的程式語法是很重要的,本書前面篇幅偏重在語法的學習與練習。例如:JS程式學習篇:基本語法練習、JS程式學習篇:函式方法與物件、JS程式學習篇:決策與迴圈、JS程式學習篇:非同步與API✪程式應用的開發懂了程式語法之後,就要有辦法使用程式語法以及使用幫助開發工具,建構出符合需求的應用程式。本書在:IDE篇、實作練習篇:實作網站版剪刀石頭布、開源篇:npm &
優惠價: 9 540
庫存:2
你的地圖會說話?WebGIS與JavaScript的情感交織(iT邦幫忙鐵人賽系列書)
滿額折
出版日:2022/07/11 作者:廖炳閎(Perry Liao)  出版社:博碩文化  裝訂:平裝
解鎖地圖與JavaScript相遇的秘密 全國第一本介紹WebGIS開發與實戰應用的實體書籍! 本書提供範例程式下載,事半功倍一學即上手! WebGIS啟蒙首選✖五家地圖API✖近百個程式範例✖實用簡易口訣✖學習難度分級✖補充ES6小知識 內容簡介 本書內容改編自第12屆iT邦幫忙鐵人賽,Modern Web組佳作網路系列文章-《你的地圖會說話?WebGIS與JavaScript的情感交織》。 在人手一台智慧型手機,運用Google地圖查詢餐廳位址的時代,您是否會好奇這些地圖功能是如何透過程式實作的呢?本書會從最基礎開始,帶您進入WebGIS的奇幻旅程。 ❖給完全沒有WebGIS及地圖domain knowhow的你 👉本書將從最基本的地理資訊系統概念談起,從概念到程式實作一應俱全,完全沒接觸過GIS的讀者依舊能輕鬆上手! ❖給網頁開發的初學者與擔心看不懂書內範例程式的你 👉別擔心!本書會詳細介紹JavaScript程式的實作細節,並採用ES6以後的語法,讓您學習地圖開發之餘,還能學習到最新的JavaScript程式語法! ❖給覺得Google Map API收費高,而想轉戰其它地圖API的你 👉本書統整五家地圖API,包括:Google Map API、Here Maps API、ArcGIS API、TGOS Map API、Leaflet API,無論您在不同的情境下想使用不同的地圖API (皆含範例程式碼) ,本書是您最好的入門聖經! ❖給已會使用Leaflet API製作簡單的口罩地圖,但還希望更進一步加深功力的你 👉常見的口罩地圖實作的是WebGIS的展點功能,本書除了展點外,還有:圖層套疊、定位、環域查詢、群聚、熱區等等……,不勝枚舉的WebGIS實戰應用,等你來挑戰! 好評推薦 這本書的內容是非常適合初學者自學上手的WebGIS入門教材,從地理圖資的常見格式,再來深入淺出的解說運用網路資源進行資料擷取、設定、展示與分析等。這是一本讓所有想要瞭解如何開發地圖應用程式的任何人,都能一窺WebGIS實用且充滿趣味的技術領域。 溫在弘 國立臺灣大學地理環境資源學系教授 國立臺灣大學理學院空間資訊研究中心主任 中華民國地圖學會理事長
優惠價: 9 540
庫存:4
The Beautiful Ones
滿額折
出版日:2022/04/14 作者:Silvia Moreno-Garcia  出版社:Quercus Publishing  裝訂:平裝
''Whenever I want to read a book I know will be good, I go to Silvia Moreno-Garcia. Her genres are ever changing, her ability to take on a wild story each time is incredible'' TAYLOR JENKINS-REID, author of Daisy Jones and the SixThe Grand Season has just begun and already Nina''s debut among Loisail''s most notable socialites has gone disastrously awry.Nina has always struggled to control her gift of telekinesis, which has earnt her the nickname the Witch of Oldhouse. When Hector Auvray, the renowned entertainer, arrives in town, Nina is dazzled. He too has a telekinetic talent and sees her not as a witch, but ripe with magical potential.Under his tutelage, Nina''s talent blossoms, as does her love for him. But great romances are for fairy-tales, and Hector is hiding a secret bitter truth from Nina - and himself - that threatens their courtship.The Beautiful Ones is a sweeping tale of love and betrayal and the struggle between conformity and passion.Discover why readers love The Beaut
優惠:外文書周末優惠-單79雙75 優惠價: 79 478
庫存:1
#4: Phantom Of The Opera (Thea Stilton Classic Tales)
滿額折
出版日:2023/11/01 作者:Thea Stilton  出版社:Scholastic Asia  裝訂:平裝
For Christine Daaé, a beautiful and talented opera singer, the time of her debut is approaching: soon the opera curtain will rise. In the audience, ready to applaud her, is her nobleman Raoul, secretly in love with her. It could be an unforgettable evening, but a mysterious shadow stretches over their dreams... A classic freely adapted by Tea Stilton.
優惠:外文書周末優惠-單79雙75 優惠價: 79 271
庫存:2
The Boy Who Said Wow
滿額折
出版日:2023/10/26 作者:Todd Boss; Rashin Kheiriyeh  出版社:Simon & Schuster  裝訂:精裝
Inspired by the beautiful true story of a nonverbal boy moved to speech at his first Mozart concert, this picture book is a testament to the power of art and the boundless joy it can bring.When Grandfather comes to take his grandson to a concert, Ronan is quiet as they leave the house, quiet in the car, and quiet at the concert hall. But when the performance is over and the beautiful music fades out at last, Ronan opens his mouth…and lets out a great big WOW!Not any old WOW, but Ronan’s very first WOW! That one word fills up the hearts of Ronan’s family, the musicians, the audience, and—when the recording goes viral—the world.
優惠:外文書周末優惠-單79雙75 優惠價: 79 601
庫存:3
Little Christmas Sound Book (硬頁音效書)
46 折
出版日:2023/10/12 作者:Sam Taplin; Jo Rooks  出版社:Usborne UK  裝訂:音效書
Little children will love pressing the buttons in this delightful little book to hear five sounds that conjure up the Christmas spirit. From jingling bells to roaring fires and reindeer whooshing through the sky, the festive sounds and beautiful scenes make it a perfect stocking filler. There are presents to spot on every page too.
優惠:遊戲書199 優惠價: 46 199
庫存 > 10
HTML5、CSS3、Bootstrap5、JQuery網頁前端學習手冊
滿額折
出版日:2023/06/05 作者:廖建翔  出版社:碁峰資訊  裝訂:平裝
全彩印刷、範例導向,初學者的第一本書! 學習養成:從初學者到熟練者的完整學習教材 快速開發:教導使用Bootstrap template + JQuery快速開發商業網站 結合趨勢:介紹應用ChatGPT搜尋套件、程式除錯 在求職市場中,前端網頁工程師所須具備的技術條件包含HTML、CSS、JavaScript,本書內容與職缺需求相呼應,並在各章節中加入許多實務概念,包含如何分別使用HTML標籤或CSS做出網頁版型、如何使用Bootstrap template快速地建置網頁架構並修改、如何尋找並運用JQuery套件在目前網站中,讓網頁內容更豐富。
優惠價: 9 378
庫存:2
Siren Queen (One of NPR's Best Books of 2022)
滿額折
出版日:2023/05/30 作者:Nghi Vo  出版社:Tor Books  裝訂:平裝
"Lyrical, mesmerizing, and otherworldly. . . stunning proof that Nghi Vo is one of the most original writers we have today. A beautiful, brutal, monstrous Hollywood fantasy."--Taylor Jenkins Reid, New York Times bestselling author of The Seven Husbands of Evelyn HugoImmortality is just a casting call away. An Amazon Best Book of 2022One of NPR's Best Books of 2022Vulture's #1 Fantasy Novel of 2022Best of Year Selections at Apple Books B&N Booksellers LibraryReads TIME Magazine Oprah Daily The Philadelphia Inquirer Publishers Weekly Buzzfeed Chicago Review of Books LitHub BookRiot Paste Magazine Geek Girl Authority Bookish The Mary Sue New York Public Library Vulture Locus Recommended Reading List Kobo The Quill to Live L. A. Public Library Audible Amazon NPR An Indie Next and LibraryReads Pick This edition includes an exclusive reading group guide. It was magic. In every world, it was a kind of magic. "No maids, no funny talking, no fainting flowers." Luli Wei is beautiful, talente
優惠:外文書周末優惠-單79雙75 優惠價: 79 571
庫存:2
動態網頁設計
滿額折
出版日:2023/05/10 作者:劉妘鑏  出版社:五南圖書出版  裝訂:平裝
本書結合HTML、CSS,以及JavaScript,同時透過最普及的Visual Studio平台為實作工具,從零開始帶你動手建構自己的「動態網頁」。內容主要分為兩個部分:編程的背景知識與範例,包括編程環境、語法、函數、程序、物件、除錯,以及延伸的應用。另外,本書搭配圖示及步驟說明,以實用、有效的方式,讓你用最短的時間掌握 DHTML 的基礎。目次: 第一章 先備編程環境與知識第二章 用記事本設計我的第一個網頁第三章 MyGoogle 瀏覽器第四章 我的部落格第五章 MyShop第六章 會員註冊網頁第七章 報修與回饋單
優惠價: 95 456
庫存:1
Strong
滿額折
出版日:2023/04/13 作者:Clara Anganuzzi  出版社:Little Tiger Press Group  裝訂:平裝
Maurice is different to the other dragons. He isn't very scary, and he doesn't like to breathe fire or snarl or growl. In fact, what Maurice loves most in the world is flowers! But will the others ever accept him for who he really is?A beautiful story about being the odd one out, and all the different ways to be brave.Clara Anganuzzi's vibrant and enchanting artwork takes little readers on a journey to a world of dragons, magic and self acceptance. Gently introduce your little one to the idea that it's okay to be different with this beautiful book.
優惠:外文書周末優惠-單79雙75 優惠價: 79 347
庫存:1
The Heart of a Giant
滿額折
出版日:2023/04/13 作者:Hollie Hughes; Anna Wilson  出版社:Bloomsbury Publishing PLC  裝訂:平裝
Get ready for an epic journey of friendship and discovery from the bestselling author of The Girl and the Dinosaur. There's a shape up in the hills, where a giant's said to sleep,beneath a grassy blanket, on a bed of moss and peat . .. Then, one day, the sleeping giant wakes - and a small boy called Tom is plunged into an unforgettable adventure. Along the way, he'll discover what it means to be a true friend - and that even an ordinary boy can have the heart of a giant.With a beautiful rhyming text by bestselling Hollie Hughes, author of The Girl and the Dinosaur, and gorgeous illustrations from debut talent Anna Wilson, this beautiful book is an unmissable treat!
優惠:外文書周末優惠-單79雙75 優惠價: 79 347
庫存:3
Little Owl's Bedtime *附音檔QRcode*
滿額折
出版日:2023/02/02 作者:Karl Newson; Migy Blanco  出版社:Nosy Crow UK  裝訂:平裝
Snuggle down with this beautiful board book and join Little Owl as she flies off on a magical, star-filled night.With a cut-out star on a shiny front cover, beautiful illustrations throughout from the hugely talented Migy Blanco, and rhyming verse by Karl Newson that rolls off the tongue, this is a special and reassuring book for bedtime.While all the other animals sleep through the night, Little Owl has work to do – she needs to blow out the stars, one by one, to make way for morning. When her work is done, the sun finally rises to wake the animals from their slumbers . . . but for Little Owl, it’s time for bed.Lilting rhyme and rhythm make this book perfect for settling children for a peaceful night’s sleep, and stunning scenes show Little Owl flying all over the world. Little ones will love pointing out all the different animals!Sumptuously illustrated by Migy Blanco, who has been shortlisted for the Waterstones Children’s Book Prize, with beautiful verse by Karl Newson, who has bee
優惠:6月外文優惠 優惠價: 69 299
庫存:6
物聯網實戰(Cloud篇):使用NodeMCU-32S/Arduino/LoRa/雲端伺服器建立專屬物聯網
滿額折
出版日:2022/12/05 作者:林聖泉  出版社:博碩文化  裝訂:平裝
本書結合NodeMCU-32S、Arduino控制板、LoRa收發器、雲端伺服器建立WiFi與LoRa物聯網,讓你不須自行維護伺服器、輕易監控物聯網。 • 精選7朵雲 ‒ 雲端伺服器,運用MQTT、HTTP方法傳遞加密或未加密資料 • 在每朵彩雲下,建立WiFi(前8章)、LoRa(後2章)兩種不同通訊方式的物聯網 • 第7、8章介紹雲端SQL與NoSQL資料庫管理系統,物聯網資料不再稍縱即逝 • 第9、10章運用LoRa技術建立物聯網,達到低能耗、長距離通訊 書籍特色 • 充分運用Arduino豐富網路資源建立實用物聯網 • 建立LoRa感測網路,擺脫WiFi侷限,不須申請,免費使用,是本書一大亮點 • 運用Arduino IDE撰寫C++程式 • 運用Visual Studio Code撰寫、部署JavaScript網頁程式 • 規劃Node-RED流程監控物聯網 • 以智慧型手機APP監控物聯網 • 傳遞物聯網感測資料至雲端伺服器、儲存在雲端資料庫 閱讀本書後,你將學到 • 有效運用雲端伺服器 • 快速建立物聯網 • MQTT、HTTP通訊應用 • Arduino、JavaScript、Node-RED程式設計 • SQL與NoSQL資料庫管理系統 • LoRa通訊應用 本書適用於 • 大專院校「機電整合」、「專題製作」、「網際網路程式設計」、「物聯網應用」等課程 • 高中、高職「微電腦應用實習」相關課程 • 各級學校開辦「物聯網」探索課程 • 創客玩家DIY物聯網、擘劃智慧住宅、智慧農場
優惠價: 9 621
庫存:2
That's a Wrap!: 12 Gift Wrapping Sheets for Any Occasion
滿額折
出版日:2022/11/08 作者:Korie Herold  出版社:Paige Tate Select  裝訂:平裝
12 sturdy wrapping paper sheets and matching gift tags featuring elegant, hand-drawn illustrations--all conveniently bound together in a book. Whatever the season or occasion may be, artist Korie Herold's set of beautiful wrapping paper and matching gift tags will make your presents even more meaningful. Bound together in a book to make for easier storage, this set of uniquely designed gift wrap sheets makes gift-gifting effortless and easy. Just tear out a 19" x 26" sheet whenever you need to wrap something special. Perfect for anyone who loves beautiful paper goods. That's a Wrap gift paper set features: - 12 thick, matte 19" x 26" wrapping paper sheets - 12 punch-out matching gift tags - Hand-drawn illustrations featuring nature artwork and neutral colors - Basic, easy-to-follow tips for beautiful gift-wrapping Bestselling author and artist Korie Herold's line of books, journals, and products combine quality materials with timeless design--with the goal of helping you share beautifu
優惠:外文書周末優惠-單79雙75 優惠價: 79 689
庫存:2
Pop-Up Peekaboo! Rainforest
滿額折
出版日:2022/11/01 作者:DK  出版社:DK US  裝訂:立體書
Search through the Amazon Rainforest and find incredible animals in this exciting lift-the-flap pop-up book for little ones.Climb through the layers of the busy rainforest and discover lots of animals along the way. Babies and toddlers will love lifting the big flaps to find five peekaboo surprises pop up from the pages: a hungry anteater searching the forest floor for a snack, a spotted jaguar lounging on a tree branch over a busy river, a slithery snake winding its way through the leafy trees, a beautiful hummingbird sipping nectar from a pretty flower, and a playful monkey climbing to the treetops. Simple facts about habitats and animal life are carefully woven throughout the book, making it a fun and easy introduction to the topic of rainforest homes. The lively, read-aloud rhymes encourage literacy and early learning, while the beautiful pop-up scenes will surprise and delight curious preschoolers. With the help of parents and caregivers, toddlers will have fun turning the sturdy
優惠:外文書周末優惠-單79雙75 優惠價: 79 391
庫存:10
My First Lift-The-Flap Nursery Rhymes*附音檔QRcode*
42 折
出版日:2022/10/01 作者:Ingela P Arrhenius  出版社:Nosy Crow UK  裝訂:硬頁書
音檔試聽:https://nosycrowaudio.com/my-first-lift-the-flap-nursery-rhymes/From Humpty Dumpty to Hey Diddle Diddle, introduce little ones to the joy of nursery rhymes with bright, beautiful artwork and easy-to-lift card flaps revealing a hidden surprise on every page!Featuring 14 favourite rhymes to read together – and a QR code to scan with rhymes to listen to and sing along with – this gorgeous gift book will be treasured forever and reached for time and time again.With bright, beautiful artwork from Ingela P Arrhenius, illustrator of the bestselling Felt Flaps and Peekaboo series.
優惠:6月外文優惠 優惠價: 42 299
庫存 > 10
Sparkly Christmas Trees Sticker Book (貼紙書)
滿額折
出版日:2022/09/29 作者:Jessica Greenwell  出版社:Usborne UK  裝訂:平裝
Little children will love adding the special, sparkly stickers to this enchanting book. Scenes include choosing a tree, taking it home, decorating the tree with ornaments, a Christmas light trail and lighting the tree in town. With friendly animal characters and beautiful illustrations to keep children engaged.
優惠:外文書周末優惠-單79雙75 優惠價: 79 304
庫存 > 10
Beautiful World, Where are You?
滿額折
出版日:2022/09/06 作者:Sally Rooney  出版社:Picador USA  裝訂:平裝
千禧時代的代言人──莎莉‧魯尼最新作品《美麗的世界,你在哪裡》原文書。四名即將踏入三十歲的年輕人的命運故事…我們要在哪裡生活,要過哪一種生活?今天人們還能相信存在一個美麗的世界嗎?The instant #1 New York Times bestselling novel by Sally Rooney, author of Normal People and Conversations with Friends.“Beautiful World, Where Are You is Rooney’s best novel yet. Funny and smart, full of sex and love and people doing their best to connect.” ―Brandon Taylor, The New York Times Book ReviewAlice, a novelist, meets Felix, who works in a warehouse, and asks him if he’d like to travel to Rome with her. In Dublin, her best friend, Eileen, is getting over a breakup, and slips back into flirting with Simon, a man she has known since childhood.Alice, Felix, Eileen, and Simon are still young―but life is catching up with them. They desire each other, they delude each other, they get together, they break apart. They have sex, they worry about sex, they worry about their friendships and the world they live in. Are they standing in the last lighted room before the darkness, bearing witness to s
優惠:外文書周末優惠-單79雙75 優惠價: 79 301
庫存:4
National Trust: Birds of a Feather: Press out and learn about 10 beautiful birds
滿額折
出版日:2022/09/01 作者:Lauren Fairgrieve; Kate Read  出版社:Nosy Crow UK  裝訂:精裝
In this gorgeous gift book, create your own beautiful 3D birds before discovering fascinating facts about each species!Press out pieces and slot them together to create 10 different irresistible feathered friends. After finishing your 3D flock, either hang the birds of a feather as stunning decorations or press them back into the sturdy board pages and hardback binding to be used again and again. Then turn to the back of the book to pore over 22 richly illustrated pages with dazzling full colour nature scenes alongside a gently informative text to treasure.Covering everything from habitats and diets to myths and legends, this is a stylish, joyful introduction to a variety of European birds.
優惠價: 7 500
庫存:4
Test-Driven Development學習手冊
滿額折
出版日:2022/08/17 作者:Saleem Siddiqui  出版社:美商歐萊禮  裝訂:平裝
編寫多語言的整潔程式碼 「一本有趣的實作指南,可讓您加快測試驅動開發的速度。如果您想開始TDD,或是需要複習軟體開發人員所應掌握的重要技能之一,這本書就是為您準備的!」 ―Ham Vocke Stack Overflow軟體開發人員 您的程式碼可做為身為開發人員的技能證明。無論您使用哪種語言,程式碼都應該乾淨、優雅、整潔。透過使用測試驅動開發(TDD),您將編寫出易於理解的程式碼,保持其優雅,並且可以在未來數月甚至數年內持續進行工作。透過這本指南,您將瞭解如何將TDD與三種不同的語言一起使用:Go、JavaScript和Python。 作者Saleem Siddiqui向您展示了如何使用單元測試驅動的方法來處理領域複雜性。TDD將需求劃分為小規模、可實作的功能,使您能夠解決問題,並且與您使用的語言和框架無關。透過本書,您將學習如何將TDD納入您的常規程式設計實務。 這本書可以幫助您: ‧使用TDD的divide-and-conquer來控制領域的複雜性 ‧瞭解TDD如何跨語言、測試框架和領域概念工作 ‧瞭解TDD如何實現持續整合 ‧支援運用TDD進行重構和重新設計 ‧學習如何用JavaScript編寫簡單有效的單元測試工具 ‧使用TDD期間生成的單元測試來設置持續整合環境 ‧在Go、JavaScript和Python中使用TDD編寫乾淨整潔的程式碼
優惠價: 9 522
庫存:1
Usborne First Jigsaws: Things that go (4款4片拼圖+書)
滿額折
出版日:2022/08/04 作者:Matthew Oldham; Elisa Ferro  出版社:Usborne UK  裝訂:平裝
Toddlers will love snapping together these simple but beautiful puzzle pieces to build up their favourite wheeled and winged machines, and then reading more about each of them.
優惠:6月外文優惠 優惠價: 69 299
庫存:7
Under The Same Sky
滿額折
出版日:2022/07/07 作者:Britta Teckentrup  出版社:Little Tiger Press Group  裝訂:硬頁書
We sing the same songs, caught on the breeze... We sing the same songs, across the same seas.Written and illustrated by the award-winning Britta Teckentrup, this beautiful and heart-warming peek-through board book celebrates the closeness of the world's communities through their shared hopes and dreams.
優惠:外文書周末優惠-單79雙75 優惠價: 79 347
庫存:4
Mini and Hardly and the Big Adventure
滿額折
出版日:2022/06/23 作者:Rayner; Catherine  出版社:Macmillan Children's Books UK  裝訂:平裝
Meet two cheeky little unicorns in a big rush to grow up, in this beautiful picture book from the award-winning Catherine Rayner.
優惠:外文書周末優惠-單79雙75 優惠價: 79 347
庫存:1
Giant Panda (Young Zoologist): A First Field Guide to the Bamboo-Loving Bear from China
滿額折
出版日:2022/06/07 作者:Neon Squid  出版社:Neon Squid US  裝訂:精裝
A beautiful first guide to giant pandas, part of an exciting new series of animal books.Head to the mountains of China to study panda bears in this nonfiction field guide for kids.You might know that
優惠:外文書周末優惠-單79雙75 優惠價: 79 481
庫存:1
Scrap Metal Swan: A River Clean-Up Story
79 折
出版日:2022/05/16 作者:Joanne Linden  出版社:Barefoot Books  裝訂:平裝
When community members work together with trucks and ships to clean up the town's riverfront, an artist and her child hammer, chisel, weld and zap the found materials into something beautiful. Young makers will find inspiration in the playful, rhyming text and mixed media illustrations, while endnotes provide recycled-art activity ideas.
優惠:外文書周末優惠-單79雙75 優惠價: 79 301
庫存:3
Jonny Lambert's Bear and Bird: Lend a Helping Hand
滿額折
出版日:2022/05/03 作者:Jonny Lambert  出版社:Dk Pub  裝訂:硬頁書
Meet Bear, a gentle soul who has always wanted to plant a flower. Bear has found a beautiful flower and a great place to plant it…but Bear’s friends, including Bird, need his help, too.Take a trip outside with Bear, Bird, and their friends, and learn about nature and friendship along the way. With beautiful illustrations by renowned artist Jonny Lambert, and a simple yet charming narrative, this children’s book is a lovely read. The Bear and the Bird gently introduces little ones to gardening, and shows them the importance of friendship and helping others. Perfect for adults and children to share together, this is the ideal addition to any animal lover’s bookshelf. So let’s get growing!
優惠:外文書周末優惠-單79雙75 優惠價: 79 391
庫存:3
The Girl Who Lost a Leopard
滿額折
出版日:2022/04/07 作者:Nizrana Farook  出版社:Nosy Crow UK  裝訂:平裝
From the author of The Girl Who Stole an Elephant comes another brilliant escapade. The third thrilling adventure set in a fictional Sri Lanka is jam-packed with peril, poachers and an endangered leopard!Selvi is a wild child who loves climbing in the beautiful mountains behind her home. She is often joined by Lokka, a leopard with a beautiful coat and huge golden eyes.When hunters come for Lokka, Selvi is determined to fight. But what can she do against such powerful enemies? Turn to her friends, of course! Now they just need the perfect plan... Cover and inside illustrations by David Dean.
優惠價: 7 307
庫存:1
Emile and the Field (NYT Best Children's Books of 2022)
滿額折
出版日:2022/03/15 作者:Kevin Young; Chioma Ebinama  出版社:Make Me a World  裝訂:精裝
In this lyrical picture book from an award-winning poet, a young boy cherishes a neighborhood field throughout the changing seasons. With stunning illustrations and a charming text, this beautiful story celebrates a child's relationship with nature.There was a boynamed Emilewho fellin love with a field.It was wideand blue--and if you could haveseen itso would've you.Emile loves the field close to his home--in spring, summer, and fall, when it gives him bees and flowers, blossoms and leaves. But not as much in winter, when he has to share his beautiful, changeable field with other children...and their sleds. This relatable and lyrical ode to one boy's love for his neighborhood field celebrates how spending time in nature allows children to dream, to imagine...and even to share.
優惠:外文書周末優惠-單79雙75 優惠價: 79 571
庫存:1
Woodland Painting Party
滿額折
出版日:2022/03/15 作者:Yevgeniya Yeretskaya; Nicole Yen; Riley Samels  出版社:Jumping Jack Press UK  裝訂:精裝
The Easter Bunny has a grand idea--she'll paint her Easter eggs, inspired by the beautiful patterns and colors of her friends! She ventures through the forest and wetlands, gathering company as she travels. Together, the animal party makes Easter possible! This holiday adventure features seven illustrated spreads filled with original pop-ups, hidden flaps, and charming surprises.
優惠:外文書周末優惠-單79雙75 優惠價: 79 1087
庫存:1
  • 3471
    87
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 87

暢銷榜

客服中心

收藏

會員專區