Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

オブジェクト指向プログラミング 電子書籍

オブジェクト指向プログラミング の本がお好きな方におすすめです。
973件の検索結果中217240を表示
Skip side bar filters
  • 深入淺出程式原始碼弱點 十大成因與修復指引

    SAST Demystified: A Developer's Guide to Understanding Source Code Vulnerabilities, Their Causes, and Fixes

    AS studio ...
    面對原始碼掃描 (SAST) 工具跳出的滿江紅警示,你是否曾感到困惑,覺得報告如同一本天書,只能照著建議「盲目修改」,卻不明白問題的根源? 本書將帶你告別這種窘境,旨在深入剖析常見 SAST 弱點背後的真正「成因」。以 OWASP Top 10 為核心,本書系統性地拆解每一類高風險弱點——從失效的存取控制、注入攻擊到不安全的反序列化。透過清晰的「錯誤與修正對照」C#/.NET 程式碼範例,以及對「常見修復誤區」的深度提醒,你將不僅學會如何「精準修補」,更能理解「為何如此修改才安全」,從而具備從源頭寫出更健壯、更安全程式碼的實戰能力。 ... もっと見る

    3,027 円

  • Desbravando SOLID

    Práticas avançadas para códigos de qualidade em Java moderno

    Você já aprendeu a programar e certamente já ouviu falar em Orientação a Objetos e seus conceitos como classes, objetos, métodos, interfaces, herança, polimorfismo. Mas você sabe, efetivamente, quando e como aplicar tudo isso? Ao trabalhar com programação, é clara a necessidade de organizar nosso código para que ele seja fácil de entender e manter, otimizando sua leitura e minimizando o impacto de ... もっと見る

    1,500 円

  • Application Design

    Key Principles For Data-Intensive App Systems

    Rob Botwright ...
    Introducing the Ultimate Application Design Book Bundle! Are you ready to take your application design skills to the next level? Dive into the world of data-intensive app systems with our comprehensive book bundle, "Application Design: Key Principles for Data-Intensive App Systems." Book 1 - Foundations of Application Design: Lay the groundwork for success with an introduction to key principles ... もっと見る

    1,222 円

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    Jamie Bloch ...
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a ... もっと見る

    4,817 円

  • A complete Reference of PHP

    technical, #2018

    priyanka ...
    シリーズ 本: 2018 - technical
    PHP: The Complete Reference is a book that provides the readers with key insights into developing dynamic websites using PHP.Summary Of The BookPHP is classified as a server-side scripting language that is used for web development, which can also be utilized as a general-purpose programming language. PHP is installed on over 244 million sites and around 2.1 million servers. PHP: The Complete ... もっと見る

    350 円

  • Modern Systems Programming with Scala Native

    Write Lean, High-Performance Code without the JVM

    Richard Whaling ...
    Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, ... もっと見る

    3,617 円

  • Rust In Practice

    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages

    Rustacean Team ...
    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages in RustRust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the ... もっと見る

    5,719 円

  • Python Interview Questions You'll Most Likely Be Asked

    シリーズ 本: 16 - Job Interview Questions Series
    215 Python Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsPython Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensive... ... もっと見る

    1,286 円

  • Cocoa and Objective-C: Up and Running

    Foundations of Mac, iPhone, and iPad Programming

    Scott Stevenson ...
    Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa expert.Cocoa and Objective-C: Up and Running offers ... もっと見る

    2,534 円

  • The Book of Ruby

    A Hands-On Guide for the Adventurous

    Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby's trendier features, The Book of Ruby reveals the secret inner workings of one of the world's most popular programming languages, teaching you to write clear, maintainable code.You'll start with the basics—types, data structures, and control flows—and progress to ... もっと見る

    4,301 円

  • Ruby by Example

    Concepts and Code

    Kevin C. Baird ...
    There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your needs. Baird's examples demonstrate key features of the language (such as inheritance, encapsulation, ... もっと見る

    3,224 円

  • JAVA 9.0 To 13.0 New Features

    JogA Mandar ...
    Comprehensive guide to study the version updates from JDK9.0 to JDK13.0Key features Learn the journey of Java from its initial days till date. Learn how to implement modular programming in java9. Study the updates in different versions of Java from version 9.0 to 13.0. Understand the need and working of reactive programming. Learn to migrate the pre-existing Java code to new versions. Learn how to ... もっと見る

    2,341 円

  • Treading on Python: Volume 1

    Foundations of Python

    Matt Harrison ...
    Treading on Python Volume 1 is a book designed to bring developers and others who are anxious to learn Python up to speed quickly. Not only does it teach the basics of syntax, but it condenses years of experience gained from programming, tutoring and teaching. You will learn warts, gotchas, best practices and hints that have been gleaned through the years in days. You will hit the ground running ... もっと見る

    2,186 円

  • Core Motion and Core Location

    Learn how to detect the user's location in iOS 11 with Swift 4

    J.D Gauchat ...
    Learn how to use the Core Motion and Core Location frameworks to access the device's sensors from an iOS application. After reading this guide, you will know how to detect the devices movements, how to determine what the user is doing (walking, running, driving, etc.), and how to get its current location.Table of ContentsSENSORSCore MotionMotion DeviceMotion ActivityPedometerAltimeterCore ... もっと見る

    484 円

  • Java / J2EE Interview Questions You'll Most Likely Be Asked

    シリーズ 本: 9 - Job Interview Questions series
    280 Java/J2EE Interview Questions75 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJava/J2EE Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather ... ... もっと見る

    1,286 円

  • Learning C# 2005

    Get Started with C# 2.0 and .NET Programming

    If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers.That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to C#.Written in a warm and friendly manner, Learning C# assumes no prior programming experience, ... もっと見る

    2,895 円

  • Practical Ruby 3 Programming

    Zorin Fylix ...
    This book gives Ruby fans the skills they need to become well-versed in Ruby and build solid applications. It starts with the basics and moves on to exploring the power of blocks, procs, and lambdas. You'll learn how these constructs make your code more flexible and reusable. As you go through it, you'll learn about enumerators, which help you streamline iteration and handle complex data ... もっと見る

    4,600 円

  • Modern C++ For Software Developers

    Serious C++ Development

    Karan Garewal ...
    The ideal book for serious development in Modern C++ (525 pages).Supercharge your C++ development with this comprehensive and practical treatment of Modern C++ features and techniques that are essential for modern C++ software development. Mastery of these concepts will let you create correct and reliable C++ applications with confidence.This book covers all of the important features from the C+ ... もっと見る

    4,958 円

  • Object-Oriented Programming In TypeScript

    An Approachable Guide

    TypeScript, a superset of JavaScript, offers static typing and object-oriented programming features, making it a powerful tool for building large-scale applications. This book aims to introduce you to the world of object-oriented programming (OOP) in TypeScript, guiding you from the basics to more advanced concepts.This book is designed to be an easy-to-follow guide for beginners, with each ... もっと見る

    1,849 円

  • Kotlin / Android Studio 3.0 Development Essentials

    Neil Smyth ...
    Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE), the Android 8 Software Development Kit (SDK) and the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android ... もっと見る

    5,887 円

  • Advanced Use Case Modeling: Software Systems

    Software Systems

    "This book isn't just another introduction to use cases. The authors have used their wealth of experience to produce an excellent and insightful collection of detailed examples, explanations, and advice on how to work with use cases."–Maria EricssonThe toughest challenge in building a software system that meets the needs of your audience lies in clearly understanding the problems that the system ... もっと見る

    6,292 円

  • C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development

    Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code

    Mark J. Price ...
    Publisher\\'s Note: Microsoft stops supporting .NET Core 3.1 in December 2022. The newer 7th edition of this book is available that covers .NET 7 (end-of-life May 2024) or .NET 6 (end-of-life November 2024), with C\# 11 and EF Core 7.Key FeaturesBuild modern, cross-platform applications with .NET Core 3.0Get up to speed with C\#, and up to date with all the latest features of C\# 8.0Start creating ... もっと見る

    7,921 円

  • Clean Code: An Agile Guide to Software Craft

    Clean Code: An Agile Guide to Software Craft is an indispensable resource for software developers and engineers striving to write clean, maintainable, and efficient code. Authored by Robert C. Martin, a renowned expert in software development, this book delves deep into the art and science of writing code that is not only functional but also easy to read and understand.In this comprehensive guide, ... もっと見る

    2,250 円

  • 簡単にできるWeb開発―CSP入門

    高速のオブジェクト指向データベースを使ってみよう

    シリーズ series NextPublishing
    本書は、オブジェクト指向データベース言語であるCaché ObjectScriptとWebページを作成するためのCaché Server Page( CSP)のプログラミングの技法を解説したものです。データベースを中心に、HTML のフォームに入力されたデータをデータベースに新規保存する方法。修正保存する方法。データベースから必要なデータを検索する方法。検索したデータをHTML のフォームに表示する方法。ホームページに表示する方法。CSV ファイルに書き出す方法。CSV ファイルからデータを読んでデータベースに保存する方法。各種の計算方法等を説明しています。各章の内容は以下のとおりです。第1章 CSPの基本を覚えよう :ネームスペース、クラス、プロパティを定義すれば、ウェブフォームウィザードによってホームページが自動的に作成されます。第2章 データベースの作成 ... もっと見る

    1,980 円