TOP
GOGO開學趣,參考書應有盡有
篩選商品
搜尋結果 /

Programming Entity Framework

46
1 / 2
Digital Asset Valuation Framework(電子書)
出版日:2024/04/09 作者:HashKey Capital  出版社:商務印書館(香港)有限公司  裝訂:電子書
The author outlines a framework that evaluate different crypto assets consistently. Successful crypto investing requires a solid framework for value-based decisions rather than speculation. Hopefully, it can bring some clarity to the industry and help to understand the intrinsic value of crypto assets.
優惠價: 1 856
ASP.NET Core 6 零基礎建立自己的部落格(電子書)
80 折
出版日:2023/08/20 作者:劉駿嶢-Jim(雞湯工程師)  出版社:深智數位  裝訂:電子書
轉職軟體工程師、程式初學者、缺乏作品集的人! 不用再害怕寫程式啦~ ●Asp.Net Core 6的常見技術 ●Entity Framework資料庫設計、資安知識、發文系統、登入功能 ●Web開發工程師應該具備的相關知識 ●如何建造部落格網站 ●附贈原始碼 此書主要撰寫給所有程式初學者,希望大家能更好的進入程式的世界。 書中分成了兩個部分,第一個部分為ASP.NET Core工程師應該具備的相關知識,包含網站運行的原理、什麼是API、ASP.NET Core 常用技術、Entity Framework資料庫、相依性注入、如何上傳或是下載檔案、資安權限、如何架站等等,第二部分說明如何結合前面所學建造自己的Blog,做成一個有登入系統,可以發文給別人觀看的網站。 全書富含眾多程式範例以及原始碼提供讀者學習,希望大家能在成就感中學習到技術,在程式裡建築自己的世界。
優惠價: 8 632
Visual C# 2017程式設計經典(電子書)
出版日:2017/09/25 作者:蔡文龍  出版社:碁峯資訊股份有限公司  裝訂:電子書
由微軟MVP、大學教師以及MCSD、MCPD認證專家共同編著,並由大學教授程式設計教師提供寶貴意見與審校,是一本適合大專院校教學,以及MTA、MCP、MCPD、MCSD認證課程的先修教材。內容豐富,範例操作與解說皆有圖例、分析與詳細說明,讓初學者學習完全無障礙。 ■ C#程式設計入門篇 介紹Visual Studio 2017整合開發工具的使用,採循序漸進方式,以主控台專案介紹C# 資料型別、選擇結構、重複結構、陣列、方法的語法,使初學者具有程式設計的基本素養。 ■ 物件導向程式設計篇 介紹Windows Form應用程式開發技巧。以深入淺出方式,使初學者具有物件導向的觀念,並介紹類別與物件、繼承、多型、介面、檔案存取、例外處理…等,進而領會出物件導向程式設計的要領。 ■ 視窗應用程式設計篇 介紹 Windows Form 應用程式常用工具,包括視窗輸出入介面、各種清單與容器的設計、各種對話方塊及鍵盤與滑鼠事件、功能表與工具列設計、多表單與MDI 多表單的應用,使初學者能活用工具箱的工具以建構出豐富的 Windows Form 應用程式。 ■ 資料庫程式設計篇 介紹微軟的離線式資料存取架構 ADO.NET。包含SQL 資料庫的建立、SQL 陳述式的使用、資料庫連接與存取、交易處理機制、預存程序撰寫與呼叫、 XML 文件的搜尋與存取等議題。並介紹 LINQ 和 Entity Framework;透過 LINQ 能使用一致性的資料查詢技術、來處理陣列、集合物件、DataSet、SQL 資料庫和 XML…等資料來源;使用 Entity Framework 讓開發人員不用處理資料庫程式設計的細節,可以直覺的物件導向方式撰寫資料庫程式。 ■ 網路應用程式與跨平台行動裝置網站設計篇 介紹微軟 ASP.NET Web Form 與 ASP.NET MVC 的Web應用程式開發方式、包含建置 AJAX 非同步網頁、檔案上傳、使用資料工具建置網頁資料庫、Chart 網頁圖表建置、Web服務的設計與呼叫;說明MVC應用程式Model的建置、Controller與View的設計,最後設計簡易書籍管理系統。並介紹行動網站開發技術jQuery Mobile,透過jQuery Mobile整合ASP.NET建置跨平台的美食搜尋行動網站與書籍查詢
優惠價: 1 650
Visual C# 2015 程式設計經典(電子書)
出版日:2016/05/16 作者:蔡文龍  出版社:碁峯資訊股份有限公司  裝訂:電子書
由微軟MVP、MCSD、MCPD認證專家與大學教師編著,並由微軟大型研討會講師以及大學資深程式設計教師提供寶貴意見及審校,是一本適合大專院校教學,以及MTA、MCTS、MCSD、MCPD認證課程的先修教材。內容豐富,範例操作與解說皆有圖例、分析與詳細說明,讓初學者學習完全無障礙。 ■ C#程式設計入門篇 介紹.NET Framework平台與微軟雲端App開發工具Visual Studio 2015,採循序漸進方式,以主控台專案介紹C#資料型別、選擇結構、重複結構、陣列、方法的語法,使初學者具有程式設計的基本素養。 ■ 物件導向程式設計篇 介紹Windows Form應用程式開發技巧。以深入淺出方式,使初學者具有物件導向的觀念,並介紹類別與物件、繼承、多型、介面、檔案存取、例外處理…等,進而領會出物件導向程式設計的要領。 ■ 視窗應用程式設計篇 介紹Windows Form應用程式常用工具,包括視窗輸出入介面、各種清單與容器的設計、各種對話方塊及鍵盤與滑鼠事件、功能表與工具列設計、多表單與MDI多表單的應用,使初學者能活用工具箱的工具以建構出豐富的Windows Form應用程式。 ■ 資料庫程式設計篇 介紹微軟的離線式資料存取架構 ADO.NET 4.6。包含SQL資料庫的建立、SQL陳述式的使用、資料庫連接與存取、交易處理機制、預存程序撰寫與呼叫、XML文件的搜尋與存取等議題。並介紹LINQ和Entity Framework;透過LINQ能使用一致性的資料查詢技術、來處理陣列、集合物件、DataSet、SQL資料庫和XML…等資料來源;使用Entity Framework讓開發人員不用處理資料庫程式設計的細節,可以直覺的物件導向方式撰寫資料庫程式。 ■ 網路應用程式與跨平台行動裝置網站設計篇 介紹微軟ASP.NET Web Form與ASP.NET MVC的Web應用程式開發方式。包含建置AJAX非同步網頁、檔案上傳、使用資料工具建置網頁資料庫、Chart網頁圖表建置、Web服務的設計與呼叫;說明MVC應用程式Model的建置、Controller與View的設計,最後設計簡易書籍管理系統。並介紹行動網站開發技術jQuery Mobile,透過jQuery Mobile整合ASP.NET建置跨平台的美食搜尋行動網站。
優惠價: 1 650
Surrealism from Paris to Shanghai(電子書)
70 折
出版日:2024/11/06 作者:Lauren Walden  出版社:香港大學出版社  裝訂:電子書
Surrealism in China initially gained a foothold in Shanghai’s former French concession during the early 1930s, disseminated by returning Chinese students who had directly encountered the movement in Paris and Tokyo. Shanghai surrealism adopted a dialectical form, resonating with the modus operandi of the Parisian movement as well as China’s traditional belief system of Daoism. Reconciling the thought of Freud and Marx, Surrealism subsumed the multiple contradictions that divided Republican Shanghai, East and West, colonial and cosmopolitan, ancient and modern, navigating the porous boundaries that separate dream and reality. Shanghai surrealists were not rigid followers of their Parisian counterparts. Indeed, they commingled Surrealist techniques with elements of traditional Chinese iconography. Rather than revolving around a centralized group with a leader, Shanghai Surrealism was a much more diffuse entity, disseminated across copious different periodicals, avant-garde groups, and th
優惠價: 7 700
Visual C#程式設計經典:邁向Azure雲端、AI影像辨識與OpenAI API服務開發(適用C# 2022/2019/2017)(電子書)
出版日:2024/02/21 作者:蔡文龍; 何嘉益; 張志成; 張力元; 歐志信  出版社:碁峯資訊股份有限公司  裝訂:電子書
由微軟MVP、MCSD認證專家與大學教師共同編著,是一本適合大專院校教學,以及MTA、MCSD認證課程的先修教材。內容豐富從基礎到進階,從地端到雲端,進而邁向AI影像辨識與OpenAI API開發,範例解說詳細,讓初學者學習完全無障礙。 ■ C#物件導向程式設計篇 以深入淺出方式讓初學者具有物件導向的觀念,並以主控台專案介紹C#資料型別、流程控制、陣列與方法(函式)、類別與物件、繼承、多型、介面、檔案存取、例外處理…等,進而領會出物件導向程式設計的要領。 ■ 視窗應用程式設計篇 介紹視窗程式開發,例如清單與容器、對話方塊、鍵盤與滑鼠事件、功能表與工具列、多表單與MDI 多表單的應用,使初學者具備建構豐富的視窗應用程式。 ■ 資料庫程式設計篇 介紹ADO.NET資料庫存取、交易處理、預存程序等議題。同時介紹 LINQ 和 Entity Framework存取陣列、集合物件、DataSet、SQL 資料庫等資料來源。 ■ 網路應用程式與跨平台行動裝置網站設計篇 介紹 ASP.NET MVC Web應用程式開發,讓初學者理解MVC的開發方式,並透過jQuery Mobile整合ASP.NET MVC建置跨平台書籍管理系統與書籍查詢行動網站。 ■ Azure雲端服務、影像辨識與OpenAI API應用篇 介紹Microsoft Azure雲端運算平台、OpenAI API與C#整合,透過App Services部署雲端網站、建置Azure SQL Database雲端資料庫,使用Azure認知服務分析影像資訊與臉部偵測,以及利用OpenAI API開發ChatGPT聊天機器人與AI繪圖程式,進而建置智慧化的商用應用程程式。
優惠價: 1 750
ASP.NET Core 7 MVC 跨平台範例實戰演練(電子書)
出版日:2023/07/25 作者:聖殿祭司; 奚江華  出版社:碁峯資訊股份有限公司  裝訂:電子書
* 程式語法及專案組態適用ASP.NET Core 6、7及8 * 作者以多年程式開發經驗,將業界的專業開發技巧融入於書中! ASP.NET Core是跨平台的.NET框架,除了跨平台特性,整個框架底層更是高度重新大改寫,導入許多軟工Design Pattern與Principals原則,讓整個框架程式組織、運作與耦合度達到前所未有新高度。而ASP.NET Core中最重要的四大天王:Dependency Injection相依性注入、Configuration組態系統、Hosting與Middleware,更是貫穿整個應用程式設計與執行,可以說掌握此四者便掌握了ASP.NET Core核心精髓。無論新手與老手,本書皆能循序漸進地引導您,一步步深入ASP.NET Core精華的奧義殿堂。 精選章節,讓您Do Less, Get More,短時間內培養出即戰力!本書內容有: * 介紹MVC架構如何三分天下,精解Model、View與Controller三者職責與運作 * 以DI相依性注入設計抽象介面與實作,達成IoC控制反轉與鬆散耦合 * Configuration組態與Options Pattern選項模式共舞 * Model / Scaffolding CRUD / LINQ與Entity Framework Core資料庫存取 * View / Partial View / Tag Helpers / HTML Helpers / View Component / Layout功能解析 * 說明MVC中如何整合Bootstrap前端開發框架,有效建構RWD響應式網站 * 全面掌握Razor語法,提升View頁面的智慧與判斷力 * 用開源Chart.js及JSON製作HTML5互動式商業統計圖表 * 以jQuery Ajax / Web API / JSON三劍客建立輕量級高效能網站 * 用AJAX及MVC串接ChatGPT API製作AI聊天問答 * 將ASP.NET Core應用程式部署至Microsoft Azure雲端平台
優惠價: 1 860
The Diamond Sutra Explained(電子書)
70 折
出版日:2022/10/01 作者:Nan Huai-Chin  出版社:白象文化事業有限公司  裝訂:電子書
Diamond Sutra Explained Master Nan Huai-Chin’s discourses on the treasured Buddhist Diamond Sutra bring together a lifetime of personal cultivation experience which ran the gamut of esoteric and spiritual practices. This beautiful Sutra can be a compass and a gauge when journeying towards understanding our true selves. Master Nan guides us through the Diamond Sutra providing students with a framework that combines understanding with practical cultivation. Master Nan’s teachings are unique among contemporary and historical interpretations.
優惠價: 7 420
網頁程式設計ASP.NET MVC 5.x範例完美演繹(適用Visual C# 2022/2019)(電子書)
出版日:2022/05/01 作者:聖殿祭司奚江華  出版社:碁峯資訊股份有限公司  裝訂:電子書
知名技術部落格「DotNet開發聖殿」以多年程式開發經驗,將業界的專業開發技巧融入於書中。 為MVC新手設計的絕佳教材,從精闢原理解說開始,再導引到實務範例。內容注重MVC範例展示,培養實作MVC程式的能力,而非讀完MVC理論,卻不知如何下手。或者您曾學過MVC或研讀過其他書籍,在技術與觀念仍無法領略MVC精髓,希望重奠根基,重理大腦完整思路,那麼這本書正可滿足您的需求。 精選內容,讓您Do Less, Get More,短時間內培養出即戰力,本書內容有: * Visual Studio 2022工具安裝、MVC開發環境建立與程式部署 * 介紹MVC架構如何三分天下,精解Model、View與Controller三者職責與運作 * View / HTML Helpers / Bundle & Minification / Layout功能大解析 * 全面掌握Razor語法,提升View頁面的智慧與判斷力 * 用開源Chart.js及JSON製作HTML5互動式商業統計圖表 * 以jQuery Ajax / Web API 2.0 / JSON三劍客建立輕量級高效能網站 * 以真實汽車銷售網站演示Routing路由大法,認識這位引導網站人流的大管家 * Entity Framework的Database First / Model First / Code First完全制霸 * 用單元測試提升MVC程式之品質 * 將MVC應用程式部署至Microsoft Azure雲端平台 * 將MVC延伸到ASP.NET Core,讓您掌握最新前沿技術的應用
優惠價: 1 660
Malaysian Chinese:An Inclusive Society(電子書)
70 折
出版日:2011/01/01 作者:CMCS  出版社:馬來西亞華社研究中心  裝訂:電子書
The papers in this publication are studies on the Chinese communicity in Malaysia in relation to developments in Southeast Asia. The formation of Chinese communities in the region were established by waves of migration into the region over periods of time. However, given the proximity to China, there has been and there will always be the reminder of an exogenous influence, the China factor, on the Chinese communities in the region. In fact the Xinhua News Agency from the People's Republic of China reported recently, with pride, that there are now an estimated forty five million Overseas Chinese all over the world. Studies as presented by the authors indicate the diversity of the Chinese community in Malaysia. Often the community is mistakenly perceived as a monolithic entity. The truth could not be more different. The community comprise minority groups such as Chinese Muslims, Chinese Christians and Peranakans, besides the common perception of only Buddhists and Taoists. All are Malay
優惠價: 7 53
機體與力動:懷德海哲學研究與對話(電子書)
出版日:2004/10/01 作者:吳汝鈞  出版社:臺灣商務  裝訂:電子書
本書主要研究當代西方大哲懷德海(A.N. Whitehead)的機體主義哲學,特別是他在後期發展出來的宇宙論。透過對懷氏的艱澀難讀的鉅著《歷程與實在》及《觀念的冒險》等的解讀,並從作者自己所倡導的純綷力動現象學的角度,突顯懷德海宇宙論的重要觀念如「實際的存在」(actual entity)、「實際的境遇」(actual occasion)與「攝握」(prehension)等的意義,和他的充滿創發性的美學情調的哲思。此書無疑的對我國的懷德海哲學研究推向一個前所未有的高峰,值得哲學與思想研究者的關注。
優惠價: 1 203
Convergence of Securities and Crypto:RWA and Digital Asset Treasury Reshaping the Next-Generation Capital Markets(電子書)
出版日:2025/11/01 作者:Dr. Yu Jianing; Dr. Liang Xinjun; Vincent Zhang; Dr. Bai Haifeng; Hongbin Wang  出版社:聯合電子  裝訂:電子書
Throughout the long-term evolution of global capital markets, stock markets, and crypto-asset markets have historically operated as two parallel systems: the former is built upon over a century of institutional accumulation and vast institutional networks, while the latter has thrived within the technological framework of blockchain. Today, with the ongoing implementation and application of new models—such as the tokenization of real world assets (RWAs), stablecoins, crypto-asset ETFs, and digital asset treasury (DAT) companies—the convergence of securities and crypto is emerging as the most disruptive transformation trajectory in capital markets. Traditional securities are stepping into the on-chain world, while native crypto-assets are making their way into the mainstream financial arena through compliant pathways. Capital markets are witnessing a historic convergence characterized by "mutual convergence."  This book presents a comprehensive overview of the convergence of securities
優惠價: 1 652
Collected and Curated: Masterpieces of Chinese Art from The University Museum and Art Gallery(電子書)
70 折
出版日:2025/08/01 作者:Florian Knothe  出版社:香港大學美術博物館  裝訂:電子書
Collected and Curated introduces Chinese art and material culture through the items from the permanent collection of The University Museum and Art Gallery (UMAG), The University of Hong Kong. As the oldest continuously operating museum in Hong Kong, UMAG serves as a significant venue for contemporary art exhibitions, and excels at collecting, documenting and teaching about local and regional artists and art forms, while fostering ongoing and new relationships. Regarded as an essential teaching resource, UMAG has expanded its collection and programming through generous donations from patrons and artists, along with support from the University of Hong Kong and the HKU Museum Society. Since 1953, curators and educators have leveraged this assistance to expand, display and teach with a collection that highlights artefacts ranging from Neolithic cultures (ca. 6500 BCE–ca. 1900 BCE) to the early kingdoms and dynasties of imperial China (ca. 1500 BCE–1911). UMAG has also gained a reputation f
優惠價: 7 224
The Road to Net zero: Hydrogen Energy Technology and Strategy: H2+FC=Net Zero Future Power(電子書)
88 折
出版日:2025/03/31 作者:Jo-Chen Lin; Ping-Chi Chen; Yen-Chun Lai; Yu-Jhen Li; Liang-Wei Chen 等  出版社:Taiwan Institute of Economic Research  裝訂:電子書
The Glasgow Climate Pact signed on the 26th Conference of the Parties of United Nations Framework Convention on Climate Change in 2021, saws representatives' determination for carbon neutrality by 2050. Meanwhile, "Net Zero by 2050: a Roadmap for the Global Energy Sector" proposed by International Energy Agency has suggested hydrogen as a decarbonization technology in various fields. As a clean, stable power with diverse sources, hydrogen provides a promising solution for energy, industry, and transportation, making hydrogen economy a prominent international topic, prompted developed countries actively investing in hydrogen technologies, setting out development pathways, offering policies and subsidies for short, mid and long-term goals. With net-zero by 2050 commitment, Taiwan introduced its goals in 2021, followed by "Taiwan's Pathway to Net-Zero Emissions in 2050" proposed by the National Development Council in 2022, unveiling a cross-ministerial aggregate strategy. Among its twelve
優惠價: 88 2904
Revitalization in Asia: Adaptive Reuse in Macao, Mumbai, and Penang(電子書)
70 折
出版日:2025/03/05 出版社:香港大學出版社  裝訂:電子書
Revitalization in Asia: Adaptive Reuse in Macao, Mumbai, and Penang offers a clear understanding of the value of sustainable adaptive reuse within an Asian context. Three highly urbanized places (Macao, Mumbai, and Penang) are considered in detail from conservation and planning perspectives (with essays and timelines for each). For each place, five case studies offer a comparative framework for understanding similarities and differences in adaptive reuse projects. Six essays examine adaptive reuse in terms of its connection to the three dimensions of sustainability, with reference to the United Nations’ Sustainable Development Goals. This book is envisioned as a continuation of Asian Revitalization: Adaptive Reuse in Hong Kong, Shanghai, and Singapore.
優惠價: 7 784
Steamships across the Pacific: Maritime Journeys between Mexico, China, and Japan, 1867–1914(電子書)
70 折
出版日:2024/11/21 作者:Ruth Mandujano López  出版社:香港大學出版社  裝訂:電子書
During the nineteenth century, the transpacific world underwent profound transformation, due to the transition from sail to steam navigation that was accompanied by a concomitant reconfiguration of power. This book explores the ways in which diverse Mexican, British, Chinese, and Japanese interests participated, particularly during Porfirio Díaz’s presidency at the peak of Mexico’s participation in the steam network: from its 1860s outset through a time of many revolutionary changes ending with the World War, the Mexican Revolution, the opening of the Panama Canal, and the introduction of a new maritime technology based on vessels run by oil. These transoceanic exchanges, generated within these new geographies of power, contributed not only to the formation of a transpacific region but also to refashioning the Mexican national imaginary. With transnationalism, global and migration studies as its main framework, this study draws upon a dazzling array of primary sources to center Mexic
優惠價: 7 1400
The Idea of a China Arrest Warrant: Surrender of Fugitive Offenders between Mainland China, Hong Kong, and Macau(電子書)
70 折
出版日:2024/11/21 作者:Yanhong Yin  出版社:香港大學出版社  裝訂:電子書
Hong Kong and Macau have both been Special Administrative Regions of China since 1999. To this day, however, the two SARs and mainland China have yet to form a cohesive agreement for extradition. Yanhong Yin proposes a theoretical model—the China Arrest Warrant—that fulfils three essential criteria: compliance with the framework of “One Country, Two Systems,” allowance for differences within the three divergent legal systems, and sufficient human rights protection. This model takes direct inspiration from the European Arrest Warrant, which is undergirded by the principle of mutual recognition—the idea that while states may make different decisions on a wide range of matters, results will be accepted as equivalent to decisions made by one’s own state. The success of the European Union’s adoption of mutual recognition across political, economic, and legal situations is instrumental in providing a blueprint for judicial cooperation among mainland China, Hong Kong SAR, and Macau SAR. Th
優惠價: 7 1386
Queer TV China: Televisual and Fannish Imaginaries of Gender, Sexuality, and Chineseness(電子書)
70 折
出版日:2023/02/16 出版社:香港大學出版社  裝訂:電子書
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
優惠價: 7 1680
The Public Sector in Hong Kong(電子書)
70 折
出版日:2022/09/21 作者:Ian Scott  出版社:香港大學出版社  裝訂:電子書
This book describes and analyses the role of the public sector in the often-charged political atmosphere of post-1997 Hong Kong. In this second edition, Ian Scott explores public sector accountability in terms of Hong Kong’s constitutional framework and the structure, functions, and personnel policies of its civil service system. He examines critical issues facing the administration of the public sector and the formulation and implementation of public policy with particular attention to the political challenges confronting the Hong Kong government over the past decade. A concluding chapter assesses how contested values in a changing political environment have affected the public sector in recent years. This edition has been fully updated to incorporate the latest statistics and research, including Scott’s work in such areas as integrity management, corruption prevention, and policing. This book is an essential resource for scholars and students of public administration and public poli
優惠價: 7 826
The Healthy Settings Approach in Hong Kong:Sustainable Development for Population Health(電子書)
70 折
出版日:2021/06/01 作者:Albert LEE  出版社:香港城市大學出版社  裝訂:電子書
An individual’s health depends on their personal lifestyle and living conditions, which are influenced by a host of complex physical, social, and economic determinants. The same is true of organisational and community health. This book explains the Healthy Settings Approach as a means to define population and health standards as well as a framework to promote and evaluate health in daily living activities. The determinants affecting public health go beyond the availability and quality of healthcare, and a concerted effort from all sectors of the community is required to bring about sustained improvements. Using the Healthy Settings Approach to facilitate the “right to health”, this book argues that promoting health in multiple and varied settings concurrently will ensure healthy living throughout the community and, ultimately, the world. The author uses real life experiences from different countries, with a focus on Hong Kong, and discusses many initiatives that have been enacted (alth
優惠價: 7 666
Leading Healthy and Thriving Schools in Hong Kong:Theory and Practice(電子書)
70 折
出版日:2020/04/01 作者:Robin M. B. Cheung; Amelia S. C. Lo; Vera M. W. Keung; Amy C. M. Kwong  出版社:香港城市大學出版社  裝訂:電子書
The academic setting has a significant influence on the well-being of children and teens. Effective school leadership is, therefore, essential in promoting a healthy school environment. This book, the first of its kind in Hong Kong, establishes the kind of leadership a health-promoting school needs to be successful. It explains the steps school leaders should take to promote health, beginning with an explanation of the link between health and education and then moving into a discussion of how schools can be transformed and what sort of leaders are required for such a transformation. These changes can be applied in individual classrooms and schools as well as more broadly across whole education systems. The theoretical healthy school framework outlined in the main text by Dr Robin Cheung, a seasoned scholar-practitioner in the field of school health promotion, is complemented by success stories written from interviews conducted by Dr Cheung’s co-authors, which are included in the suppl
優惠價: 7 554
Whampoa and the Canton Trade: Life and Death in a Chinese Port, 1700–1842(電子書)
70 折
出版日:2020/03/20 作者:Paul A. Van Dyke  出版社:香港大學出版社  裝訂:電子書
Paul A. Van Dyke’s new book, Whampoa and the Canton Trade: Life and Death in a Chinese Port, 1700–1842, authoritatively corrects misconceptions about how the Qing government treated foreigners when it controlled all trade in the Guangzhou port. Van Dyke reappraises the role of Whampoa in the system—a port twenty kilometres away from Guangzhou—and reassesses the government’s attitude towards foreigners, which was much more accommodating than previous research suggested. In fact, Van Dyke shows that foreigners were not bound by local laws and were given freedom of movement around Whampoa and Canton to the extent that they were treated with leniency even when found in off-limit places. Whampoa and the Canton Trade recounts the lives of seamen who travelled half-way around the globe at great risk and lived through a historic period that would become the framework for subsequent encounters between China and the rest of the world. Were it not for the exchanges between the major powers and t
優惠價: 7 1456
In the Ruins of the Japanese Empire: Imperial Violence, State Destruction, and the Reordering of Modern East Asia(電子書)
70 折
出版日:2020/02/06 出版社:香港大學出版社  裝訂:電子書
In the Ruins of the Japanese Empire concludes that early East Asian Cold War history needs to be studied within the framework of post-imperial history. Japan’s surrender did not mean that the Japanese and former imperial subjects would immediately disavow imperial ideology. The end of the Japanese empire unleashed unprecedented destruction and violence on the periphery. Lives were destroyed; names of cities altered; collaborationist regimes—which for over a decade dominated vast populations—melted into the air as policeman, bureaucrats, soldiers, and technocrats offered their services as nationalists, revolutionaries or communists. Power did not simply change hands swiftly and smoothly. In the chaos of the new order, legal anarchy, revenge, ethnic displacement, and nationalist resentments stalked the postcolonial lands of northeast Asia, intensifying bloody civil wars in societies radicalized by total war, militarization, and mass mobilization. Kushner and Levidis’s volume follows th
優惠價: 7 1400
Frontiers in Economic and Management Research(Volume 7)(電子書)
70 折
出版日:2019/12/01 出版社:社会科学文献出版社  裝訂:電子書
《经济管理前沿》是由吉林大学商学院主办的集刊,坚持理论研究和实践研究相结合、定量分析和定性分析相结合,关注我国社会、经济等领域的重大学科前沿问题,刊登结合中国现实问题进行深入分析、阐述和研究的高水平研究成果。本书是第7卷,内容涉及促进大规模创新框架的建立(Building a Framework for Facilitating Mass Innovation)、通过重复投资决策学习(Reinforcement Learning in Repeated Portfolio Decisions)、环境责任对我国绿色消费行为的推动作用(The Driving Effect of Environmental Responsibility on Green Consumption Behavior in China)等。
優惠價: 7 693
跟著實務學習HTML5、CSS3、JavaScript、jQuery、jQueryMobile、Bootstrap4&Cordova(增訂版)(電子書)
出版日:2019/01/31 作者:蔡文龍; 蔡捷雲; 歐志信; 曾芷琳  出版社:碁峯資訊股份有限公司  裝訂:電子書
Build School創辦人暨執行長 吳典璋╱資策會資深講師 王淳平、林俊昌、蘇國鈞 聯合推薦! *增訂版,含微軟Introduction to Programming using HTML and CSS(MTA 98-383)國際認證模擬試題。 *快速上手網頁語法:使用大量範例輔助初學者學習HTML5與CSS,使初學者快速進入網頁開發領域。 *CSS3排版與動畫設計:以實際豐富的案例介紹CSS3特效、排版與動畫技巧。 *訓練JavaScript:從零開始學習JavaScript、由變數宣告、選擇結構、重複結構、陣列到函式,沒有艱澀的專業用詞,讓初學者不在害怕程式設計。 *jQuery互動應用:透過jQuery函式快速選擇元素進行互動、選取表單資料、呼叫動畫函式與替換樣式,打造酷炫的互動網頁。 *RWD響應式網頁:以全新的Bootstrap 4元件建立行動優先的跨平台網頁。 *跨平台行動網頁:建置支援ios,Android,Windows Phone的行動網頁。 *跨平台App設計:使用jQueryMobile與Cordova建製原生Android App,並部署到手機實機上。 *全端應用:整合前端Bootstrap與後端ASP.NET MVC,建製擁有CRUD功能的員工系統。
優惠價: 1 500
台灣之「國」(電子書)
70 折
出版日:2018/10/05 作者:李筱峰  出版社:玉山社  裝訂:電子書
「國慶」、「國旗」、「國歌」、「國號」、「國軍」、「國父」、「國語」, 台灣人知多少? 我們對於代表著流亡符號的「國慶」、「國號」、「國旗」、「國歌」……, 是否應該有所檢討而思變革? 若以台灣為主體來思考,台灣的「國慶」、「國旗」、「國歌」、「國號」……等,其實是沿用那個蔣介石所說的「已滅亡了」的國家的「國慶」、「國旗」、「國歌」、「國號」……等。這些都是流亡政權的符號,還蘊含著「一黨專政」的意涵。 1949年底以後,台灣與中國(中華人民共和國)就形成了兩個各自發展的政治實體(political entity)。台灣這個政治實體,是在中華人民共和國之外,獨立存在至今。我們有必要對現行所謂的「國慶」、「國旗」、「國歌」、「國號」、「國軍」、「國語」、「國父」做全面性的理解。進一步讓台灣能以正常的現代民主自由國家的身分走進世界,盡全民之力避免以中國流亡政權的性質被併吞到專制中國。否則,這將是一大悲劇。 本書對現行所謂的「國慶」、「國旗」、「國歌」、「國號」、「國軍」、「國語」、「國父」提出歷史的追蹤、理解與檢討,也提出變革改易的方案與討論。
優惠價: 7 245
Excel VBA最強權威〈國際中文版〉:Power Programming全方位實作範例聖經(電子書)
出版日:2018/09/20 作者:Michael Alexander; Dick Kusleika  出版社:PCuSER電腦人文化  裝訂:電子書
★ Amazon Best Seller No.1 ★《Excel Power Programming with VBA》被國外讀者喻為「經典權威」,造就無數工程師與職場相關工作者, 是每個學習VBA的人都要看的重量級巨作。 ★本書以最新修訂內容編製成國際中文版,全書經過再次審校,絕對是專業而實用的參考教本! 架構嚴謹從函式入門、圖表設計、應用程式到表單開發 具系統性、標竿學習、傳承教學典範的EXCEL VBA著作 範例剖析、延伸運用以及技巧提點,不藏私傾囊相授 本書學習者為中心,摒棄華而不實的、冗長的解釋,呈現實用的示例、注意事項和訣竅,提供大量程式碼和示例範本,幫助你從資料分析人員蛻變為Excel程式設計專家。 Part I Excel VBA基礎知識 第I 部分介紹Excel VBA,為建立和管理Excel 子常式和函數提供程式設計基礎知識。第 1 章全面介紹Excel 應用開發方面的各種概念。第 2 章到第 6 章討論在進行VBA 程式設計時需要了解的各種知識。第 7 章則列舉許多有用的範例助你記起前面所學的VBA 知識。 Part II 進階VBA技術 第Ⅱ部分涵蓋一些VBA 進階程式設計技術。第 8 章和第 9 章討論如何使用VBA 來處理樞紐分析表和圖表(包括走勢圖)。第 10 章討論在與其他應用程式(如Word 和Outlook)互動時所採用的各種技術。第11 章介紹如何處理文件和外部資料來源。 Part III 操作使用者表單 該部分的 4 章內容主要介紹自訂對話盒(也稱為使用者表單)。第 12 章介紹建立自訂使用者表單的一些內建方法。第 13 章介紹使用者表單以及可供使用的各種控制項。第 14 章和第 15 章則列舉從基本到進階的自訂對話盒的大量範例。 Part IV 開發Excel應用程式 該部分講述建立導向使用者的應用程式的重要內容。第 16 章教你建立增益集。第 17 章和第 18 章討論如何修改Excel 的功能區和快速選單。第 19 章介紹向應用程式提供線上說明的幾種不同方法。第 20 章展示如何開發導向使用者的應用程式。第 21 章探討在進行Excel VBA程式設計時與相容性相關的一些資訊。 附錄 V VBA語句和函數 附錄是一份參考指南,列出作為VBA 中關鍵字的所有語句和函數。 適用
優惠價: 1 462
實戰Docker:使用Windows Server 2016/Windows 10(電子書)
出版日:2018/07/26 作者:Elton Stoneman  出版社:碁峯資訊股份有限公司  裝訂:電子書
本書將引領大家踏上Docker之旅,從關鍵概念和簡單的範例開始,教你如何用Windows Docker容器運行.NET Framework和.NET Core應用程式,然後會逐步進行到更複雜的範例,加上若干真實世界的Docker實作案例研究,從小規模的自製應用程式、到Azure的超大型應用程式都涵蓋其中。 你會從本書學到: .涵蓋Docker關鍵概念:映像檔、容器、Registry及swarms .在Windows 10、Windows Server 2016和雲端等環境運行Docker .跨越多重Docker容器部署和監視分散式解決方案 .以Docker Swarm運行容器,達到高可用性和容錯功能 .深入掌握Docker平台安全性,讓應用程式更為安全 .以Docker運行Jenkins,建構持續部署管線 .利用Visual Studio為運行在Docker容器裡的應用程式除錯 .如何規劃導入Docker
優惠價: 1 480
Daoist Philosophy and Literati Writings in Late Imperial China:A Case Study of The Story of the Stone(電子書)
70 折
出版日:2013/05/30 作者:Zuyan Zhou  出版社:香港中文大學出版社  裝訂:電子書
This volume first explores the transformation of Chinese Daoism in late imperial period through the writings of prominent intellectuals of the times. In such a cultural context, it then launches an in-depth investigation into the Daoist dimensions of the Chinese narrative masterpiece, The Story of the Stone—the inscriptions of Quanzhen Daoism in the infrastructure of its religious framework, the ideological ramifications of the Daoist concepts of chaos, purity, and the natural, as well as the Daoist images of the gourd, fish, and bird. Zhou presents the central position of Daoist philosophy both in the ideological structure of the Stone, and the literati culture that engenders it.
優惠價: 7 924
禪坐入門-中英版(電子書)
70 折
出版日:2011/01/01 作者:悟覺妙天禪師  出版社:禪天下股份有限公司  裝訂:電子書
This book contains excerpts from the orthodox Chan Ding sessions taught by the 85th Patriarch Chan Master Wujue Miaotian, which includes correct Sitting Chan postures, and proper ways to cultivate the “qi”, all accompanied by illustrations to help you learn more easily. 本書是由禪宗第八十五代宗師悟覺妙天禪師親傳禪宗正統禪定基礎系列課程中,擷取菁華部分,以文字配合圖像彙編而成,將禪宗遞傳二千五百年最正確的禪坐基本姿勢,以及內在氣脈的運轉方法,有次第的詳加介紹,讓人容易閱讀,輕鬆練習。 本書特色 In the state of Chan Ding, we will find our self-nature emanating light. We will also learn of its origin. We will realize that everyone has the same spiritual entity and spiritual light, and that we all came from the same source. 在禪定中,你將會發現自性所發出光芒,也會知道光芒來自何處,原來每個人都有同樣的靈體與靈光,而且都來自同一個生命本源。 Chan Master Wujue Miaotian 禪宗第八十五代宗師 悟覺妙天禪師
優惠價: 7 350
Guanxi or Li shang wanglai?:Reciprocity, Social Support Networks,& Social Creativity in a Chinese Village(電子書)
70 折
出版日:2010/07/23 作者:Xiangqun Chang  出版社:華藝學術出版社(AiritiPressInc.)  裝訂:電子書
Li shang wanglai is a phrase that combines practice and principle. It is what others have discussed as Confucianism. But it is the summation of what is practised in daily life and without the leadership of an elite intelligentsia. With this phrase the author has brought together what had been separately discussed: the social philosophy of bao (asymmetrical reciprocity), the central importance of mianzi and lian (face), the moral economy of renqing (human relationships of fellow-feeling), the art of making guanxiwang (social networks), and much else. She shows how they work together in what might be called a discursive constellation. Using sociological and anthropological theorisations of reciprocal relations in China and Japan, she creates a framework of four dimensions, namely, principled rational calculation, human-feeling, moral, and religious, and four kinds of relationships, namely, instrumental, expressive, negative and generous.
優惠價: 7 700
A Brighter Side:Protective and Risk Factors in the Rehabilitation of Chronic Drug Abusers in Hong Kong(電子書)
70 折
出版日:2009/03/20 作者:Yuet Wah Cheung  出版社:香港中文大學出版社  裝訂:電子書
Despite the increase of research investigating various aspects of the drug problem in Hong Kong in the past decade, little was known about the pathway to continuous drug use or recovery of chronic drug abusers. This book reports upon a pioneer longitudinal study of chronic drug abusers in Hong Kong that used an analytical framework consisting of sociological, psychological and treatment variables to explore the protective and risk factors affecting the relapse or abstinence of chronic drug abusers. The findings of the study have significant implications for theories of drug use and rehabilitation, especially highlighting the roles of social capital, self-efficacy, short-term abstinence and harm reduction in the chronic drug abuser’s road to recovery.
優惠價: 7 560
A Practical Guide to a Task–based Curriculum:Planning, Grammar Teaching and Assessment(電子書)
70 折
出版日:2008/01/01 出版社:CityUniversityofHongKongPress  裝訂:電子書
Originating from a genuine need of the secondary school teachers of English in Hong Kong to understand what it means to implement a task-based curriculum in the English classroom, this book aims to support and empower frontline ELT teachers in implementing a task-based approach systematically without losing sight of the importance of grammar teaching within the framework of tasks. Useful examples are provided to illustrate how grammar teaching can be conducted through meaningful tasks in authentic contexts. The importance of viewing assessment as an integral part of the learning, teaching and assessment cycle is also discussed with practical suggestions on developing assessment tasks and assessment assessment criteria provided. In the form of a self-learning package, this book can be readily used for independent self-study or as a school-based staff-development programme run by teachers themselves. Student-teachers of English, teacher educators and curriculum developers will also find
優惠價: 7 546
On Translation:An Expanded Edition(電子書)
70 折
出版日:2006/01/01 作者:Jin Di; Eugene A. Nida  出版社:CityUniversityofHongKongPress  裝訂:電子書
Co-authored by Eugene Nida and JIN Di, On Translation was first published in 1984 by the China Translation and Publishing Corporation in Beijing. It is widely recognized as a classic in translation theory with a practical orientation. Following the theoretical framework Nida had developed over decades of work on translation and semiotics, the two authors offer an easily comprehensible analysis of the complex problems involved in translation. After a critical review of the historical development of translation theory in the light of modern information theory, they elucidate the most fundamental principles of translation in accordance with the concept of dynamic equivalence. The treatment is closely related to actual translation practice, and the principles elucidated are applicable to all types of translation, though most of the examples analyzed are taken from translations between Chinese and English. This new and expanded edition has two main parts. Part I is the complete text of th
優惠價: 7 417
畫哲想Ⅱ(電子書)
出版日:2025/10/01 作者:Bone Bone  出版社:白象文化事業有限公司  裝訂:電子書
◎線條+符號+顏色,多種抽象概念的新詮釋。 Line + symbols + colors, new interpretations of multiple abstract concepts. ◎跳過望文生義可能產生的歧解,以最簡單的形式進行最直觀的哲學演繹。 Avoid ambiguity that literal interpretations may lead to, directly interpret philosophies with the simplest methods. 你可曾想過用簡單的筆劃與顏色勾勒物質世界的抽象概念? 打破現實形式的框架,以冥想、意象、解構,重新簡約而寧靜的感受世界! 作者以簡單的線條、圖象、文字與顏色演繹二維、三維、四維的種種抽象概念, 藉著解構每幅創作的線條勾勒與組合,可以感受作者解讀物質世界的獨特角度, 是一部意識流動強烈的藝術、哲學創作集。 Have you ever thought about drawing abstract concepts with simply strokes and colors? Break the framework of reality, and feel the world with meditation, imagery, deconstruction, new definitions in peace! The author presents abstract 2-dimensional, 3-dimentional, and 4-dimensional concepts with simple lines, images, texts and colors. By deconstructing the lines and combinations of every creation, you may experience the author’s unique point of view to make sense of the material collection of artistic and philosophical creations of strong consciousness.
優惠價: 1 320
L.E.A.D.溝通系統:打造團隊心理安全感,成為員工想追隨的領導者(電子書)
出版日:2024/06/27 作者:羅建仁  出版社:商業周刊  裝訂:電子書
高效團隊的祕密,不在管理,而是「心理安全感」 5000+高階主管的私人溝通表達教練羅建仁親解 獨家L.E.A.D.溝通技法+NLP神經語言學心法 帶你打造卓越團隊,有效溝通、贏得人心! 組織裡,我們每天都在溝通,為什麼還要學? 以下場景,是否似曾相識? 「你怎麼這連這個也不知道!」主管一提問就像在「質問」… 「是喔,但我不這麼認為!」下屬凡事唱反調,把「可是」當發語詞… 溝通就像是喝水,我們每天都在喝,但有時還是會被水嗆到。如果你的生活、職場,充滿這樣的情緒對話與無效溝通,或者主管氣場太強,開會現場總是現場空氣突然安靜──王牌溝通表達教練羅建仁 : 學好溝通,意味如果某天我們不小心被嗆到,自身就能撫平心情、繼續喝水。 讓羅老師揭開蘋果賈伯斯和矽谷教練比爾.坎貝爾,讓人願意追隨的「溝通」技巧;從皮克斯到谷歌頂尖團隊,如何以「高心理安全感」發揮創造力。 ●本書教你: 用NLP心法,讓對方願意接受我們的帶領; 學「L.E.A.D.」四大溝通技法,強化我們的帶領技巧。 ●你將學會: 傾聽(Listen), 如何積極傾聽,還懂得回應,進一步建立自己的傾聽系統。 同理(Empathy), 看穿口是心非,那些爭執背後沒說出口的情緒,與人連結。 提問(Ask), 以提問取代命令,正確的提問心態,可引導對方自行改變。 指導(Direct), 說真話、真心回饋與肯定,用建設性批評讓團隊破繭而出! 領導者的最大挑戰,就是自己的盲點,這本書將帶領你進行有效自我覺察,真正啟動改變,帶領團隊邁向卓越。 ─本書特色─ 1.商周CEO學院明星講師分享 商周CEO學院「駐足思考 ®」合作10年課程講師,是華人區極少數結合MBA和NLP神經語言學背景之專業講師,台積電15年主管溝通表達課程講師。 2.以NLP學理,輔以獨家L.E.A.D.溝通系統 源自神經語言學(Neuro Linguistic Programming,NLP)的心法,透過Listen(傾聽)、Empathy(同理)、Ask(提問)、Direct(指導)4個溝通技巧,改變組織氣氛。 3.職場贏家的溝通表達能力先修班 為了讓學員課後有使用,課程所教才有用,針對L.E.A.D.溝通技巧,特別提供16篇的「小試身手」,以實際演練重點提醒,將書中所學應用在工作上,進而提升組織能力。 ─專文推薦─ 商周集團執
優惠價: 1 266
求生欲UP!職涯諮商師的100好感傾聽術:傾聽是讓人生更美好的最佳手段!(電子書)
70 折
出版日:2024/05/28 作者:藤本梨惠子  出版社:楓書坊文化  裝訂:電子書
✧「傾聽」是讓人際相處更美好的最佳手段✧ ~日本國家資格職涯發展諮商師親撰~ 希望可以跟別人建立更深的關係?就是這本! 【本書特色】 ◎人際心理講師教你好好觀察、好好聆聽、好好表達,好感關係由自己創造! ◎7章零壓力好感傾聽分類✕100點人際傾聽要點,重點敘述條理分明超易讀! ◎囊括基本傾聽要點與職場人際、咄咄逼人對象應對法則,傾聽就是「以守為攻」! 「好希望可以透過談話,就能與他人相處融洽、沒有隔閡……」 「好希望他人願意對我敞開心扉暢所欲言,真心地喜歡我……」 ──如果這些願望都能實現,人生會變得如何呢? 別擔心!就由講座受講人數超過1萬人的 日本高人氣職涯發展諮商師──藤本梨惠子, 幫你培養人際上的好感傾聽習慣,讓你內外兼美! ✦✦「懂得傾聽」比「懂得說話」更重要✦✦ 為什麼我們的注意力全放在如何學會好好說話呢? 自顧自地說個不停,反而會讓對方沒有機會開口, 使得自己未能獲得任何重要的資訊…… 此外,對方若未能汲取出話中要點,也將無所適從。 這時,我們就必須具備「傾聽力」, 從對談中找出自己希望獲得的資訊、話題。 透過對方的言談間獲得啟發,發現自己真正的問題所在! ✦✦好的傾聽可以改善人際關係✦✦ 學習傾聽可以讓自己跳脫「必須想點話題跟對方聊」、 「必須想出一些建議」的思維,打開人與人之間的交流! 透過傾聽,更深入地了解他人喜好與生活型態, 便能依據他人話語給予最適合的建言與回應,增加個人魅力! 許多人都對「傾聽」不以為意, 然而,傾聽確實蘊含了強大的力量! ✦✦讓對方感到一見如故的傾聽技巧✦✦ 人類對於未知的事物都有一種無法控制的恐懼, 因此要建立與陌生對象的安全感以及信任感, 最重要的就是找出或創造出彼此之間的共通點! NLP(Neuro Linguistic Programming)心理學稱之為「同步(Pacing)」, 這是透過配合對方的呼吸、動作、說話速度建立信任的溝通技巧。 善於營造出輕鬆氛圍的人,都會與對方形成同步。 要與對方製造信任,就增加彼此之間的共通點吧! 有人說,希望自己擁有神一般的影響力, 並感嘆不論再怎麼努力,還是得不到眾人的認可。 不過,請各位想一想,世上有哪位神祇會對人「喋喋不休」呢? 所以,如果想如神一般擁有廣大的影響力, 就一定要具備傾聽能力,別無他法! 詳悉人的心理,有助於更理解他人並更好的展現自己! 本書便
優惠價: 7 266
【圖解】驚人的NLP!:擺脫框架,重塑自我信念,安裝人生新程式(電子書)
出版日:2022/12/15 作者:山崎啟支  出版社:商周出版  裝訂:電子書
◆美國《財富》雜誌排名世界500強企業,大部分已引入NLP作為培訓課程。 ◆全球政商界名人、運動明星等,多數皆透過NLP尋求自我突破,提升個人成就。 你常常覺得心累嗎? 總是為了人際關係感到困擾? 不知道該如何甩開負向信念? 運用NLP技術可從舊信念中早日解脫, 快速改善人際關係,突破自我限制,重塑一個無限可能的你。 專文推薦 唐道德 德派催眠雞尾酒療法創始人、ABNLP TRAINER與NLPU聯盟講師 實用推薦 陳威伸 NLP國際高階訓練師、赫威思專業訓練中心首席講師|黃正頤 博智全球服務管理有限公司總經理|謝文憲 兩岸知名企管講師、商周專欄作家____依姓氏筆劃序 Neuro〔神經=五感〕 Linguistic〔語言〕 Programming〔程式〕 結合語言學與心理學的實用心理學。 神經語言程式學NLP是透過分析各領域中傑出人物的行為模式後,研究出如何使用大腦的方法。學會NLP,就能知道如何透過大腦操作,找出需要的資源改變自我,改善未來生活。 美國前總統柯林頓(Bill Clinton)、CNN著名節目主持人賴利‧金(Larry King)、高爾夫球名將老虎伍茲(Tiger Woods),甚至大導演史帝芬‧史匹伯(Steven Spielberg)等知名人士,都是透過學習NLP來自我突破,提升個人成就。 本書以情境漫畫實例結合主題文字的方式,讓您輕輕鬆鬆就能理解什麼是NLP。作者以簡單易懂的方式解說,只要讀過一遍就能將重點記在腦中,在學會如何運用NLP的基本技術後,便能重塑大腦迴路,成功解決種種問題。現在,我們一起跟著書中主角,一起學習NLP,體驗真實改變的可能! ※本書為2014年3月出版之《弱點當然可以克服,驚人的NLP!》修訂改版。
優惠價: 1 270
以兩階段法建構直覺式模糊迴歸模式(電子書)
70 折
出版日:2021/12/04 作者:李育誠  出版社:李育誠  裝訂:電子書
迴歸分析是一種統計學上分析數據的方法,建立解釋變數與反應變數之間的關聯性。由於現實環境中,所獲得的資料並非都是明確的數值(crisp value),有些資料本身是模糊的(fuzzy),致使傳統的分析方法難以使用。為了處理這類型的資料,Zadeh學者在1965年提出模糊理論(Fuzzy set theory),將不確定性表達於資料型態上,許多學者遂將迴歸分析方法擴展至模糊環境中,做更廣泛的應用。此外,直覺式模糊集合(Intuitionistic fuzzy sets, IFS)為模糊理論之延伸,在歸屬度函數外,加入非歸屬度函數來衡量,因此直覺式模糊集合能表達更多資訊,較貼近於現實環境。本研究根據直覺式模糊集合與模糊迴歸理論,建立直覺式模糊迴歸模型,並利用兩階段法進行求解。 本研究採用迴歸係數為明確值、解釋變數與反應變數為直覺式模糊數(Intuitionistic fuzzy number, IFN)的迴歸估計式。由於所求解的迴歸係數為明確數值,可以獲得解釋變數與反應變數之間的確切關係,提供決策者更明確的決策資訊。本研究在前置階段會先取得直覺式模糊資料。然後是求解階段,採用兩階段法,第一階段先對原始直覺式模糊資料做解模糊化(defuzzified),轉換成一組明確資料,接著將該資料做傳統最小平方法,求得一組明確的迴歸係數估計值;第二階段,在最小化總誤差量的目標下,根據距離測度建立一個數學規劃(mathematical programming)模型,並使用Arefi and Taheri學者在2015年所提出之範例,在反應變數觀察值與估計值差距最小的目標下,求解直覺式模糊調整變數(Intuitionistic fuzzy adjustment variable),以減少模糊估計誤差。模式建構完成後,進行誤差值的分析評估,相較於舊有文獻之方法,本研究模型的誤差衡量指標有更理想的表現;而在模型的穩健度上,本研究之模式透過交叉驗證(cross-validation)後所得的結果,可以驗證明此方法之合理性。
優惠價: 7 420
The Pragmatic Programmer 20週年紀念版(電子書)
出版日:2020/04/30 作者:David Thomas; Andrew Hunt  出版社:碁峯資訊股份有限公司  裝訂:電子書
邁向大師之路 “我生命中最最要的書之一。” —OBIE FERNANDEZ,《The Rails Way》作者 “20年前,第一版的《The Pragmatic Programmer》完全改變了我的職業軌跡。這個新版本會對您產生一樣的效用。” —MIKE COHN,《Succeeding with Agile》《Agile Estimating and Planning》《User Stories Applied》等書籍作者 “...書中充滿了實用的建議,有技術的,也有專業的,這些建議將在未來幾年提升您和您的專案。” —ANDREA GOULET, CEO, Corgibytes; Founder, LegacyCode.Rocks “...神來兩筆是有可能的,這本書就是明證。” —VM (VICKY) BRASSEUR, Director of Open Source Strategy, Juniper Networks 《The Pragmatic Programmer》是少數隨著歲月增長值得一讀再讀的經典書籍,無論您是新手還是實戰豐富的從業者,每次閱讀這本書,您都會得到新的領悟。 Dave Thomas和Andy Hunt於1999年撰寫了這本深具影響力的書,目的是為了幫他們的客戶建立更好的軟體,以及重新發現寫程式的樂趣。這些經驗幫助了一整世代的程式設計師檢視軟體開發的本質,不受限於任何特定語言、framework和方法論,其中的實用主義哲學催生了幾百本書、視訊教學、有聲讀物以及數千個職涯與成功故事。 二十年後的現今,本書再次檢視現代程式設計師的真義。主題範圍從個人責任與職涯探索,到能保持程式碼彈性與易於使用重用的架構技術。 閱讀本書,你將會學到: ‧對抗「軟體凋零」(software rot) ‧持續學習 ‧避免重複知識的陷阱 ‧寫出有彈性、動態和適應力強的程式碼 ‧善用基本工具的威力 ‧避免靠巧合寫程式 ‧學習什麼是真正的需求 ‧防範安全漏洞 ‧解決並行程式碼真正的問題 ‧建立由務實程式設計師組成的團隊 ‧你的工作成果與職涯責任 ‧進行嚴格、有效的測試,包括以屬性為基礎的測試 ‧實作實用的新手工具集 ‧取悅您的使用者 本書以一系列各自獨立的章節寫成,書中充滿了經驗和新奇的軼事、深思熟慮的例子和有趣的類比,這本書展示了軟體開發不同
優惠價: 1 680
  • 46
    2
  • 1
  • 2

暢銷榜

客服中心

收藏

會員專區