Interfaces
 
楽天市場検索


  レディースファッション (0)
  メンズファッション (0)
  インナー・下着・ナイトウェア (0)
  バッグ・小物・ブランド雑貨 (0)
  靴 (0)
  腕時計 (0)
  ジュエリー・アクセサリー (0)
  キッズ・ベビー・マタニティ (0)
  おもちゃ (0)
  スポーツ・アウトドア (5) (Interfaces)
  家電 (1) (Interfaces)
  TV・オーディオ・カメラ (0)
  パソコン・周辺機器 (6) (Interfaces)
  スマートフォン・タブレット (0)
  光回線・モバイル通信 (0)
  食品 (0)
  スイーツ・お菓子 (0)
  水・ソフトドリンク (0)
  ビール・洋酒 (0)
  日本酒・焼酎 (0)
  インテリア・寝具・収納 (0)
  日用品雑貨・文房具・手芸 (1) (Interfaces)
  キッチン用品・食器・調理器具 (1) (Interfaces)
  本・雑誌・コミック (619) (Interfaces)
  CD・DVD (2) (Interfaces)
  テレビゲーム (0)
  ホビー (3) (Interfaces)
  楽器・音響機器 (7) (Interfaces)
  車・バイク (0)
  車用品・バイク用品 (13) (Interfaces)
  美容・コスメ・香水 (0)
  ダイエット・健康 (0)
  医薬品・コンタクト・介護 (0)
  ペット・ペットグッズ (0)
  花・ガーデン・DIY (4) (Interfaces)
  サービス・リフォーム (0)
  住宅・不動産 (0)
  カタログギフト・チケット (0)
  百貨店・総合通販・ギフト (0)
 
662件中 1件 - 30件  1 2 3 4 5 6
商品説明価格

Hacking APIs Breaking Web Application Programming Interfaces【電子書籍】[ Corey J. Ball ]

楽天Kobo電子書籍ストア
<p><strong><em>Hacking APIs</em> is a crash course in web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure.</strong></p> <p><em>Hacking APIs</em> is a crash course on web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure.</p> <p>You’ll learn how REST and GraphQL APIs work in the wild and set up a streamlined API testing lab with Burp Suite and Postman. Then you’ll master tools useful for reconnaissance, endpoint analysis, and fuzzing, such as Kiterunner and OWASP Amass. Next, you’ll learn to perform common attacks, like those targeting an API’s authentication mechanisms and the injection vulnerabilities commonly found in web applications. You’ll also learn techniques for bypassing protections against these attacks.</p> <p>In the book’s nine guided labs, which target intentionally vulnerable APIs, you’ll practice:<br /> <strong>?</strong> Enumerating APIs users and endpoints using fuzzing techniques<br /> <strong>?</strong> Using Postman to discover an excessive data exposure vulnerability<br /> <strong>?</strong> Performing a JSON Web Token attack against an API authentication process<br /> <strong>?</strong> Combining multiple API attack techniques to perform a NoSQL injection<br /> <strong>?</strong> Attacking a GraphQL API to uncover a broken object level authorization vulnerability</p> <p>By the end of the book, you’ll be prepared to uncover those high-payout API bugs other hackers aren’t finding and improve the security of applications on the web.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,127円

Modern Tkinter for Busy Python Developers: Quickly Learn to Create Great Looking User Interfaces for Windows, Mac and Linux Using Python's Standard GUI Toolkit【電子書籍】[ Mark Roseman ]

楽天Kobo電子書籍ストア
<p><strong>Third Edition: thoroughly revised and expanded! Over 20% new material. Updated for Python 3.9.</strong></p> <p><strong>Quickly learn the right way to build attractive and modern graphical user interfaces with Python and Tkinter.</strong></p> <p>You know some Python. You want to create a user interface for your application. You don't want to waste time messing around with things you don't need.</p> <p>Enter Tkinter.</p> <p>It's built right into Python. Everything you need is included in the standard Python distributions. No extra downloads. Your Python and Tkinter scripts will work on Windows, Mac and Linux.</p> <p>Tkinter has a simple, clean, Pythonic API and takes care of much of the housekeeping needed in GUI programming. You can focus on what's unique in your application.</p> <p><strong>One HUGE Problem</strong></p> <p>Tkinter has been around for a very long time. There's a lot of documentation, much of it created years ago. Nearly everything you'd find in that documentation still works today.</p> <p>But it's all wrong.</p> <p>Tkinter has a reputation for ugly and outdated user interfaces that don't fit in with modern systems. And if you follow the old documentation, that's exactly what you'll get.</p> <p>Because Tkinter has taken a quantum leap forward since all that documentation was written. There are new and better ways to build your user interface. Your program needs to be written differently to take advantage of that.</p> <p><em>Modern Tkinter</em> shows you the right way to do it.</p> <p>You'll learn all the modern best practices. You'll build your user interface the right way the first time, without having to learn anything extra or irrelevant. It starts at the beginning, shows you what you need to know, and covers all the essential elements of building your modern user interface. This includes:</p> <p>- all the standard GUI widgets<br /> - attractively laying out your user interface<br /> - managing menus, windows, and standard dialogs<br /> - organizing more complex user interfaces<br /> - Tkinter's powerhouse widgets: canvas and text<br /> - customizing the look of your user interface<br /> - making it all work on Mac, Windows, and Linux</p> <p>You may have been using older documentation, or are trying to update a Tkinter program written years ago. If so, you'll find warnings of what to avoid using, and how to replace it with a modern solution. There's even a full case study of modernizing the user interface of a seriously out-of-date Tkinter application you may be familiar with.</p> <p><strong>Who this book is for</strong></p> <p>This book is for everyday Python programmers looking to quickly create desktop user interfaces. You may be new to Tkinter, or want to bring your knowledge up to date. You don't need to be an expert on OOP, MVC architecture, multithreading or any other advanced topics. In fact, you're not going to see any of those things in this book.</p> <p>This book uses Python 3.9, but everything you learn will apply (with small tweaks) to any Python 3.x version. It won't help you if you're using Python 2.x.</p> <p>Let veteran software developer Mark Roseman show you the right way to build user interfaces with Python and Tkinter. He's been using and Tk (the technology behind Tkinter) since its early days and has shipped dozens of open source tools and commercial applications based on it.</p> <p>He's also the author of the multi-lingual TkDocs website, the de facto reference for building modern Tk user interfaces. This book brings together Python-specific information from that site and supports its further development.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,999円

Forest People Interfaces understanding community forestry and biocultural diversity【電子書籍】

楽天Kobo電子書籍ストア
<p>This book aims at both academics and professionals in the field of forest-people interfaces. It takes the reader on a journey through four major themes that have emerged since the initiation of 'social forestry' in the 1970s: non-timber forest products and agroforestry; community-based natural resource management; biocultural diversity; and forest governance. In so doing, the books offers a comprehensive and current review on social issues related to forests that other, more specialized publications, lack. It is also theory-rich, offering both mainstream and critical perspectives, and presents up-to-date empirical materials. Reviewing these four major research themes, the main conclusion of the book is that na?ve optimism associated with forest-people interfaces should be tempered. The chapters show that economic development, political empowerment and environmental aims are not easily integrated. Hence local landscapes and communities are not as 'makeable' as is often assumed. Events that take place on other scales might intervene; local communities might not implement policies locally; and governance practices might empower governments more than communities. This all shows that we should go beyond community-based ideas and ideals, and look at practices on the ground.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,564円

Designing Interfaces Patterns for Effective Interaction Design【電子書籍】[ Jenifer Tidwell ]

楽天Kobo電子書籍ストア
<p>Designing good application interfaces isn’t easy now that companies need to create compelling, seamless user experiences across an exploding number of channels, screens, and contexts. In this updated third edition, you’ll learn how to navigate through the maze of design options. By capturing UI best practices as design patterns, this best-selling book provides solutions to common design problems.</p> <p>You’ll learn patterns for mobile apps, web applications, and desktop software. Each pattern contains full-color examples and practical design advice you can apply immediately. Experienced designers can use this guide as an idea sourcebook, and novices will find a road map to the world of interface and interaction design.</p> <ul> <li>Understand your users before you start designing</li> <li>Build your software’s structure so it makes sense to users</li> <li>Design components to help users complete tasks on any device</li> <li>Learn how to promote wayfinding in your software</li> <li>Place elements to guide users to information and functions</li> <li>Learn how visual design can make or break product usability</li> <li>Display complex data with artful visualizations</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,611円

Designing User Interfaces: Exploring User Interfaces, UI Elements, Design Prototypes and the Figma UI Design Tool (English Edition)【電子書籍】[ Dario Calonaci ]

楽天Kobo電子書籍ストア
<p>Think about UIs using design thinking principles from an award winning graphic designer</p> <p>KEY FEATURES</p> <p>● Practical knowledge of visual design basics and typography.</p> <p>● Understand the modern UI to kick-start your career with UI designs.</p> <p>● Introduces you to explore UI designs for e-commerce web applications.</p> <p>DESCRIPTION</p> <p>From the initial introduction about the meaning behind interfaces to the technical skills of thinking and designing a modern UI, this book will guide you on designing the UI of a screen for a real-world application, infused with the newly learned knowledge with the Figma tool.</p> <p>You will be able to explore and practice visual design concepts, namely, color, contrast, balance, consistency, alignments, negative space, how to approach visual impairments, and many more. You will be able to learn about one of the most critical elements of how to think about a UI for which you will explore concepts such as memory, vision, processing of info and objects, models of thinking, and more. Furthermore, you will explore the Figma tool and a live practical example of how to design a UI for an e-commerce graphic application, including its shopping cart page and adding a payment method screen.</p> <p>WHAT YOU WILL LEARN</p> <p>● Get familiar with the basic visual design concepts.</p> <p>● Understand the fundamentals of the User Interface and User Interaction.</p> <p>● An overview of Search Results, Font Psychology, and Typography.</p> <p>● Learn to work with some common interface elements.</p> <p>● Understand how real-time collaborative editing works in the Figma UI design tool.</p> <p>WHO THIS BOOK IS FOR</p> <p>This book is literally for everyone! You should only be loaded with plenty of curiosity. No previous knowledge of the field is required.</p> <p>AUTHOR BIO</p> <p>Dario Calonaci is a published author and an award-winning graphic designer. After completing his Art Diploma under the Renaissance classics, he worked with brands like The Ritz-Carlton, Designers for Obama, Rio+20 (United Nations conference), and Fortune 500 companies.</p> <p>His art has been published worldwide in a plethora of books, plus exhibitions from Rome to New York.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,100円

Labels at the Interfaces On the Notions and the Consequences of Merge and Contain (九州大学人文学叢書 21) [ 林 愼将 ]

楽天ブックス
On the Notions and the Consequences of Merge and Contain 九州大学人文学叢書 21 林 愼将 九州大学出版会レイベルズアットズィインターフェイスィズ ハヤシ ノリマサ 発行年月:2022年03月16日 予約締切日:2022年02月18日 ページ数:212p サイズ:全集・双書 ISBN:9784798503301 本文:英文 1 Introduction/2 Labeling Theory/3 Theoretical Apparatus/4 Interlude:General Architecture/5 Relative Clauses/6 Interrogatives/7 Conclusion 生成文法における最も基本的な三つの概念は「併合」、併合が作り出す「集合構造」、構造のインターフェイスでの解釈上の指示となる「ラベル」である。この三つの概念を最大限に活用して、最小の想定を用いて最大の説明効果を目指す極小主義の枠組みに基づき関係節、疑問文、格、一致、選択関係等の幅広い現象を説明する理論を構築する。また、統語論で作られた構造がインターフェイスでどのように解釈されるのかという問題に取り組むことで、これらの概念における統語論、インターフェイス、及び言語理論上での位置付けを明らかにする。 本 人文・思想・社会 言語学 6,600円

Modern Tkinter for Busy Python Developers: Quickly Learn to Create Great Looking User Interfaces for Windows, Mac and Linux Using Python's Standard GUI Toolkit【電子書籍】[ Mark Roseman ]

楽天Kobo電子書籍ストア
<p><strong>Quickly learn the right way to build attractive and modern graphical user interfaces with Python and Tkinter.</strong></p> <p>You know some Python. You want to create a user interface for your application. You don't want to waste time messing around with things you don't need.</p> <p>Enter Tkinter.</p> <p>It's built right into Python. Everything you need is included in the standard Python distributions. No extra downloads. Your Python and Tkinter scripts will work on Windows, Mac and Linux.</p> <p>Tkinter has a simple, clean, Pythonic API and takes care of much of the housekeeping needed in GUI programming. You can focus on what's unique in your application.</p> <p><strong>One HUGE Problem</strong></p> <p>Tkinter has been around for a very long time. There's a lot of documentation, much of it created years ago. Nearly everything you'd find in that documentation still works today.</p> <p>But it's all wrong.</p> <p>Tkinter has a reputation for ugly and outdated user interfaces that don't fit in with modern systems. And if you follow the old documentation, that's exactly what you'll get.</p> <p>Because Tkinter has taken a quantum leap forward since all that documentation was written. There are new and better ways to build your user interface. Your program needs to be written differently to take advantage of that.</p> <p><em>Modern Tkinter</em> shows you the right way to do it.</p> <p>You'll learn all the modern best practices. You'll build your user interface the right way the first time, without having to learn anything extra or irrelevant. It starts at the beginning, shows you what you need to know, and covers all the essential elements of building your modern user interface. This includes:</p> <p>- all the standard GUI widgets<br /> - attractively laying out your user interface<br /> - managing menus, windows, and standard dialogs<br /> - organizing more complex user interfaces<br /> - Tkinter's powerhouse widgets: canvas and text<br /> - customizing the look of your user interface<br /> - making it all work on Mac, Windows, and Linux</p> <p>You may have been using older documentation, or are trying to update a Tkinter program written years ago. If so, you'll find warnings of what to avoid using, and how to replace it with a modern solution. There's even a full case study of modernizing the user interface of a seriously out-of-date Tkinter application you may be familiar with.</p> <p><strong>Who this book is for</strong></p> <p>This book is for everyday Python programmers looking to quickly create desktop user interfaces. You may be new to Tkinter, or want to bring your knowledge up to date. You don't need to be an expert on OOP, MVC architecture, multithreading or any other advanced topics. In fact, you're not going to see any of those things in this book.</p> <p>This book uses Python 3.7, but everything you learn will apply (with small tweaks) to any Python 3.x version. It won't help you if you're using Python 2.x.</p> <p>Let veteran software developer Mark Roseman show you the right way to build user interfaces with Python and Tkinter. He's been using and Tk (the technology behind Tkinter) since its early days and has shipped dozens of open source tools and commercial applications based on it.</p> <p>He's also the author of the multi-lingual TkDocs.com website, the de facto reference for building modern Tk user interfaces. This book brings together Python-specific information from that site and supports its further development.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,100円

Visual C#. Interfaces Gr?ficas y Aplicaciones para Internet con WPF, WCF y Silverlight【電子書籍】[ Fco. Javier Ceballos Sierra ]

楽天Kobo電子書籍ストア
<p>Aplicaci?n WPF: biblioteca WPF, XAML, IGU, eventos, ciclo de vida. Introducci?n a WPF: clases WPF, eventos enrutados, validaci?n, estilos y plantillas, recursos, temas y m?scaras. Men?s y barras de herramientas. Controles y cajas de di?logo. Enlace de datos en WPF: XML como fuente de datos y objetos como fuente de datos. Acceso a una base de datos. LINQ: entity framework. Navegaci?n de tipo Web: navegaci?n, aplicaci?n XBAP. Silverlight. Servicios WCF. Autenticaci?n y autorizaci?n. Acceso a datos utilizando RIA Services. Ejercicios resueltos.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 514円

La r?alit? virtuelle d?mystifi?e Principe - Interfaces - Applications - Perspectives【電子書籍】[ Indira Thouvenin ]

楽天Kobo電子書籍ストア
<p><strong>Rendre la r?alit? virtuelle accessible ? tous.</strong></p> <p>Facile ? lire et tr?s illustr?, cet ouvrage passionnant fait entrer le lecteur dans le monde incroyable de la r?alit? virtuelle. On y parlera d'avatars, de th?i?res, de chats virtuels ? caresser, de perception, d'interaction, d'immersion, d'intelligence artificielle, de philosophie, d'?thique... Avec une approche simple et pratique, il dresse un panorama ?tendu de ce domaine en pleine ?bullition, en pr?sentant ses origines, son fonctionnement, son mat?riel, ses secteurs d'activit?, ses limites et ses perspectives.</p> <p>R?dig? par deux auteurs aux parcours compl?mentaires, l'une issue de l'enseignement et de la re-cherche, l'autre chef d'entreprise d'une soci?t? de r?alit? virtuelle, ce livre de r?f?rence fournit les bases scientifiques et techniques pour ma?triser ce secteur qui entre dans une nouvelle ?re de d?-veloppement. Lisible ? plusieurs niveaux, il explique comment r?pondre aux enjeux ?conomiques et soci?taux de cette technologie qui prend aujourd'hui de multiples formes combinant virtuel et r?el.</p> <p><strong>? qui s'adresse ce livre ?</strong></p> <ul> <li>Aux particuliers et professionnels qui souhaitent comprendre la r?alit? virtuelle et conna?tre son ?cosyst?me</li> <li>Aux concepteurs de jeux, formateurs, designers, r?alisateurs, consultants...</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,827円

An Introduction to Silent Speech Interfaces【電子書籍】[ Jo?o Freitas ]

楽天Kobo電子書籍ストア
<p>This book provides a broad and comprehensive overview of the existing technical approaches in the area of silent speech interfaces (SSI), both in theory and in application. Each technique is described in the context of the human speech production process, allowing the reader to clearly understand the principles behind SSI in general and across different methods. Additionally, the book explores the combined use of different data sources, collected from various sensors, in order to tackle the limitations of simpler SSI approaches, addressing current challenges of this field. The book also provides information about existing SSI applications, resources and a simple tutorial on how to build an SSI.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,076円

Data-Driven Methods for Adaptive Spoken Dialogue Systems Computational Learning for Conversational Interfaces【電子書籍】

楽天Kobo電子書籍ストア
<p>Data driven methods have long been used in Automatic Speech Recognition (ASR) and Text-To-Speech (TTS) synthesis and have more recently been introduced for dialogue management, spoken language understanding, and Natural Language Generation. Machine learning is now present “end-to-end” in Spoken Dialogue Systems (SDS). However, these techniques require data collection and annotation campaigns, which can be time-consuming and expensive, as well as dataset expansion by simulation. In this book, we provide an overview of the current state of the field and of recent advances, with a specific focus on adaptivity.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 12,154円

Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization Create user-kernel interfaces, work with peripheral I/O, and handle hardware interrupts【電子書籍】[ Kaiwan N Billimoria ]

楽天Kobo電子書籍ストア
<p><strong>Discover how to write high-quality character driver code, interface with userspace, work with chip memory, and gain an in-depth understanding of working with hardware interrupts and kernel synchronization</strong></p> <h4>Key Features</h4> <ul> <li>Delve into hardware interrupt handling, threaded IRQs, tasklets, softirqs, and understand which to use when</li> <li>Explore powerful techniques to perform user-kernel interfacing, peripheral I/O and use kernel mechanisms</li> <li>Work with key kernel synchronization primitives to solve kernel concurrency issues</li> </ul> <h4>Book Description</h4> <p>Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization is an ideal companion guide to the Linux Kernel Programming book. This book provides a comprehensive introduction for those new to Linux device driver development and will have you up and running with writing misc class character device driver code (on the 5.4 LTS Linux kernel) in next to no time.</p> <p>You'll begin by learning how to write a simple and complete misc class character driver before interfacing your driver with user-mode processes via procfs, sysfs, debugfs, netlink sockets, and ioctl. You'll then find out how to work with hardware I/O memory. The book covers working with hardware interrupts in depth and helps you understand interrupt request (IRQ) allocation, threaded IRQ handlers, tasklets, and softirqs. You'll also explore the practical usage of useful kernel mechanisms, setting up delays, timers, kernel threads, and workqueues. Finally, you'll discover how to deal with the complexity of kernel synchronization with locking technologies (mutexes, spinlocks, and atomic/refcount operators), including more advanced topics such as cache effects, a primer on lock-free techniques, deadlock avoidance (with lockdep), and kernel lock debugging techniques.</p> <p>By the end of this Linux kernel book, you'll have learned the fundamentals of writing Linux character device driver code for real-world projects and products.</p> <h4>What you will learn</h4> <ul> <li>Get to grips with the basics of the modern Linux Device Model (LDM)</li> <li>Write a simple yet complete misc class character device driver</li> <li>Perform user-kernel interfacing using popular methods</li> <li>Understand and handle hardware interrupts confidently</li> <li>Perform I/O on peripheral hardware chip memory</li> <li>Explore kernel APIs to work with delays, timers, kthreads, and workqueues</li> <li>Understand kernel concurrency issues</li> <li>Work with key kernel synchronization primitives and discover how to detect and avoid deadlock</li> </ul> <h4>Who this book is for</h4> <p>An understanding of the topics covered in the Linux Kernel Programming book is highly recommended to make the most of this book. This book is for Linux programmers beginning to find their way with device driver development. Linux device driver developers looking to overcome frequent and common kernel/driver development issues, as well as perform common driver tasks such as user-kernel interfaces, performing peripheral I/O, handling hardware interrupts, and dealing with concurrency will benefit from this book. A basic understanding of Linux kernel internals (and common APIs), kernel module development, and C programming is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

REST API Design Rulebook Designing Consistent RESTful Web Service Interfaces【電子書籍】[ Mark Masse ]

楽天Kobo電子書籍ストア
<p>In today’s market, where rival web services compete for attention, a well-designed REST API is a must-have feature. This concise book presents a set of API design rules, drawn primarily from best practices that stick close to the Web’s REST architectural style. Along with rules for URI design and HTTP use, you’ll learn guidelines for media types and representational forms.</p> <p>REST APIs are ubiquitous, but few of them follow a consistent design methodology. Using these simple rules, you will design web service APIs that adhere to recognized web standards. To assist you, author Mark Mass? introduces the Web Resource Modeling Language (WRML), a conceptual framework he created for the design and implementation of REST APIs.</p> <ul> <li>Learn design rules for addressing resources with URIs</li> <li>Apply design principles to HTTP’s request methods and response status codes</li> <li>Work with guidelines for conveying metadata through HTTP headers and media types</li> <li>Get design tips to address the needs of client programs, including the special needs of browser-based JavaScript clients</li> <li>Understand why REST APIs should be designed and configured, not coded</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 906円

Narrowband Single Photons for Light-Matter Interfaces【電子書籍】[ Markus Rambach ]

楽天Kobo電子書籍ストア
<p>This book provides a step-by-step guide on how to construct a narrowband single photon source for the integration with atom-based memory systems. It combines the necessary theoretical background with crucial experimental methods and characterisations to form a complete handbook for readers at all academic levels.</p> <p>The future implementation of large quantum networks will require the hybridisation of photonic qubits for communication with quantum memories in the context of information storage. Such an interface requires carefully tailored single photons to ensure compatibility with the chosen memory.</p> <p>The source itself is remarkable for a number of reasons, including being the spectrally narrowest and brightest source of its kind; in addition, it offers a novel technique for frequency stabilisation in an optical cavity, together with exceptional portability.</p> <p>Starting with a thorough analysis of the current literature, this book derives the essentialparameters needed to design the source, describes its individual components in detail, and closes with the characterisation of a single photon source.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 12,154円

Geekria ケース Shield ヘッドホンケース 互換性 ハードケース 旅行用 ハードシェルケース Focusrite Scarlett S0LO 3rd Gen, Audio Interfaces に対応 収納ポーチ付き (ピンク)

ぺんぎんや
Geekria ケース Shield ヘッドホンケース 互換性 ハードケース 旅行用 ハードシェルケース Focusrite Scarlett S0LO 3rd Gen, Audio Interfaces に対応 収納ポーチ付き (ピンク)ブランドGEEKRIA色PinkモデルSMPJ184-01商品説明【商品概要】【サイズ】内寸 17.5 x 14.5 x 8.5 cm【高品質】 ultra-hard シェルケースはヘッドホンを落下、衝撃ま又は衝突から守ります。付属ポーチは、ケーブル、コード、ヘッドホンアンプ、充電器、アダプターなど様々なアクセサリを収納できます。【互換性】Focusrite Scarlett S0LO 3rd Gen, Audio Interfaces などの機種に対応可能。【パッケージ内容】ケースX1 個(Scarlett S0LO 3rd Gen 含まれていません)【商品説明】Protect your Scarlett S0LO 3rd Gen with a hard shell headphone case from Geekria! Compatible Audio Interfaces: - Compatible with Focusrite Scarlett S0LO 3rd Gen case And many other Audio Interfaces. Note: - Audio interfaces carrying case only, Scarlett S0LO 3rd Gen is not included. 【商品詳細】ブランド:GEEKRIA商品種別:スマートフォン関連製品商品名:Geekria ケース Shield ヘッドホンケース 互換性 ハードケース 旅行用 ハードシェルケース Focusrite Scarlett S0LO 3rd Gen, Audio Interfaces に対応 収納ポーチ付き (ピンク)製造元:Geekria商品番号:SMPJ184-01色:Pink【当店からの連絡】 3,900円

情報検索のためのユーザインタフェース / 原タイトル:Search User Interfaces[本/雑誌] (単行本・ムック) / MartiA.Hearst/著 角谷和俊/監訳 田中克己/監訳

ネオウィング 楽天市場店
ご注文前に必ずご確認ください<商品説明><収録内容>検索ユーザインタフェースのデザイン検索ユーザインタフェースの評価情報探索プロセスのモデルクエリ指定検索結果の提示クエリ修正検索プロセスの支援ナビゲーションと検索の統合検索における情報の個人化検索インタフェースのための情報視覚化テキスト分析のための情報の視覚化検索インタフェースの新たなトレンド<商品詳細>商品番号:NEOBK-947759MartiA. Hearst / Cho Kadoya Kazutoshi / Kanyaku Tanaka Katsumi / Kanyaku / Joho Kensaku No Tame No User Interface / Original Title: Search User Interfacesメディア:本/雑誌発売日:2011/04JAN:9784320122802情報検索のためのユーザインタフェース / 原タイトル:Search User Interfaces[本/雑誌] (単行本・ムック) / MartiA.Hearst/著 角谷和俊/監訳 田中克己/監訳2011/04発売 6,270円

Designing Interfaces: Patterns for Effective Interaction Design [ペーパーバック] Tidwell, Jenifer、 Brewer, Charles; Valencia, Aynne

参考書専門店 ブックスドリーム
【30日間返品保証】商品説明に誤りがある場合は、無条件で弊社送料負担で商品到着後30日間返品を承ります。ご満足のいく取引となるよう精一杯対応させていただきます。※下記に商品説明およびコンディション詳細、出荷予定・配送方法・お届けまでの期間について記載しています。ご確認の上ご購入ください。【インボイス制度対応済み】当社ではインボイス制度に対応した適格請求書発行事業者番号(通称:T番号・登録番号)を印字した納品書(明細書)を商品に同梱してお送りしております。こちらをご利用いただくことで、税務申告時や確定申告時に消費税額控除を受けることが可能になります。また、適格請求書発行事業者番号の入った領収書・請求書をご注文履歴からダウンロードして頂くこともできます(宛名はご希望のものを入力して頂けます)。■商品名■Designing Interfaces: Patterns for Effective Interaction Design■出版社■Oreilly & Associates Inc■著者■Tidwell Jenifer■発行年■2020/01/28■ISBN10■1492051969■ISBN13■9781492051961■コンディションランク■非常に良いコンディションランク説明ほぼ新品:未使用に近い状態の商品非常に良い:傷や汚れが少なくきれいな状態の商品良い:多少の傷や汚れがあるが、概ね良好な状態の商品(中古品として並の状態の商品)可:傷や汚れが目立つものの、使用には問題ない状態の商品■コンディション詳細■書き込みありません。古本ではございますが、使用感少なくきれいな状態の書籍です。弊社基準で良よりコンデションが良いと判断された商品となります。水濡れ防止梱包の上、迅速丁寧に発送させていただきます。【発送予定日について】こちらの商品は午前9時までのご注文は当日に発送致します。午前9時以降のご注文は翌日に発送致します。※日曜日・年末年始(12/31〜1/3)は除きます(日曜日・年末年始は発送休業日です。祝日は発送しています)。(例)・月曜0時〜9時までのご注文:月曜日に発送・月曜9時〜24時までのご注文:火曜日に発送・土曜0時〜9時までのご注文:土曜日に発送・土曜9時〜24時のご注文:月曜日に発送・日曜0時〜9時までのご注文:月曜日に発送・日曜9時〜24時のご注文:月曜日に発送【送付方法について】ネコポス、宅配便またはレターパックでの発送となります。関東地方・東北地方・新潟県・北海道・沖縄県・離島以外は、発送翌日に到着します。関東地方・東北地方・新潟県・北海道・沖縄県・離島は、発送後2日での到着となります。商品説明と著しく異なる点があった場合や異なる商品が届いた場合は、到着後30日間は無条件で着払いでご返品後に返金させていただきます。メールまたはご注文履歴からご連絡ください。 8,906円

【中古】 International User Interfaces / / Elisa M. del Galdo / John Wiley &Sons [ペーパーバック]【メール便送料無料】【あす楽対応】

もったいない本舗 楽天市場店
著者:Elisa M. del Galdo出版社:John Wiley &Sonsサイズ:ペーパーバックISBN-10:0471149659ISBN-13:9780471149651■通常24時間以内に出荷可能です。※繁忙期やセール等、ご注文数が多い日につきましては 発送まで48時間かかる場合があります。あらかじめご了承ください。 ■メール便は、1冊から送料無料です。※宅配便の場合、2,500円以上送料無料です。※あす楽ご希望の方は、宅配便をご選択下さい。※「代引き」ご希望の方は宅配便をご選択下さい。※配送番号付きのゆうパケットをご希望の場合は、追跡可能メール便(送料210円)をご選択ください。■ただいま、オリジナルカレンダーをプレゼントしております。■お急ぎの方は「もったいない本舗 お急ぎ便店」をご利用ください。最短翌日配送、手数料298円から■まとめ買いの方は「もったいない本舗 おまとめ店」がお買い得です。■中古品ではございますが、良好なコンディションです。決済は、クレジットカード、代引き等、各種決済方法がご利用可能です。■万が一品質に不備が有った場合は、返金対応。■クリーニング済み。■商品画像に「帯」が付いているものがありますが、中古品のため、実際の商品には付いていない場合がございます。■商品状態の表記につきまして・非常に良い:  使用されてはいますが、  非常にきれいな状態です。  書き込みや線引きはありません。・良い:  比較的綺麗な状態の商品です。  ページやカバーに欠品はありません。  文章を読むのに支障はありません。・可:  文章が問題なく読める状態の商品です。  マーカーやペンで書込があることがあります。  商品の痛みがある場合があります。 2,787円

Personal Computer Interfaces: MacS to Pentiums Hordeski, Michael F.

参考書専門店 ブックスドリーム
【30日間返品保証】商品説明に誤りがある場合は、無条件で弊社送料負担で商品到着後30日間返品を承ります。ご満足のいく取引となるよう精一杯対応させていただきます。※下記に商品説明およびコンディション詳細、出荷予定・配送方法・お届けまでの期間について記載しています。ご確認の上ご購入ください。【インボイス制度対応済み】当社ではインボイス制度に対応した適格請求書発行事業者番号(通称:T番号・登録番号)を印字した納品書(明細書)を商品に同梱してお送りしております。こちらをご利用いただくことで、税務申告時や確定申告時に消費税額控除を受けることが可能になります。また、適格請求書発行事業者番号の入った領収書・請求書をご注文履歴からダウンロードして頂くこともできます(宛名はご希望のものを入力して頂けます)。■商品名■Personal Computer Interfaces: MacS to Pentiums Hordeski, Michael F.■出版社■McGraw-Hill■著者■Hordeski Michael F.■発行年■1995/01/01■ISBN10■007030419X■ISBN13■9780070304192■コンディションランク■良いコンディションランク説明ほぼ新品:未使用に近い状態の商品非常に良い:傷や汚れが少なくきれいな状態の商品良い:多少の傷や汚れがあるが、概ね良好な状態の商品(中古品として並の状態の商品)可:傷や汚れが目立つものの、使用には問題ない状態の商品■コンディション詳細■書き込みありません。古本のため多少の使用感やスレ・キズ・傷みなどあることもございますが全体的に概ね良好な状態です。水濡れ防止梱包の上、迅速丁寧に発送させていただきます。【発送予定日について】こちらの商品は午前9時までのご注文は当日に発送致します。午前9時以降のご注文は翌日に発送致します。※日曜日・年末年始(12/31〜1/3)は除きます(日曜日・年末年始は発送休業日です。祝日は発送しています)。(例)・月曜0時〜9時までのご注文:月曜日に発送・月曜9時〜24時までのご注文:火曜日に発送・土曜0時〜9時までのご注文:土曜日に発送・土曜9時〜24時のご注文:月曜日に発送・日曜0時〜9時までのご注文:月曜日に発送・日曜9時〜24時のご注文:月曜日に発送【送付方法について】ネコポス、宅配便またはレターパックでの発送となります。関東地方・東北地方・新潟県・北海道・沖縄県・離島以外は、発送翌日に到着します。関東地方・東北地方・新潟県・北海道・沖縄県・離島は、発送後2日での到着となります。商品説明と著しく異なる点があった場合や異なる商品が届いた場合は、到着後30日間は無条件で着払いでご返品後に返金させていただきます。メールまたはご注文履歴からご連絡ください。 6,527円

【中古】 Designed for UseCreate Usable Interfaces for Applications and the Web Lukas Mathis / Lukas Mathis / Pragmatic Bookshelf [ペーパーバック]【メール便送料無料】【あす楽対応】

もったいない本舗 楽天市場店
著者: Lukas Mathis出版社:Pragmatic Bookshelfサイズ:ペーパーバックISBN-10:1680501607ISBN-13:9781680501605■通常24時間以内に出荷可能です。※繁忙期やセール等、ご注文数が多い日につきましては 発送まで48時間かかる場合があります。あらかじめご了承ください。 ■メール便は、1冊から送料無料です。※宅配便の場合、2,500円以上送料無料です。※あす楽ご希望の方は、宅配便をご選択下さい。※「代引き」ご希望の方は宅配便をご選択下さい。※配送番号付きのゆうパケットをご希望の場合は、追跡可能メール便(送料210円)をご選択ください。■ただいま、オリジナルカレンダーをプレゼントしております。■お急ぎの方は「もったいない本舗 お急ぎ便店」をご利用ください。最短翌日配送、手数料298円から■まとめ買いの方は「もったいない本舗 おまとめ店」がお買い得です。■中古品ではございますが、良好なコンディションです。決済は、クレジットカード、代引き等、各種決済方法がご利用可能です。■万が一品質に不備が有った場合は、返金対応。■クリーニング済み。■商品画像に「帯」が付いているものがありますが、中古品のため、実際の商品には付いていない場合がございます。■商品状態の表記につきまして・非常に良い:  使用されてはいますが、  非常にきれいな状態です。  書き込みや線引きはありません。・良い:  比較的綺麗な状態の商品です。  ページやカバーに欠品はありません。  文章を読むのに支障はありません。・可:  文章が問題なく読める状態の商品です。  マーカーやペンで書込があることがあります。  商品の痛みがある場合があります。 5,503円
【中古】 Designed for UseCreate Usable Interfaces for Applications and the Web Lukas Mathis / Lukas Mathis / Pragmatic Bookshelf [ペーパーバック]【メール便送料無料】【あす楽対応】
古本買取本舗 楽天市場店
著者: Lukas Mathis出版社:Pragmatic Bookshelfサイズ:ペーパーバックISBN-10:1680501607ISBN-13:9781680501605■通常24時間以内に出荷可能です。※繁忙期やセール等、ご注文数が多い日につきましては 出荷まで48時間かかる場合があります。あらかじめご了承ください。 ■メール便は、1冊から送料無料です。※宅配便の場合、2,500円以上送料無料です。※あす楽ご希望の方は、宅配便をご選択下さい。※「代引き」ご希望の方は宅配便をご選択下さい。■中古品ではございますが、良好なコンディションです。決済は、クレジットカード、代引き等、各種決済方法がご利用可能です。■万が一品質に不備が有った場合は、返金対応。■クリーニング済み。■商品状態の表記につきまして・非常に良い:  使用されてはいますが、  非常にきれいな状態です。  書き込みや線引きはありません。・良い:  比較的綺麗な状態の商品です。  ページやカバーに欠品はありません。  文章を読むのに支障はありません。・可:  文章が問題なく読める状態の商品です。  マーカーやペンで書込があることがあります。  商品の痛みがある場合があります。 5,503円

Fluid Mechanics at Interfaces 2 Case Studies and Instabilities【電子書籍】[ Roger Prudhomme ]

楽天Kobo電子書籍ストア
<p>Interfaces are present in most fluid mechanics problems. They not only denote phase separations and boundary conditions, but also thin flames and discontinuity waves. <em>Fluid Mechanics at Interfaces 2</em> examines cases that involve one-dimensional or bi-dimensional manifolds, not only in gaseous and liquid physical states but also in subcritical fluids and in single- and multi-phase systems that may be pure or mixed.</p> <p>Chapter 1 addresses certain aspects of turbulence in discrete mechanics, briefly describing the physical model associated with discrete primal and dual geometric topologies before focusing on channel flow simulations at turbulence-inducing Reynolds numbers. Chapter 2 centers on atomization in an accelerating domain. In one case, an initial Kelvin?Helmholtz instability generates an acceleration field, in turn creating a Rayleigh?Taylor instability which ultimately determines the size of the droplets formed. Chapter 3 explores numerical studies of pipes with sudden contraction using OpenFOAM, and focuses on modeling that will be useful for engines and automobiles.</p> <p>Chapters 4 and 5 study the evaporation of droplets that are subject to high-frequency perturbations, a possible cause of instabilities in injection engines. The Heidmann model, which replaces the droplets in motion in a combustion chamber with a single continuously-fed droplet, is made more complex by considering the finite conduction heat transfer phenomenon. Finally, Chapter 6 is devoted to a study of the rotor blade surface of a Savonius wind turbine, considering both a non-stationary and a three-dimensional flow.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 18,592円

Organic Solar Cells Materials, Devices, Interfaces, and Modeling【電子書籍】

楽天Kobo電子書籍ストア
<p>Current energy consumption mainly depends on fossil fuels that are limited and can cause environmental issues such as greenhouse gas emissions and global warming. These factors have stimulated the search for alternate, clean, and renewable energy sources. Solar cells are some of the most promising clean and readily available energy sources. Plus, the successful utilization of solar energy can help reduce the dependence on fossil fuels. Recently, organic solar cells have gained extensive attention as a next-generation photovoltaic technology due to their light weight, mechanical flexibility, and solution-based cost-effective processing.</p> <p>Organic Solar Cells: Materials, Devices, Interfaces, and Modeling provides an in-depth understanding of the current state of the art of organic solar cell technology. Encompassing the full spectrum of organic solar cell materials, modeling and simulation, and device physics and engineering, this comprehensive text:</p> <ul> <li>Discusses active layer, interfacial, and transparent electrode materials</li> <li>Explains how to relate synthesis parameters to morphology of the photoactive layer using molecular dynamics simulations</li> <li>Offers insight into coupling morphology and interfaces with charge transport in organic solar cells</li> <li>Explores photoexcited carrier dynamics, defect states, interface engineering, and nanophase separation</li> <li>Covers inorganic?organic hybrids, tandem structure, and graphene-based polymer solar cells</li> </ul> <p><strong>Organic Solar Cells: Materials, Devices, Interfaces, and Modeling</strong> makes an ideal reference for scientists and engineers as well as researchers and students entering the field from broad disciplines including chemistry, material science and engineering, physics, nanotechnology, nanoscience, and electrical engineering.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 10,536円

洋書 Paperback, Universal Usability: Designing Computer Interfaces for Diverse Users (No Longer Used)

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 15,350円

Hands-On System Programming with Linux Explore Linux system programming interfaces, theory, and practice【電子書籍】[ Kaiwan N Billimoria ]

楽天Kobo電子書籍ストア
<p><strong>Get up and running with system programming concepts in Linux</strong></p> <h4>Key Features</h4> <ul> <li>Acquire insight on Linux system architecture and its programming interfaces</li> <li>Get to grips with core concepts such as process management, signalling and pthreads</li> <li>Packed with industry best practices and dozens of code examples</li> </ul> <h4>Book Description</h4> <p>The Linux OS and its embedded and server applications are critical components of today’s software infrastructure in a decentralized, networked universe. The industry's demand for proficient Linux developers is only rising with time. Hands-On System Programming with Linux gives you a solid theoretical base and practical industry-relevant descriptions, and covers the Linux system programming domain. It delves into the art and science of Linux application programmingー system architecture, process memory and management, signaling, timers, pthreads, and file IO.</p> <p>This book goes beyond the use API X to do Y approach; it explains the concepts and theories required to understand programming interfaces and design decisions, the tradeoffs made by experienced developers when using them, and the rationale behind them. Troubleshooting tips and techniques are included in the concluding chapter.</p> <p>By the end of this book, you will have gained essential conceptual design knowledge and hands-on experience working with Linux system programming interfaces.</p> <h4>What you will learn</h4> <ul> <li>Explore the theoretical underpinnings of Linux system architecture</li> <li>Understand why modern OSes use virtual memory and dynamic memory APIs</li> <li>Get to grips with dynamic memory issues and effectively debug them</li> <li>Learn key concepts and powerful system APIs related to process management</li> <li>Effectively perform file IO and use signaling and timers</li> <li>Deeply understand multithreading concepts, pthreads APIs, synchronization and scheduling</li> </ul> <h4>Who this book is for</h4> <p>Hands-On System Programming with Linux is for Linux system engineers, programmers, or anyone who wants to go beyond using an API set to understanding the theoretical underpinnings and concepts behind powerful Linux system programming APIs. To get the most out of this book, you should be familiar with Linux at the user-level logging in, using shell via the command line interface, the ability to use tools such as find, grep, and sort. Working knowledge of the C programming language is required. No prior experience with Linux systems programming is assumed.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Mastering Perl/Tk Graphical User Interfaces in Perl【電子書籍】[ Stephen Lidie ]

楽天Kobo電子書籍ストア
<p>Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it.Mastering Perl/Tk is the "bible" of Perl/Tk: It's not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced applications with a series of extensive program examples. The result is a book accessible for novices, and invaluable for experienced programmers ready to learn the next step in the elegant and effective use of Perl/Tk. The book includes:</p> <ul> <li>An introduction to each of the basic Perl/Tk widgets and geometry managers</li> <li>A dissection of the MainLoop, including how to use callbacks and bindings effectively</li> <li>Coverage of the Tix widgets, an extended set of widgets that are a part of the standard Perl/Tk distribution</li> <li>Working with images in Perl/Tk, including bitmaps, pixmaps, photos, and how to compose a compound image type</li> <li>How to create custom mega-widgets in Perl/Tk, both composite and derived</li> <li>Handling interprocess communication with Perl/Tk, both with standard Unix utilities (pipes and sockets) and with the send command designed for direct communication between Tk applications</li> <li>Developing your own Tk widget in the C language</li> <li>Examples of web applications written with Perl/Tk and the LWP library</li> </ul> <p>The book also includes appendices on installing Perl/Tk, a complete quick-reference for each standard widget, and listings of all the extended examples in the book.Nancy Walsh is the author of <em>Learning Perl/Tk</em>, and Steve Lidie wrote the <em>Perl/Tk Pocket Reference</em> as well as a series of Perl/Tk articles in The Perl Journal. Together, they have written <em>Mastering Perl/Tk</em> to be the definitive guide to Perl/Tk.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,617円

High Performance JavaScript: Build Faster Web Application Interfaces Zakas, Nicholas C.

参考書専門店 ブックスドリーム
【30日間返品保証】商品説明に誤りがある場合は、無条件で弊社送料負担で商品到着後30日間返品を承ります。ご満足のいく取引となるよう精一杯対応させていただきます。※下記に商品説明およびコンディション詳細、出荷予定・配送方法・お届けまでの期間について記載しています。ご確認の上ご購入ください。【インボイス制度対応済み】当社ではインボイス制度に対応した適格請求書発行事業者番号(通称:T番号・登録番号)を印字した納品書(明細書)を商品に同梱してお送りしております。こちらをご利用いただくことで、税務申告時や確定申告時に消費税額控除を受けることが可能になります。また、適格請求書発行事業者番号の入った領収書・請求書をご注文履歴からダウンロードして頂くこともできます(宛名はご希望のものを入力して頂けます)。■商品名■High Performance JavaScript: Build Faster Web Application Interfaces Zakas, Nicholas C.■出版社■Yahoo Press■著者■Zakas Nicholas C.■発行年■2010/04/06■ISBN10■059680279X■ISBN13■9780596802790■コンディションランク■良いコンディションランク説明ほぼ新品:未使用に近い状態の商品非常に良い:傷や汚れが少なくきれいな状態の商品良い:多少の傷や汚れがあるが、概ね良好な状態の商品(中古品として並の状態の商品)可:傷や汚れが目立つものの、使用には問題ない状態の商品■コンディション詳細■書き込みありません。古本のため多少の使用感やスレ・キズ・傷みなどあることもございますが全体的に概ね良好な状態です。水濡れ防止梱包の上、迅速丁寧に発送させていただきます。【発送予定日について】こちらの商品は午前9時までのご注文は当日に発送致します。午前9時以降のご注文は翌日に発送致します。※日曜日・年末年始(12/31〜1/3)は除きます(日曜日・年末年始は発送休業日です。祝日は発送しています)。(例)・月曜0時〜9時までのご注文:月曜日に発送・月曜9時〜24時までのご注文:火曜日に発送・土曜0時〜9時までのご注文:土曜日に発送・土曜9時〜24時のご注文:月曜日に発送・日曜0時〜9時までのご注文:月曜日に発送・日曜9時〜24時のご注文:月曜日に発送【送付方法について】ネコポス、宅配便またはレターパックでの発送となります。関東地方・東北地方・新潟県・北海道・沖縄県・離島以外は、発送翌日に到着します。関東地方・東北地方・新潟県・北海道・沖縄県・離島は、発送後2日での到着となります。商品説明と著しく異なる点があった場合や異なる商品が届いた場合は、到着後30日間は無条件で着払いでご返品後に返金させていただきます。メールまたはご注文履歴からご連絡ください。 2,972円

洋書 Paperback, Seeing Data: Designing User Interfaces for Database Systems Using .NET

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 13,487円

洋書 Paperback, Spatial Auditory Human-Computer Interfaces (SpringerBriefs in Computer Science)

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,329円

洋書 The SAP R/3 Guide to EDI and Interfaces: Cut your Implementation Cost with IDocs, ALE and RFC (XBusiness Computing)

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,146円