0328~0329_新天鵝堡
0328~0329_mamayo迷你磁力片

英文書 > 全部商品

Principles of Package Design

Apress 出版
2018/11/18 出版

Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time.The first part of this book walks you through the five SOLID principles that will help you improve the design of your classes. The second part introduces you to the best practices of package design, and covers both package cohesion principles and package coupling principles. Cohesion principles show you which classes should be put together in a package, when to split packages, and if a combination of classes may be considered a "package" in the first place. Package coupling principles help you choose the right dependencies and prevent wrong directions in the dependency graph of your packages.What You'll LearnApply the SOLID principles of class designDetermine if classes belong in the same packageKnow whether it is safe for packages to depend on each otherWho This Book Is ForSoftware developers with a broad range of experience in the field, who are looking for ways to reuse, share, and distribute their code

9 特價2736
立即代訂
下次再買

AI 2018: Advances in Artificial Intelligence

Springer 出版
2018/11/17 出版

This book constitutes the proceedings of the 31st Australasian Joint Conference on Artificial Intelligence, AI 2018, held in Wellington, New Zealand, in December 2018. The 50 full and 26 short papers presented in this volume were carefully reviewed and selected from 125 submissions. The paper were organized in topical sections named: agents, games and robotics; AI applications and innovations; computer vision; constraints and search; evolutionary computation; knowledge representation and reasoning; machine learning and data mining; planning and scheduling; and text mining and NLP.

9 特價2870
立即代訂
下次再買

Accelerating Development Velocity Using Docker

Apress 出版
2018/11/06 出版

Discover how a software engineer can leverage Docker in order to expedite development velocity. This book focuses on the fundamental concepts this program is built upon and explores how it can help you get your services up and running inside Docker containers. You'll also review tips on how to debug microservices applications that run inside Docker containers.Tech companies are now developing complex softwares that are comprised of multiple services running on different platforms, and Docker has become an essential part of coordinating the communication between these services and platforms. This book addresses problems caused by drifting microservices, debugging across services, inconsistent environments across machines, and coordinating development of machine learning systems between a team of developers, etc. Accelerating Development Velocity Using Docker puts you on the path to transforming your complex systems into more efficient ones.What You'll LearnSetup Docker and employ quick solutions to road blocksReview challenges associated with debugging microservices that sit behind a complex applicationLeverage Docker features to seamlessly get multiple microservices up and runningDebug inside a Docker containerReview advanced use cases of Docker that can help consistency of development environments- Who This Book Is ForIdeal for new to mid-level infrastructure engineers who want to learn how to make their development environments efficient across their and cross teams, or for students who aspire to learn basics of how to debug distributed systems and how to develop efficient applications.

9 特價1128
立即代訂
下次再買

Beginning Arkit for Iphone and Ipad

Wallace,Wang  著
Apress 出版
2018/11/05 出版

Explore how to use ARKit to create iOS apps and learn the basics of augmented reality while diving into ARKit specific topics. This book reveals how augmented reality allows you to view the screen on an iOS device, aim the camera at a nearby scene, and view both the real items in that scene as well as a graphic image overlaid on to that scene. You'll start by accessing the camera and teaching your app to track the world around its device. You'll then see how to position nodes and create augmented reality shapes and textures. Next you'll have your creations interact with their environment by programming workable physics, detecting planes, measuring distance, and applying virtual force. Finally you'll learn how to hit test and troubleshoot your applications to ensure they interact with the real world around them seamlessly.ARKit is Apple's software framework for creating augmented reality apps on iOS devices such as the iPhone and iPad. Unlike virtual reality that creates an entirely artificial world for the user to view and explore, Beginning ARKit for iPhone and iPad will show you how augmented reality places artificial items in an actual scene displayed by an iOS device's camera. What You'll LearnAccess the cameraUse ARKit's hit testing for tracked geometryApply and combine real world and virtual physicsWho This Book Is ForProgrammers familiar with the basics of Swift programming who want to dive into developing iOS applications with Swift.

9 特價2736
立即代訂
下次再買

Pro Microsoft Hyper-V 2019

Apress 出版
2018/11/01 出版

Successfully create and manage your Hyper-V environment without any of the marketing fluff. This book's lab-driven, hands-on approach will get you up and running as quickly and efficiently as possible.Virtualization is the cornerstone of today's data center. As a modern-day IT pro, you are required to manage environments that are in a regular state of flux and increasing in both size and complexity. To keep up, you need practical information in a format that is succinct, yet comprehensive and highly applicable.Pro Hyper-V 2019 breaks down critical and time-saving topics into a series of easy-to-digest chapters, showing you how to perform Hyper-V management tasks using both GUI and PowerShell-based tools. Building on your existing knowledge of Windows Server management, Active Directory, networking, and storage, experts and Microsoft MVPs Syrewicze and Siddaway begin with a foundation of why computing workloads are virtualized. This is followedby chapters covering the range of management tasks associated with virtualized environments, including: managing hosts and guest machines; networking, storage, and high availability (host and guest); disaster recovery and virtual machine migration; and monitoring. What You'll LearnApply practical information to administer your Hyper-V environmentsUnderstand multiple administration styles (GUI, command line, and automation)Written by IT pros for IT pros - just the information you really need without the paddingAdminister and use containersUtilize hands-on labs to learn about storage, networking, and high availability Who This Book Is For IT administrators tasked with implementing Hyper-V environments or migrating from VMware. IT pros joining a team that is responsible for managing Hyper-V and "lone administrators" covering the gamut in smaller organizations will also find this book indispensable.

9 特價2736
立即代訂
下次再買

Devops for Sharepoint

Oscar,Medina  著 、Ethan, Schumann  著
Apress 出版
2018/10/30 出版

Deploy a SharePoint farm in a repeatable, predictable, and reliable fashion using Infrastructure as Code (IaC) techniques to automate provisioning. Savvy IT pros will learn how to use DevOps practices and open source tools to greatly reduce costs, and streamline management operations for SharePoint farms deployed via Amazon Web Services (AWS), Azure, or on premise. DevOps for SharePoint will help you navigate the complex challenges of deploying and managing SharePoint Server farms. You will learn how to reduce time-consuming tasks and errors when generating development, testing, or production environments. And you will benefit from learning proven methods to apply Microsoft updates with minimal downtime and productivity loss. Whether you are a SharePoint architect, IT pro, or developer helping customers with the SharePoint platform, this book will teach you the most useful DevOps practices to tackle those issues and broaden your skill set.What You'll LearnUnderstand the basics of the most popular open source tools--Vagrant, Packer, Terraform, and Ansible--and how to use them in the context of deploying and scaling a SharePoint farmUse Vagrant to build SharePoint development environments in less than an hour, and add automated testingUse Packer to create a "golden image" with preconfigured settings, and then use it as the base image in your Terraform configuration for both AWS and Azure farmsUse Terraform to scale your SharePoint farm topologyUse Red Hat's Ansible Playbooks to perform configuration management on your farmUse Terraform to deploy immutable infrastructure environments using IaC (Infrastructure as Code)Use InSpec 2.0 to stay in compliance by testing your cloud infrastructureUse Ansible to apply Microsoft updates and patches Who This Book Is ForIT pros and developers whoare looking to expand their knowledge and take a modern approach by using open source technologies to work with Microsoft products. Experience installing SharePoint, and a basic understanding of either Azure or AWS, is helpful.

9 特價1299
立即代訂
下次再買

Migrating to Azure

Apress 出版
2018/10/30 出版

Teaches you how to identify and effectively resolve the major challenges of morphing a legacy on-premise application into a cloud-first, resilient and scalable platform Shows you how to hit the ground running with best practices and valuable tools for futurizing existing code and infrastructure Prepares you to create concise plans for communicating the baseline, target, and transition architectures to key stakeholdersWalks you through the entire process of performing an intake on a legacy application, from the planning phase to executing the target (desired) state

9 特價1881
立即代訂
下次再買

Professional Issues in Software Engineering

Frank,Bott  著
Ingram 出版
2018/10/28 出版

Software engineers are increasingly becoming business people; Professional Issues in Software Engineering, 3rd Edition gives them comprehensive coverage of the issues they should know about. While most books look at programs related to software engineering rather than the context in which they are used, this book covers the major developments that have occured in recent years, such as the Internet, Data Protection Act, and changes to the legal status of software engineers. This updated edition of a successful textbook is for undergraduate and graduate students as well as for professionals in software engineering and computer science.

9 特價5793
立即代訂
下次再買

The Kitty Hawk Venture

Apress 出版
2018/09/06 出版

An airline is supposed to make the experience of booking a flight easy, trouble free, and reliable. But when scheduling software breaks down and flights get canceled, customers will walk, and heads will roll. That's what Leigh Freemark faces the day she and her team launch a software upgrade that fails spectacularly and hits the media immediately. As Senior Director of Quality Assurance, her job is to make sure that code is market ready. And she's the one who must face the music when it doesn't.Tasked by senior management to find and fix the source of the failure, Leigh discovers just how essential it has become to radically improve the process of software development by introducing a concept called continuous testing. She must quickly learn what it means, how it works, and how to build it into her company's legacy system.But she soon discovers that managing change is much more difficult than it first appears. The airline business is changing fast, yet old traditions and loyalties still dominate. As she fights to convince her team to change or perish, she discovers that obstructions and opportunities come in surprising forms.***In The Kitty Hawk Venture, the authors deliver a sound lesson in the importance of continuous testing while taking the reader inside the world of commercial aviation. Each chapter delivers distinct and vital learning opportunities wrapped inside a fast-moving narrative complete with interesting characters, intriguing situations, and even some humor. The book concludes with a "Flight Plan for Continuous Testing" that stands on its own as a valuable resource guide for digital leaders in their continuous testing journey. The story is immediately relatable to anyone who has worked in software development or for the companies that rely on it.Who This Book Is For C-level executives, VPs of apps and quality, VPs of DevOps, architecture and strategy managers, and SMB and enterprise professionals

9 特價957
立即代訂
下次再買

Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net

Adalat,Khan  著
Ingram 出版
2018/08/28 出版

This book covers the basic programming fundamentals, professional programming logics and deep concepts of programming in .NET such as the flow control statements in C# and Visual Basic, the basic programming techniques, procedures and procedural programming concepts, arrays, structures, delegates, Lambda Expression, Errors and Exceptions handling in .NET, Windows applications development, Console applications development, Object Oriented programming, the study of different Namespaces, Files and Streams handling in C# and Visual Basic programming languages, Introduction to Database and Database Management System, Database Programming, LINQ in .NET, Collections in .NET, Web Technologies in .NET, ASP.NET, the basic requirements of ASP.NET, Websites and Web applications development, MVC Web application development, Web Services, Web APIs. This book covered the above-mentioned topics in details in a very simple way. It also contains various advanced logical programs. Each topic in this book is explained with suitable programming examples. The programs in this book are error free and fully tested and executed using Microsoft Visual Studio.NET 2015 Enterprise Edition. This book provides deep programming techniques and knowledge from beginning level to the higher level and it is efficient for all those students, teachers, and researchers who want to get professional programming logics and become professional programmers.

9 特價943
立即代訂
下次再買

Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net

Adalat,Khan  著
Ingram 出版
2018/08/28 出版

This book covers the basic programming fundamentals, professional programming logics and deep concepts of programming in .NET such as the flow control statements in C# and Visual Basic, the basic programming techniques, procedures and procedural programming concepts, arrays, structures, delegates, Lambda Expression, Errors and Exceptions handling in .NET, Windows applications development, Console applications development, Object Oriented programming, the study of different Namespaces, Files and Streams handling in C# and Visual Basic programming languages, Introduction to Database and Database Management System, Database Programming, LINQ in .NET, Collections in .NET, Web Technologies in .NET, ASP.NET, the basic requirements of ASP.NET, Websites and Web applications development, MVC Web application development, Web Services, Web APIs. This book covered the above-mentioned topics in details in a very simple way. It also contains various advanced logical programs. Each topic in this book is explained with suitable programming examples. The programs in this book are error free and fully tested and executed using Microsoft Visual Studio.NET 2015 Enterprise Edition. This book provides deep programming techniques and knowledge from beginning level to the higher level and it is efficient for all those students, teachers, and researchers who want to get professional programming logics and become professional programmers.

9 特價1415
立即代訂
下次再買

Build, Run, and Sell Your Apple Consulting Practice

Charles,Edge  著
Apress 出版
2018/08/10 出版

Starting an app development company is one of the most rewarding things you'll ever do. Or it sends you into bankruptcy and despair. If only there was a guide out there, to help you along the way. This book is your guide to starting, running, expanding, buying, and selling a development consulting firm. But not just any consulting firm, one with a focus on Apple. Apple has been gaining adoption in businesses ranging from traditional 5 person start ups to some of the largest companies in the world. Author Charles Edge has been there since the days that the Mac was a dying breed in business, then saw the advent of the iPhone and iPad, and has consulted for environments ranging from the home user to the largest Apple deployments in the world. Now there are well over 10,000 shops out there consulting on Apple in business and more appearing every day.Build, Run, and Sell Your Apple Consulting Practice takes you through the journey, from justan idea to start a company all the way through mergers and finally into selling your successful and growing Apple development business.What You'll LearnCreate and deploy grassroots as well as more traditional marketing plansEngage in the community of developers and companies that will hire you and vice versaEffecively buy and sell your time and talents to grow your business while remaining agileWho This Book Is ForBusiness owners looking to grow and diversify their companies as well as developers, engineers, and designers working on Apple apps who would like to branch out into starting their own consulting business.

9 特價1026
立即代訂
下次再買

Continuous Delivery Handbook

Ingram 出版
2018/08/01 出版

Are you a non-coder looking for insight into DevOps, Microservices Architecture and Kubernetes? As the industry is moving towards maximum digitization there is a consensus that DevOps practices help you deliver software faster, more reliable, and with fewer errors.You may be a consultant, Advisor, Project Manager or a novice into the IT industry; after going through this guide you would be able to appreciate DevOps, Microservices and other related concepts like Kanban, Scrum, Agile, SOA, Monolith Architecture, DevOps, Docker, Kubernetes, etc.You would also get to know about the leaders in DevOps and Microservices adoption and the impact it had on the overall agility and hyper-growth of the adopters. This book covers the complete lifecycle for your understanding like Integrating, Testing, Deploying DevOps and Microservices architecture and the Security concerns while deploying it.I am confident that after going through the book you would be able to navigate the discussion with any stakeholder and take your agenda ahead as per your role. Additionally, if you are new to the industry, and looking for an application development job, this book will help you to prepare with all the relevant information and understanding of the topic.** I am also providing additional booklets containing all the relevant news, trends, and resources for DevOps and Microservices Architecture.

9 特價840
立即代訂
下次再買

Pro Ios Security and Forensics

Eric,Butow  著
Apress 出版
2018/07/31 出版

Examine how to keep iOS devices safe in the physical world, including creating company policies for iPhones; assessing and defending against cyber vulnerabilities and attacks; working with preinstalled as well as third party tools; and strategies for keeping your data safe including backing up and screen locks.Managing and maintaining iPhones and iPads in a corporate or other business environment inherently requires strict attention to security concerns. Managers and IT professionals need to know how to create and communicate business policies for using iOS devices in the workplace, and implement security and forensics tools to manage and protect them. The iPhone and iPad are both widely used across businesses from Fortune 500 companies down to garage start-ups. All of these devices must have secure and monitorable ways to connect to the internet, store and transmit data without leaks, and even be managed in the event ofa physical theft. Pro iOS Security and Forensics covers all these concerns as well as also offering tips for communicating with employees about the policies your business puts in place, why those policies are important, and how to follow them.What You'll LearnReview communicating policies and requirements for use of iPhones Keep your iPhone safe in the physical world Connect to the Internet securely Explore strategies for keeping your data safe including backing up and screen locksWho This Book Is For Managers and IT professionals working in a business environment with iPhones and iPads.

9 特價1026
立即代訂
下次再買

Practical Bot Development

Szymon,Rozga  著
Apress 出版
2018/07/19 出版

Learn to build and publish bots using the Microsoft Bot Builder FrameworkUtilize your existing Node.js skills to build great bot experiencesReal hands on bot development for beginners

9 特價2052
立即代訂
下次再買

Design Thinking

David,West  著
Ingram 出版
2018/07/03 出版

This is a book for Business, IT, and Design professionals responsible for assisting their organizations in the adoption and leveraging a design approach for innovation strategy and organizational transformation.The influence and scope of Design Thinking is expandingrapidly. Numerous organizations are appointing Chief Design Officers (CDO) to lead innovation efforts and effect internal "design cultures." Corporations like SAP, PepsiCo, and Microsoft are using design thinking to transform their feature-centric development cultures into user-centric ones. Accenture and McKinsey, among other global business consultancies have established design agencies to serve growing customer needs. Successful startups like AirBnB are establishing organizational cultures grounded in Design Thinking.Design Thinking is an essential foundation for organizations dedicated to goals of innovation, adaptability, agility, and sustainability.This book presents Design Thinking as a worldview that supports alternative ways of thinking about complex problems and their solution. Origins and applications of this worldview are provided in order to ensure a solid foundation for understanding and leveraging Design Thinking.The second part of the book presents practical perspectives, principles, concepts, practices, and evaluation techniques in the form of 23 patterns. Each pattern is a focused discussion of one aspect of Design Thinking. The patterns are intended to supply tools to provide the means to accomplish organizational design objectives.

9 特價2050
立即代訂
下次再買

Introducing Microsoft Teams

Balu N,Ilag  著
Apress 出版
2018/06/30 出版

Gain industry best practices from planning to implementing Microsoft Teams and learn how to enable, configure, and integrate user provisioning, management, and monitoring. This book also covers troubleshooting Teams with step-by-step instructions and examples. Introducing Microsoft Teams gives you the comprehensive coverage you need to creatively utilize Microsoft Teams services.The author starts by giving an introduction to Microsoft Teams and its architecture followed by optimizing the Teams experience where he describes how organizations can prepare for Teams and enhance existing services. He further shows you how to manage and control the Microsoft Teams experience along with its capabilities and enhancements. You'll learn how to migrate from Skype for Business to Microsoft Teams with a step-by-step tutorial. Finally, you'll get to grips with Teams troubleshooting and best practices.This book has detailed coverage that helps you exploit every capability Microsoft Teams has to offer. It provides the answers you need and the insight that will make your journey from Skype for Business to Teams easier. What You Will Learn Enable guest access in Teams Provision and manage users in Teams Administrate Teams and channelsOptimize the Teams experienceEnable and configure Microsoft TeamsPrepare your network for Microsoft Teams and Office 365 services Migrate from Skype for Business to Microsoft TeamsWho This Book Is ForUnified communication administrators and IT support engineers who are currently supporting an existing unified communication platform such as Skype for Business (Lync). It would also help support engineers, new administrators, and consultant to start their journey with Teams.

9 特價1881
立即代訂
下次再買

Cloud Data Design, Orchestration, and Management Using Microsoft Azure

Apress 出版
2018/06/29 出版

Guides cloud data architects in designing a solution that leverages the Azure data stackCovers new technologies that make processes less costlyShows you how to use the cloud to accelerate the business, transitioning from a CAPEX model to an OPEX model

9 特價2394
立即代訂
下次再買

Pro Entity Framework Core 2 for ASP.NET Core MVC

Adam,Freeman  著
Apress 出版
2018/04/24 出版

Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft's object-relational mapping framework. You will access data utilizing .NET objects via the most common data access layer used in ASP.NET Core MVC 2 projects. Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them.What You'll LearnGain a solid architectural understanding of Entity Framework Core 2Create databases using your MVC data model Create MVC models using an existing database Access data in an MVC application using Entity Framework Core 2Use Entity Framework in RESTful Web ServicesWho This Book Is ForASP.NET Core MVC 2 developers who want to use Entity Framework Core 2 as the data access layer in their projects

9 特價3078
立即代訂
下次再買

Beginning DAX With Power BI

Apress 出版
2018/03/31 出版

Attention all SQL Pros, DAX is not just for writing Excel-based formulas! Get hands-on learning and expert advice on how to use the vast capabilities of the DAX language to solve common data modeling challenges. Beginning DAX with Power BI teaches key concepts such as mapping techniques from SQL to DAX, filtering, grouping, joining, pivoting, and using temporary tables, all aimed at the SQL professional. Join author Philip Seamark as he guides you on a journey through typical business data transformation scenarios and challenges, and teaches you, step-by-step, how to resolve challenges using DAX. Tips, tricks, and shortcuts are included and explained, along with examples of the SQL equivalent, in order to accelerate learning. Examples in the book range from beginner to advanced, with plenty of detailed explanation when walking through each scenario. What You'll Learn Turbocharge your Power BI model by adding advanced DAX programming techniquesKnow when to use calculated measures versus calculated columnsGenerate new tables on the fly from existing dataOptimize, monitor, and tune Power BI to improve performance of your modelsDiscover new ideas, tricks, and time-saving techniques for better models Who This Book Is For Business intelligence developers, business analysts, or any SQL user who wants to use Power BI as a reporting tool. A solid understanding of SQL is recommended, as examples throughout the book include the DAX equivalents to SQL problem/solution scenarios.

9 特價2223
立即代訂
下次再買

Modern API Design With ASP.NET Core 2

Apress 出版
2018/03/08 出版

Shows how to build cross-platform applications using the completely rewritten, ASP.NET Core 2.0 framework. Covers unit- and integration-testing for assuring code quality, along with remote debugging.Provides examples of application deployment to Microsoft's Azure cloud environment.

9 特價1128
立即代訂
下次再買

Raspberry Pi & Hacking & Computer Programming Languages

Ingram 出版
2018/03/01 出版

3 BOOKS IN 1Ever wonder how easy it is to hack into someone's bank account info while surfing the net at your local Starbucks?Become A Programming Master By Learning These Fundamentals LanguagesWant to get the most from your Raspberry Pi? Start with the Blueprint! We have taken our 3 bestselling books and created the ULTIMATE blueprint for you! The Cyberpunk Architects, believe that we have the ability to teach computer programming and the like to anybody by providing them with the blueprint, the basics in order to build the strongest foundation on. We know how tricky it is to learn and become a master of any area of computer programming. Our team is comprised of professionals who have been in the industry of information technology for decades and our experience made us able to create information products such as this step-by-step guide. We give you the blueprint and show you what to do, and more important, HOW TO DO IT! HACKING How to setup your new hacking environment How to use the Linux Terminal and master it's functions How to be completely Anonymous online like the Pro's How to setup NMAP Which tools the REAL hackers use to crack passwords How you can use multiple tools to gather information with Wireless Hacking How TOR and the DarkNet actually work How to keep yourself SAFE from bring hacked BONUS: The FREE Guide To Computer Programming COMPUTER PROGRAMMING LANGUAGES Learn about C# Learn about C++ Learn how to program with Python Which tools are the best to use when working with the C Coding language How to program with JavaScript The correct way of working with the Java Coding Language RASPBERRY PI Software specs Configuring your Raspberry Pi Programming Sample project ideas Accessories And much more...

9 特價1076
立即代訂
下次再買

Computer Programming Languages & Hacking & Advanced Hacking

Ingram 出版
2018/03/01 出版

3 BOOKS IN 1Ever wonder how easy it is to hack into someone's bank account info while surfing the net at your local Starbucks?Become A Programming Master By Learning These Fundamentals LanguagesTake Your Hacking To The Next Level We have taken our 3 bestselling books and created the ULTIMATE blueprint for you! The Cyberpunk Architects, believe that we have the ability to teach computer programming and the like to anybody by providing them with the blueprint, the basics in order to build the strongest foundation on. We know how tricky it is to learn and become a master of any area of computer programming. Our team is comprised of professionals who have been in the industry of information technology for decades and our experience made us able to create information products such as this step-by-step guide. We give you the blueprint and show you what to do, and more important, HOW TO DO IT! HACKING How to setup your new hacking environment How to use the Linux Terminal and master it's functions How to be completely Anonymous online like the Pro's How to setup NMAP Which tools the REAL hackers use to crack passwords How you can use multiple tools to gather information with Wireless Hacking How TOR and the DarkNet actually work How to keep yourself SAFE from bring hacked BONUS: The FREE Guide To Computer Programming COMPUTER PROGRAMMING LANGUAGES Learn about C# Learn about C++ Learn how to program with Python Which tools are the best to use when working with the C Coding language How to program with JavaScript The correct way of working with the Java Coding Langauge ADVNACE HACKING Learn about The Most Dangerous Cyber Security Threats in 2017 How to Hack someone or something and not get caught... How mask your IP online like the Pro's Which tools are the best to use when hacking high security systems And much more...

9 特價1144
立即代訂
下次再買

Hacking & Advanced Hacking

Ingram 出版
2018/03/01 出版

2 BOOKS IN 1Ever wonder how easy it is to hack into someone's bank account info while surfing the net at your local Starbucks?Take Your Hacking To The Next Level We have taken our 2 bestselling books on Hacking and created the ULTIMATE blueprint for you! The Cyberpunk Architects, believe that we have the ability to teach computer programming and the like to anybody by providing them with the blueprint, the basics in order to build the strongest foundation on. We know how tricky it is to learn and become a master of any area of computer programming especially Hacking. Our team is comprised of professionals who have been in the industry of information technology for decades and our experience made us able to create information products such as this step-by-step guide. We give you the blueprint and show you what to do, and more important, HOW TO DO IT! HACKING How to setup your new hacking environment How to use the Linux Terminal and master it's functions How to be completely Anonymous online like the Pro's How to setup NMAP Which tools the REAL hackers use to crack passwords How you can use multiple tools to gather information with Wireless Hacking How TOR and the DarkNet actually work How to keep yourself SAFE from bring hacked BONUS: The FREE Guide To Computer Programming ADVNACE HACKING Learn about The Most Dangerous Cyber Security Threats in 2017 How to Hack someone or something and not get caught... How mask your IP online like the Pro's Which tools are the best to use when hacking high security systems And much more...

9 特價905
立即代訂
下次再買

Learn Computer Science With Swift

Jesse,Feiler  著
Apress 出版
2018/01/16 出版

Think computationally to use Swift to solve logic puzzles and create algorithmsCollect lines of code into blocks, functions, procedures, and methods Structure data with Swift

9 特價1026
立即代訂
下次再買

Envisioning Holograms

Apress 出版
2017/11/08 出版

Explores the hot, new Mixed Reality technology for business, education, and entertainmentHelps you envision and design compelling user experiencesCovers Microsoft's state-of-the-art HoloLens

9 特價2736
立即代訂
下次再買

Deploying iPads in the Classroom

Apress 出版
2017/11/07 出版

There is a high level of interest in the iPad as an educational toolSchools and colleges are increasing their emphasis on digital content and digital deliveryOur book will be the first that digs into the details of deploying the iPad in the classroom

9 特價1026
立即代訂
下次再買

Humans vs Computers

Gojko,Adzic  著
Ingram 出版
2017/08/23 出版

Humans vs Computers is a book about people caught between wrong assumptions and computer bugs. You'll read about humans who are invisible to computers, how a default password once caused a zombie apocalypse and why airlines sometimes give away free tickets. This is also a book on how to prevent, avoid and reduce the impact of such problems. Our lives are increasingly tracked, monitored and categorised by software, driving a flood of information into the vast sea of big data. In this brave new world, humans can't cope with information overload. Governments and companies alike rely on computers to automatically detect fraud, predict behaviour and enforce laws. Inflexible automatons, barely smarter than a fridge, now make life-changing decisions. Clever marketing tricks us into believing that phones, TV sets and even cars are somehow smart. Yet all those computer systems were created by people - people who are well-meaning but fallible and biased, clever but forgetful, and who have grand plans but are pressed for time. Digitising a piece of work doesn't mean there will be no mistakes, but instead guarantees that when mistakes happen, they'll run at a massive scale. The next time you bang your head against a digital wall, the stories in this book will help you understand better what's going on and show you where to look for problems. If nothing else, when it seems as if you're under a black-magic spell, these stories will at least allow you to see the lighter side of the binary chaos.For people involved in software delivery, this book will help you find more empathy for people suffering from our mistakes, and discover heuristics to use during analysis, development or testing to make your software less error prone.About the authorGojko Adzic is a partner at Neuri Consulting LLP, winner of the 2016 European Software Testing Outstanding Achievement Award, and the 2011 Most Influential Agile Testing Professional Award. Gojko's book Specification by Example won the Jolt Award for the best book of 2012, and his blog won the UK Agile Award for the best online publication in 2010.Gojko is a frequent keynote speaker at leading software development conferences and one of the authors of MindMup and Claudia.js. As a consultant, Gojko has helped companies around the world improve their software delivery, from some of the largest financial institutions to small innovative startups.

9 特價855
立即代訂
下次再買

Are You Sure You Can Manage?

Ingram 出版
2017/08/15 出版

As an engineer, ever found yourself asking the question: "What the heck is my manager doing?!". I have, many times. Perhaps you're on your way to becoming a manager yourself, in which case you might be asking: "What the heck am I getting myself into?!". Of course, if you're a manager already, chances are you've asked yourself at least once: "What the heck am I doing wrong?!". No matter how you put it, the question on all of our minds at some point has been: "What should the manager be doing?", and the only good way to answer that question, is to first answer the elusive: "What do great engineers expect from their managers?". Which brings us to the topic of this book.

9 特價253
立即代訂
下次再買

Excel Vba in Easy Steps

In Easy 出版
2017/03/14 出版

Excel VBA in easy steps begins by explaining how to record and edit macro procedures to manipulate Excel worksheet entries, then describes how to create your own macro programs in the Visual Basic Editor (VBE) that is included with the Excel application. This book then demonstrates how to program Excel procedures, provide Excel user forms, and create Excel apps. Each chapter builds your knowledge of Visual Basic for Applications. Excel VBA in easy steps contains separate chapters on the major features of the VBA language. There are complete example programs that demonstrate each aspect of Visual Basic for Applications together with screenshots that illustrate the output when that program has been executed. The sample code provided all has colored syntax-highlighting for clearer understanding. By the end of this book you will have gained a sound understanding of Visual Basic for Applications and be able to write your own VBA programs that can be executed in the Microsoft Excel Office application. You need have no previous knowledge of any programming language, so it's ideal for the newcomer to computer programming.

9 特價513
加入購物車
下次再買

The Cucumber Book

Your customers want rock-solid, bug-free software that does exactly what they expect it to do. Yet they can't always articulate their ideas clearly enough for you to turn them into code. You need Cucumber: a testing, communication, and requirements tool-all rolled into one. All the code in this book is updated for Cucumber 2.4, Rails 5, and RSpec 3.5. Express your customers' wild ideas as a set of clear, executable specifications that everyone on the team can read. Feed those examples into Cucumber and let it guide your development. Build just the right code to keep your customers happy. You can use Cucumber to test almost any system or any platform. Get started by using the core features of Cucumber and working with Cucumber's Gherkin DSL to describe-in plain language-the behavior your customers want from the system. Then write Ruby code that interprets those plain-language specifications and checks them against your application. Next, consolidate the knowledge you've gained with a worked example, where you'll learn more advanced Cucumber techniques, test asynchronous systems, and test systems that use a database. Recipes highlight some of the most difficult and commonly seen situations the authors have helped teams solve. With these patterns and techniques, test Ajax-heavy web applications with Capybara and Selenium, REST web services, Ruby on Rails applications, command-line applications, legacy applications, and more. Written by the creator of Cucumber and the co-founders of Cucumber Ltd., this authoritative guide will give you and your team all the knowledge you need to start using Cucumber with confidence. What You Need: Windows, Mac OS X (with XCode) or Linux, Ruby 1.9.2 and upwards, Cucumber 2.4, Rails 5, and RSpec 3.5

9 特價1977
立即代訂
下次再買

Troubleshooting Ios

Apress 出版
2017/01/21 出版

Understand and solve many different kinds of iPhone and iPad problems. This book covers both general troubleshooting techniques applicable in a wide variety of situations as well as specific fixes for topics such as networking, apps, photos, the battery, and syncing.Glitches, hiccups, and crashes just aren't supposed to happen with iOS, but alas, all too often they do. It is these non-obvious fixes, workarounds, and preventative measures that form the core of iOS Troubleshooting. With clear, straightforward prose, this book will take the reader through hundreds of iOS problems, explain the reasons for them, and provide easy to understand solutions to get the device (and you) back in business. What you'll learn: Fix cellular and networking connectionsIncorporate accessories effectivelySolve batteryand charging issuesClear up syncing and iCloud glitches Who this book is for: Any person who uses an iOS device.

9 特價957
立即代訂
下次再買

Decentralized Applications

Siraj,Raval  著
Oreilly & 出版
2016/08/08 出版

Take advantage of Bitcoin's underlying technology, the blockchain, to build massively scalable, decentralized applications known as dapps. In this practical guide, author Siraj Raval explains why dapps will become more widely used--and profitable--than today's most popular web apps. You'll learn how the blockchain's cryptographically stored ledger, scarce-asset model, and peer-to-peer (P2P) technology provide a more flexible, better-incentivized structure than current software models. Once you understand the theory behind dapps and what a thriving dapp ecosystem looks like, Raval shows you how to use existing tools to create a working dapp. You'll then take a deep dive into the OpenBazaar decentralized market, and examine two case studies of successful dapps currently in use. Learn advances in distributed-system technology that make distributed data, wealth, identity, computing, and bandwidth possible Build a Twitter clone with the Go language, distributed architecture, decentralized messaging app, and peer-to-peer data store Learn about OpenBazaar's decentralized market and its structure for supporting transactions Explore Lighthouse, a decentralized crowdfunding project that rivals sites such as Kickstarter and IndieGogo Take an in-depth look at La'Zooz, a P2P ridesharing app that transmits data directly between riders and drivers

9 特價1333
立即代訂
下次再買

Effective Devops

Oreilly & 出版
2016/06/24 出版

Some companies think that adopting devops means bringing in specialists or a host of new tools. With this practical guide, you'll learn why devops is a professional and cultural movement that calls for change from inside your organization. Authors Ryn Daniels and Jennifer Davis provide several approaches for improving collaboration within teams, creating affinity among teams, promoting efficient tool usage in your company, and scaling up what works throughout your organization's inflection points. Devops stresses iterative efforts to break down information silos, monitor relationships, and repair misunderstandings that arise between and within teams in your organization. By applying the actionable strategies in this book, you can make sustainable changes in your environment regardless of your level within your organization. Explore the foundations of devops and learn the four pillars of effective devops Encourage collaboration to help individuals work together and build durable and long-lasting relationships Create affinity among teams while balancing differing goals or metrics Accelerate cultural direction by selecting tools and workflows that complement your organization Troubleshoot common problems and misunderstandings that can arise throughout the organizational lifecycle Learn from case studies from organizations and individuals to help inform your own devops journey

9 特價1710
立即代訂
下次再買

Core Data in Swift

Pragmatic 出版
2016/06/23 出版

Core Data is intricate, powerful, and necessary. Discover the powerful capabilities integrated into Core Data, and how to use Core Data in your iOS and OS X projects. All examples are current for OS X El Capitan, iOS 9, and the latest release of Core Data. All the code is written in Swift, including numerous examples of how best to integrate Core Data with Apple's newest programming language.Core Data expert Marcus Zarra walks you through a fully developed application based around the Core Data APIs. You'll build on this application throughout the book, learning key Core Data elements such as NSPredicate, NSFetchRequest, thread management, and memory management.Start with the basics of Core Data and learn how to use it to develop your application. Then delve deep into the API details. Explore how to get Core Data integrated into your application properly, and work with this flexible API to create convenience methods to improve your application's maintainability. Reduce your migration difficulties, integrate your Core Data app with iCloud and Watch Kit, and use Core Data in a queue-based environment. By the end of the book, you'll have built a full-featured application, gained a complete understanding of Core Data, and learned how to integrate your application into the iPhone/iPad platform.This book is based on Core Data in Objective-C, Third Edition. It focuses on Swift and adds an additional chapter on how to integrate Core Data with an efficient network implementation, with best practices on how to load and pre-load data into your Swift application.What You Need: Mac OS X El Capitan and iOS 9 and a basic working knowledge of Swift

9 特價1881
立即代訂
下次再買

How to Become an Expert Software Engineer and Get Any Job You Want

Ingram 出版
2016/01/01 出版

Want to know the secret to becoming an expert software engineer and getting any job you want? The answer is simple: Experience. Although, the only valuable form of experience you can add to your r矇sum矇, is the kind you can actually prove to have earned. So, how do you gain tangible experience in skills your current job can't offer you? Get back to programming for fun! What better way is there to prove a skill in coding than with code itself? Not only is writing open source software a great way to learn and acquire new skills, it's a brilliant way to gain real world experience you can legitimately claim on your r矇sum矇! In this book, I will show you the system I use to design, develop, and deliver open source software, steer you away from the mistakes I've made along the way, and help you build an impressive r矇sum矇 of projects that'll get you that job you've always wanted, and in time, will earn you the right to call yourself an expert.

9 特價634
立即代訂
下次再買

Exercises for Programmers

Pragmatic 出版
2015/09/14 出版

When you write software, you need to be at the top of your game. Great programmers practice to keep their skills sharp. Get sharp and stay sharp with more than fifty practice exercises rooted in real-world scenarios. If you're a new programmer, these challenges will help you learn what you need to break into the field, and if you're a seasoned pro, you can use these exercises to learn that hot new language for your next gig.One of the best ways to learn a programming language is to use it to solve problems. That's what this book is all about. Instead of questions rooted in theory, this book presents problems you'll encounter in everyday software development. These problems are designed for people learning their first programming language, and they also provide a learning path for experienced developers to learn a new language quickly.Start with simple input and output programs. Do some currency conversion and figure out how many months it takes to pay off a credit card. Calculate blood alcohol content and determine if it's safe to drive. Replace words in files and filter records, and use web services to display the weather, store data, and show how many people are in space right now. At the end you'll tackle a few larger programs that will help you bring everything together.Each problem includes constraints and challenges to push you further, but it's up to you to come up with the solutions. And next year, when you want to learn a new programming language or style of programming (perhaps OOP vs. functional), you can work through this book again, using new approaches to solve familiar problems.What You Need: You need access to a computer, a programming language reference, and the programming language you want to use.

9 特價1188
立即代訂
下次再買

Mazes for Programmers

Jamis,Buck  著
Pragmatic 出版
2015/07/25 出版

Unlock the secrets to creating random mazes! Whether you're a game developer, an algorithm connoisseur, or simply in search of a new puzzle, you're about to level up. Learn algorithms to randomly generate mazes in a variety of shapes, sizes, and dimensions. Bend them into Moebius strips, fold them into cubes, and wrap them around spheres. Stretch them into other dimensions, squeeze them into arbitrary outlines, and tile them in a dizzying variety of ways. From twelve little algorithms, you'll discover a vast reservoir of ideas and inspiration. From video games to movies, mazes are ubiquitous. Explore a dozen algorithms for generating these puzzles randomly, from Binary Tree to Eller's, each copiously illustrated and accompanied by working implementations in Ruby. You'll learn their pros and cons, and how to choose the right one for the job. You'll start by learning six maze algorithms and transition from making mazes on paper to writing programs that generate and draw them. You'll be introduced to Dijkstra's algorithm and see how it can help solve, analyze, and visualize mazes. Part 2 shows you how to constrain your mazes to different shapes and outlines, such as text, circles, hex and triangle grids, and more. You'll learn techniques for culling dead-ends, and for making your passages weave over and under each other. Part 3 looks at six more algorithms, taking it all to the next level. You'll learn how to build your mazes in multiple dimensions, and even on curved surfaces. Through it all, you'll discover yourself brimming with ideas, the best medicine for programmer's block, burn-out, and the grayest of days. By the time you're done, you'll be energized and full of maze-related possibilities! What You Need: The example code requires version 2 of the Ruby programming language. Some examples depend on the ChunkyPNG library to generate PNG images, and one chapter uses POV-Ray version 3.7 to render 3D graphics

9 特價1881
立即代訂
下次再買

NUnit Pocket Reference

Ingram 出版
2015/07/22 出版

Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches. NUnit is one of the most mature and widely-used .NET open source projects even Microsoft uses it internally. NUnit is a unit-testing framework for all .Net languages. Written entirely in C#, NUnit takes advantage of many .NET language features, such as custom attributes and other reflection related capabilities. It automates unit testing and reduces the effort required to frequently test code while developing it. NUint is invaluable for .NET developers in test-driven development under agile methodologies such as Extreme Programming (XP) as well as for developers who use for unit testing for software quality assurance. Unfortunately, some of those valuable hours saved by using NUnit can be wasted trying to master this powerful but under-documented framework Proof that good things come in small packages, the NUnit Pocket Reference is a complete reference to NUnit, filling in the blanks left by the existing documentation and online discussion. It offers developers everything they need to know to install, configure, and use NUnit; the NUnit user interface; and a reference to the NUnit framework classes in a slim but well-organized package. This handy little book even offers practical, real world NUnit examples. And with the NUnit Pocket Reference, IT managers will know to expect when they implement unit testing in their projects. It is the only book you'll need on this popular and practical new open source framework.

9 特價340
立即代訂
下次再買

Ado: ActiveX Data Objects

Jason T,Roff  著
Ingram 出版
2015/06/03 出版

Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an introduction and a complete reference to ADO (ActiveX Data Objects), Microsoft's universal data access solution. You'll learn how to easily access data in multiple formats--such as email messages, Access databases, Word documents, and SQL databases--even on different platforms, without spending extra time learning every last detail about each format. Author Jason Roff shows by example how to use ADO with your programming language of choice to save programming time, so you can concentrate on the content and quality of your application rather than the nitty-gritty of specific data formats. ADO: ActiveX Data Objects includes: Chapters dedicated to the Connection, Recordset, Field, and Command objects and the Properties collection A complete, detailed reference listing every ADO object, method, property, and event, in convenient alphabetical order Chapters on ADO architecture, data shaping, the ADO Event Model An appendix containing enumeration tables used by ADO objects and collections, listed alphabetically Brief introductions to RDS, ADO.NET, and SQL ADO: ActiveX Data Objects is a versatile one-stop guide to both the theory and practice of programming with ADO through Version 2.6. The thorough reference section and topic-specific chapters will help you find quick answers about the details of objects, collections, methods, and properties of ADO. And the abundance of practical code examples will give you a good grasp of how to use ADO's strong points most effectively.

9 特價1539
立即代訂
下次再買

Devops

Addison-Wesl 出版
2015/05/28 出版
9 特價1835
立即代訂
下次再買

Pro Sharepoint 2007 Development Techniques

Apress 出版
2015/05/15 出版

A hugely practical and up-to-date work, this book is for developers looking to combine the latest advances in Windows and Microsoft development, such as .NET 2.0, ASP.NET AJAX, InfoPath, and Biztalk, with their SharePoint sites. SharePoint is a hot topic right now, and mixing the intersection of one hot tech area with other hot techs is sure to be a hit. This is the only book on the market dedicated to using other products and technologies with SharePoint. Nikander and Margriet Bruggeman are .NET professionals specializing in building web applications using the latest Microsoft technology. Their work includes software design, development, consulting and training. They've been given the prestigious Most Valuable Professional (MVP) award from Microsoft in 2003 for their work on the SharePoint Portal Server platform.

9 特價1710
立即代訂
下次再買

Pro Spring 2.5

Apress 出版
2015/05/15 出版

The open source agile lightweight Spring (meta) Framework 2.5 is by far the leading innovative force and "lightning rod" that's driving today's Java industry. Spring has time and time again proven itself in real-world highly scalable enterprise settings such as banks and other financial institutions. These institutions, along with grid and other traditional Java vendors that supports them, are looking at Spring first, and have all but forgotten Java EE/J2EE. This book, by Spring's own Rob Harrop, lets the reader experience a real application being built from the ground up with Spring using all the multiple Web views and framework. Pro Spring 2.5 will continue on the best selling success of Pro Spring. This book is ideal for Enterprise Java, J2EE/Java EE developers looking to learn and use the Spring metaframework, the now growing, leading alternative to J2EE/Java EE

9 特價1710
立即代訂
下次再買

Hadoop

Tom,White  著
Oreilly & 出版
2015/04/11 出版

Get ready to unlock the power of your data. With the fourth edition of this comprehensive guide, you璽 ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters. Using Hadoop 2 exclusively, author Tom White presents new chapters on YARN and several Hadoop-related projects such as Parquet, Flume, Crunch, and Spark. You璽 ll learn about recent changes to Hadoop, and explore new case studies on Hadoop璽 s role in healthcare systems and genomics data processing. Learn fundamental components such as MapReduce, HDFS, and YARN Explore MapReduce in depth, including steps for developing applications with it Set up and maintain a Hadoop cluster running HDFS and MapReduce on YARN Learn two data formats: Avro for data serialization and Parquet for nested data Use data ingestion tools such as Flume (for streaming data) and Sqoop (for bulk data transfer) Understand how high-level data processing tools like Pig, Hive, Crunch, and Spark work with Hadoop Learn the HBase distributed database and the ZooKeeper distributed configuration service

9 特價2223
立即代訂
下次再買

Android App Development for Dummies

Michael,Burton  著 、Felker, Donn  著
For Dummies 出版
2015/03/09 出版

The updated edition of the bestselling guide to Android app development If you have ambitions to build an Android app, this hands-on guide gives you everything you need to dig into the development process and turn your great idea into a reality! In this new edition of Android App Development For Dummies, you'll find easy-to-follow access to the latest programming techniques that take advantage of the new features of the Android operating system. Plus, two programs are provided: a simple program to get you started and an intermediate program that uses more advanced aspects of the Android platform. Android mobile devices currently account for nearly 80% of mobile phone market share worldwide, making it the best platform to reach the widest possible audience. With the help of this friendly guide, developers of all stripes will quickly find out how to install the tools they need, design a good user interface, grasp the design differences between phone and tablet applications, handle user input, avoid common pitfalls, and turn a "meh" app into one that garners applause. Create seriously cool apps for the latest Android smartphones and tablets Adapt your existing apps for use on an Android device Start working with programs and tools to create Android apps Publish your apps to the Google Play Store Whether you're a new or veteran programmer, Android App Development For Dummies will have you up and running with the ins and outs of the Android platform in no time.

9 特價1026
立即代訂
下次再買

PHP and MySQL Web Development: A Beginner's Guide

McGraw-Hill 出版
2014/12/29 出版

Essential Skills-Made Easy! PHP and MySQL Web Development: A Beginner's Guide takes you from building static web pages to creating comprehensive database-driven web applications. The book reviews HTML, CSS, and JavaScript and then explores PHP--its structure, control statements, arrays, functions, use with forms, and file handling capabilities. Next, the book examines MySQL, including SQL, the MySQL command set, and how to use it with PHP to create a relational database and build secure, databasedriven web applications. This practical resource features complete, step-by-step examples with code that you can use as templates for your own projects. Designed for Easy Learning Key Skills & Concepts--Chapter-opening lists of specific skills covered in the chapter Try This--Hands-on exercises that show you how to apply your skills Notes--Extra information related to the topic being covered Tips--Helpful reminders or alternate ways of doing things Cautions--Errors and pitfalls to avoid Self Tests--End-of-chapter quizzes to reinforce your skills Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated Ready-to-use code at www.mhprofessional.com

9 特價1812
立即代訂
下次再買

Art of Application Performance Testing

Oreilly & 出版
2014/12/27 出版

Because performance is paramount today, this thoroughly updated guide shows you how to test mission-critical applications for scalability and performance before you deploy them--whether it's to the cloud or a mobile device. You'll learn the complete testing process lifecycle step-by-step, along with best practices to plan, coordinate, and conduct performance tests on your applications. Set realistic performance testing goals Implement an effective application performance testing strategy Interpret performance test results Cope with different application technologies and architectures Understand the importance of End User Monitoring (EUM) Use automated performance testing tools Test traditional local applications, web applications, and web services Recognize and resolves issues often overlooked in performance tests Written by a consultant with over 15 years' experience with performance testing, The Art of Application Performance Testing thoroughly explains the pitfalls of an inadequate testing strategy and offers a robust, structured approach for ensuring that your applications perform well and scale effectively when the need arises.

9 特價1539
立即代訂
下次再買

Beginning Iphone Development

The team that brought you the bestselling Beginning iPhone Development, the book that taught the world to program on the iPhone, is back again, bringing this definitive guide up-to-date with Apple's latest and greatest new iOS 8 and its SDK, as well as with the latest version of Xcode (6.1).You'll have everything you need to create your very own apps for the latest iOS devices. Every single sample app in the book has been rebuilt from scratch using Xcode 6.1 and the latest 64-bit iOS 8-specific project templates, and designed to take advantage of the latest Xcode features.Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, Beginning iPhone Development offers a complete soup-to-nuts course in iPhone, iPad, and iPod touch programming. The book starts with the basics, walking through the process of downloading and installing Xcode 6.1 and the iOS 8 SDK, and then guides you though the creation of your first simple application.From there, you'll learn how to integrate all the interface elements iOS users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll learn how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using a variety of persistence techniques, including Core Data and SQLite. And there's much more!

9 特價1881
立即代訂
下次再買
頁數38/42
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing
AP || 3644DA4BA3