Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

資料庫管理 電子書

如果您喜歡 資料庫管理 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 6929
Skip side bar filters
  • Getting Started with Bluetooth Low Energy

    Tools and Techniques for Low-Power Networking

    With Bluetooth Low Energy (BLE), smart devices are about to become even smarter. This practical guide demonstrates how this exciting wireless technology helps developers build mobile apps that share data with external hardware, and how hardware engineers can gain easy and reliable access to mobile operating systems.This book provides a solid, high-level overview of how devices use BLE to …… 閱讀更多內容

    NT$844 TWD

  • Targeted

    My Inside Story of Cambridge Analytica and How Trump, Brexit and Facebook Broke Democracy

    Brittany Kaiser ……
    In this explosive memoir, a political consultant and technology whistleblower reveals the disturbing truth about the multi-billion-dollar data industry, revealing to the public how companies are getting richer using our personal information and exposing how Cambridge Analytica exploited weaknesses in privacy laws to help elect Donald Trump.When Brittany Kaiser joined Cambridge Analytica – the UK …… 閱讀更多內容

    NT$499 TWD

  • Standard Deviations

    the truth about flawed statistics, AI and Big Data

    Gary Smith ……
    Did you know that chicken eggs can influence how computers generate random events? Or that humans can postpone death until after important ceremonial occasions? Or live three to five years longer if they have positive initials, like ACE?All these 'facts' have been presented with a straight face by researchers and backed up with convincing statistics. In Standard Deviations, economics professor …… 閱讀更多內容

    NT$234 TWD

  • Access 2013 For Dummies

    The easy guide to Microsoft Access returns with updates on the latest version!Microsoft Access allows you to store, organize, view, analyze, and share data; the new Access 2013 release enables you to build even more powerful, custom database solutions that integrate with the web and enterprise data sources. Access 2013 For Dummies covers all the new features of the latest version of Accessand …… 閱讀更多內容

    NT$595 TWD

  • What’s Mine Is Yours

    How Collaborative Consumption is Changing the Way We Live

    In the 20th century humanity consumed products faster than ever, but this way of living is no longer sustainable. This new and important book shows how technological advances are driving forms of ‘collaborative consumption’ which will change forever the ways in which we interact both with businesses and with each other.The average lawn mower is used for four hours a year. The average power drill …… 閱讀更多內容

    NT$372 TWD

  • Feature Engineering for Machine Learning

    Principles and Techniques for Data Scientists

    Feature engineering is a crucial step in the machine-learning pipeline, yet this topic is rarely examined on its own. With this practical book, you’ll learn techniques for extracting and transforming features—the numeric representations of raw data—into formats for machine-learning models. Each chapter guides you through a single data problem, such as how to represent text or image data. Together, …… 閱讀更多內容

    NT$1,104 TWD

  • Introducing Microsoft SQL Server 2014

    系列 series Introducing
    NOTE: This title is also available as a free eBook on the Microsoft Download Center. It is offered for sale in print format as a convenience. Get a head start evaluating SQL Server 2014 - guided by two experts who have worked with the technology from the earliest beta. Based on Community Technology Preview 2 (CTP2) software, this guide introduces new features and capabilities, with practical …… 閱讀更多內容

    免費

  • Learning Kibana 7

    Build powerful Elastic dashboards with Kibana's data visualization capabilities, 2nd Edition

    A beginner's guide to analyzing and visualizing your Elasticsearch data using Kibana 7 and TimelionKey FeaturesGain a fundamental understanding of how Kibana operates within the Elastic StackExplore your data with Elastic Graph and create rich dashboards in KibanaLearn scalable data visualization techniques in Kibana 7Book DescriptionKibana is a window into the Elastic Stack, that enables the …… 閱讀更多內容

    NT$714 TWD

  • Data Science Strategy For Dummies

    Ulrika Jägare ……
    All the answers to your data science questionsOver half of all businesses are using data science to generate insights and value from big data. How are they doing it? Data Science Strategy For Dummies answers all your questions about how to build a data science capability from scratch, starting with the “what” and the “why” of data science and covering what it takes to lead and nurture a top-notch …… 閱讀更多內容

    NT$715 TWD

  • Cython

    A Guide for Python Programmers

    Kurt W. Smith ……
    Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you’ll learn how to use Cython to improve Python’s performance—up to 3000x— and to wrap C …… 閱讀更多內容

    NT$563 TWD

  • Stream Processing with Apache Flink

    Fundamentals, Implementation, and Operation of Streaming Applications

    Get started with Apache Flink, the open source framework that powers some of the world’s largest stream processing applications. With this practical book, you’ll explore the fundamental concepts of parallel stream processing and discover how this technology differs from traditional batch data processing.Longtime Apache Flink committers Fabian Hueske and Vasia Kalavri show you how to implement …… 閱讀更多內容

    NT$1,490 TWD

  • FileMaker Pro Design and Scripting For Dummies

    Timothy Trimble ……
    Get the scoop on designing databases for Mac and WindowsUse FileMaker Pro design and scripting to quickly, easily build databases that solve real problemsFileMaker Pro has grown up, and it's better than ever! This easy-to-use guide shows you how to design a great FileMaker application, build a database that works, add the functionality you need, populate your database, and venture into programming …… 閱讀更多內容

    NT$835 TWD

  • Access 2019 For Dummies

    Easy steps to practical databasesPeople who really know how to build, populate, and simplify databases are few and far between. Access 2019 For Dummies is here to help you join the ranks of office heroes who possess these precious skills.This book offers clear and simple advice on how to build and operate databases as well as create simple forms, import data from outside sources, query databases …… 閱讀更多內容

    NT$715 TWD

  • 從零開始了解資料庫

    Build Your Own Database From Scratch

    零的零次方 ……
    系列 series 從零開始
    你敲下一句 SQL,幾毫秒後結果跳出來。那幾毫秒裡發生了什麼?為什麼有時候是幾毫秒、有時候是三十秒?本書用一個殘忍但有效的方法回答:從一個只會用 JSON 檔存資料的小程式出發,讓它一次次撞牆——檔案太大、查詢太慢、兩個人同時寫入撞在一起、當機資料消失——再親手把資料庫的每一層補回去:儲存引擎、B+ 樹索引、查詢最佳化、transaction 與 ACID、buffer pool、WAL,一路做到分散式。每個機制出場時,你都已經親眼看過「沒有它會死在哪」。讀完之後,慢查詢、索引失效、交易安全對你不再是玄學,你會清楚知道底下那台機器正在替你做什麼、代價是什麼。適合後端工程師、資料分析師,以及所有天天用資料庫卻沒拆開看過的人。《從零開始》系列的每一本,都為沒有背景的讀者而寫:先給直覺與比喻,需要時才端出數學與細節,把一個領域鋪成一條可以自學走完的路。 …… 閱讀更多內容

    NT$199 TWD 透過 Kobo Plus 免費享用

  • OCA Oracle Database SQL Exam Guide (Exam 1Z0-071)

    Steve O'Hearn ……
    系列 series Oracle Press
    A fully updated, integrated self-study system for the Oracle Database SQL ExamThis thoroughly revised Oracle Press guide offers 100% coverage of all objectives on the latest version of the Oracle Database SQL Exam. Ideal both as a study guide and on-the-job reference, OCA Oracle Database SQL Exam Guide (Exam 1Z0-071) features detailed explanations, examples, practice questions, and chapter …… 閱讀更多內容

    NT$1,395 TWD

  • ZERO TO MASTERY: THE COMPLETE GUIDE TO LEARNING MYSQL BASED MULTIFORM PYTHON GUI

    In this project, we provide you with the MySQL version of The Oracle Database Sample Schemas that provides a common platform for examples in each release of the Oracle Database. The sample database is also a good database for practicing with SQL, especially MySQL.The four schemas are a set of interlinked schemas. This set of schemas provides a layered approach to complexity: A simple schema Human …… 閱讀更多內容

    NT$240 TWD

  • Access 2013

    系列 series Informática
    Com Access 2013, você aprenderá a utilizar os principais recursos do programa gerenciador de bancos de dados da Microsoft. A partir de atividades, este livro ensina passo a passo a construir tabelas e formulários para a entrada de dados, assim como consultas, relatórios, macros e módulos para melhor automatização dos procedimentos. Tudo isso com o auxílio de exercícios complementares …… 閱讀更多內容

    NT$330 TWD

  • Testing BI and ETL Applications with manual and automation approach

    A comprehensive guide for Business Intelligence project evaluation

    Shanthi Vemulapalli ……
    Testing BI and ETL Applications with manual and automation approachA comprehensive guide for Business Intelligence project evaluation The feasible readers: Application Business users, Analytics Users, Business analysts, BI Pms, Technical leads, BI/ETL developers, Testing team, QA/Test managers, BI Programme managers. Any IT professional who would like to learn the BI projects process. The BI …… 閱讀更多內容

    NT$293 TWD

  • Oracle RMAN 11g Backup and Recovery

    Master Oracle Recovery Master Protect your databases from hardware, software, and operator failures using the detailed information in this Oracle Press guide. Oracle RMAN 11g Backup and Recovery explains how to configure databases, generate accurate archives, and carry out system restores. Work from the command line or Oracle Enterprise Manager, automate the backup process, perform Oracle …… 閱讀更多內容

    NT$1,582 TWD

  • MySQL Clustering

    Clustering is the final component of MySQL that makes it truly enterprise-level and able to compete fully with proprietary databases such as Oracle and Microsoft SQL Server. The increased number of high-demand, high-productivity corporations and institutions choosing MySQL, including MIT, the Department of Homeland Security, NASA, and Nokia, to name a few, need the benefit of clustering databases …… 閱讀更多內容

    NT$760 TWD

  • Advanced Analytics with Excel 2019

    Nigam Manisha ……
    Explore different ways and methods to consolidate data, complex analysis, and prediction or forecast based on trends KEY FEATURES a- Use the Analysis ToolPak to perform complex Data analysis a- Get well versed with the formulas, functions, and components in Excel a- Handy templates to give you a head start a- Usage of multiple examples to explain the application in a real-world scenario a- …… 閱讀更多內容

    NT$450 TWD

  • Learn MongoDB in 24 Hours

    Alex Nordeen ……
    MongoDB gives flexibility in compare to RDBMS. It has features like dynamic schemas, storage for large volume data, scaling database architecture, real-time data reporting, data sharding, and so on. It enables to develop application faster. To address all these features in a concise manner, this e-book is created.This e-book has explained features of MongoDB, that is important from the point of …… 閱讀更多內容

    NT$293 TWD

  • PHP, MySQL & JavaScript All in One, Sams Teach Yourself

    Julie Meloni ……
    系列 series Sams Teach Yourself
    In just a short time, you can learn how to use PHP, MySQL, and JavaScript together to create dynamic, interactive websites and applications using three leading web development technologies.No previous programming experience is required. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of full-stack web …… 閱讀更多內容

    NT$974 TWD

  • Big Data Analytics in the Social and Ubiquitous Context

    5th International Workshop on Modeling Social Media, MSM 2014, 5th International Workshop on Mining Ubiquitous and Social Environments, MUSE 2014, and First International Workshop on Machine Learning for Urban Sensor Data, SenseML 2014, Revised Selec

    系列 第 9546 冊 - Lecture Notes in Computer Science
    The 9 papers presented in this book are revised and significantly extended versions of papers submitted to three related workshops: The 5th International Workshop on Mining Ubiquitous and Social Environments, MUSE 2014, and the First International Workshop on Machine Learning for Urban Sensor Data, SenseML 2014, which were held on September 15, 2014, in conjunction with the European Conference on …… 閱讀更多內容

    NT$1,111 TWD