Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 816
- Application software 751
- Computer programs 441
- Engineering & Applied Sciences 367
- Operating systems (Computers) 349
- Cloud computing 330
- Programming 327
- Management 281
- Web site development 271
- Computer networks 262
- Design 244
- Python (Computer program language) 237
- Computer Science 234
- Web sites 226
- Data processing 211
- Computer software 197
- Database management 184
- Open source software 179
- Linux 178
- Computer programming 177
- Security measures 174
- Web applications 168
- Photography 161
- Java (Computer program language) 155
- Digital techniques 148
- Computer graphics 141
- JavaScript (Computer program language) 141
- Microsoft Windows (Computer file) 135
- Electrical & Computer Engineering 126
- Mobile computing 124
-
2521por Bell, Charles. author“…Set up, manage, and configure the new InnoDB Cluster feature in MySQL from Oracle. …”
Publicado 2018
Libro electrónico -
2522por Ambi Karthikeyan, Shijimol. author“…The next part of the book takes you through the different components of Azure IaaS that need to be included in a resilient architecture and how to set up a highly available infrastructure in Azure. …”
Publicado 2018
Libro electrónico -
2523Publicado 2020“…Starting with an overview of relational database management systems, this book will show you how to set up and use MySQL Workbench and design a database using practical examples. …”
Libro electrónico -
2524Publicado 2021“…Once you have your terminal set up and ready to rock, you'll review the basics of programming on the Mac terminal. …”
Libro electrónico -
2525Publicado 2021“…The Microsoft Excel Functions Quick Reference helps you set up workbooks, enter data, and format it for easier viewing. …”
Libro electrónico -
2526por Seibold, Chris“…There are more than 50 hacks in this book that show you how to fine-tune the interface, work with multimedia, set up your network, boost security, and perform a few tricks with Unix. …”
Publicado 2013
Libro electrónico -
2527Publicado 2007“…This plain-English guide teaches you everything you need to know to set up a wireless network at home, even if you do not have a technical background. …”
Libro electrónico -
2528por Wolfson, Mike“…With examples in Windows, Linux, and Mac OS X, you’ll learn how to set up an Android development environment and use ADT with the Eclipse IDE. …”
Publicado 2013
Libro electrónico -
2529Publicado 2015“…This comprehensive, professional manual details the set-up of the art department and the day-to-day job duties: scouting for locations, research, executing the design concept, supervising scenery construction, and surviving production. …”
Libro electrónico -
2530Publicado 2014“…Easy-to-follow plans show you how to wire up and program a Web-controlled roving robot and an e-mail notifier that lights an incandescent lamp. Set up the BeagleBone Black and explore its features Connect to your computer via USB or Ethernet Use the BeagleBone Black as a stand-alone PC Write and execute BoneScript code Use JavaScript functions and timers Perform analog and digital I/O Work with expansion capes and modules Design Web interfaces that control electronics Assemble and program a robot and an e-mail notifier…”
Libro electrónico -
2531por Collette, Andrew“…If you’re familiar with the basics of Python data analysis, this is an ideal introduction to HDF5. Get set up with HDF5 tools and create your first HDF5 file Work with datasets by learning the HDF5 Dataset object Understand advanced features like dataset chunking and compression Learn how to work with HDF5’s hierarchical structure, using groups Create self-describing files by adding metadata with HDF5 attributes Take advantage of HDF5’s type system to create interoperable files Express relationships among data with references, named types, and dimension scales Discover how Python mechanisms for writing parallel code interact with HDF5…”
Publicado 2014
Libro electrónico -
2532Publicado 2022“…To commemorate its centenary, the Katholieke Universiteit Leuven (KU Leuven) and the Université catholique de Louvain (UCLouvain) have joined forces to set up a special exhibition under the title “Japan’s Book Donation to the University of Louvain. …”
Libro electrónico -
2533por Karcic, Hikmet“…Although camps have been used for different strategic purposes, their essential functions are always the same: to inflict torture and lasting trauma on the victims.Torture, Humiliate, Kill develops the author's collective traumatization theory, which contends that the concentration camps set up by the Bosnian Serb authorities had the primary purpose of inflicting collective trauma on the non-Serb population of Bosnia and Herzegovina. …”
Publicado 2022
Libro electrónico -
2534Publicado 2022“…Learning MySQL just got a whole lot easier, thanks to this hands-on workshop, complete with simple explanations, engaging examples, and realistic exercises that focus on helping you to build and maintain databases effectively Key Features Learn how to set up and maintain a MySQL database Run SQL queries to create, retrieve, and manipulate data Use MySQL effectively with common business applications such as Excel and MS Access Book Description Do you want to learn how to create and maintain databases effectively? …”
Libro electrónico -
2535por Berson, Alex“…"Learn to build and use customer hubs and associated technologies, secure and protect confidential corporate and customer information, provide personalized services, and set up an effective data governance team."--Jacket…”
Publicado 2007
Libro electrónico -
2536Publicado 2017“…The first five volumes of the Correspondence of Jeremy Bentham contain over 1,300 letters written both to and from Bentham over a 50-year period, beginning in 1752 (aged three) with his earliest surviving letter to his grandmother, and ending in 1797 with correspondence concerning his attempts to set up a national scheme for the provision of poor relief. …”
Libro electrónico -
2537por Riley, Chris“…This book will show you how to get an advocacy program in your business: the basics of having an advocacy program, what tasks and processes need to be set up, and how to identify key stakeholders. You'll see how companies of all types that sell to or engage with technical audiences can develop a developer advocacy strategy. …”
Publicado 2023
Libro electrónico -
2538Publicado 2012“…Knowledge is the beginning tells the story of the West-Eastern Divan Orchestra, a Seville, Spain-based project set up by Israeli-Argentine musician and conductor Daniel Barenboim and his friend the Palestinian philologist Edward Said. …”
DVD -
2539Publicado 2023Tabla de Contenidos: “…4.1 Choosing a database -- 4.1.1 Comparing SQL and NoSQL -- 4.1.2 Making a choice -- 4.2 Creating the database -- 4.2.1 Obtaining the CSV file -- 4.2.2 Installing SQL Server -- 4.2.3 Installing SSMS or ADS -- 4.2.4 Adding a new database -- 4.3 EF Core -- 4.3.1 Reasons to use an ORM -- 4.3.2 Setting up EF Core -- 4.3.3 Creating the DbContext -- 4.3.4 Setting up the DbContext -- 4.3.5 Creating the database structure -- 4.4 Exercises -- 4.4.1 Additional fields -- 4.4.2 One-to-many relationship -- 4.4.3 Many-to-many relationship -- 4.4.4 Creating a new migration -- 4.4.5 Applying the new migration -- 4.4.6 Reverting to a previous migration -- Summary -- 5 CRUD operations -- 5.1 Introducing LINQ -- 5.1.1 Query syntax vs. method syntax -- 5.1.2 Lambda expressions -- 5.1.3 The IQueryable< -- T> -- interface -- 5.2 Injecting the DbContext -- 5.2.1 The sync and async methods -- 5.2.2 Testing the ApplicationDbContext -- 5.3 Seeding the database -- 5.3.1 Setting up the CSV file -- 5.3.2 Installing the CsvHelper package -- 5.3.3 Creating the BggRecord class -- 5.3.4 Adding the SeedController -- 5.3.5 Reading the CSV file -- 5.3.6 Executing the SeedController -- 5.4 Reading data -- 5.4.1 Paging -- 5.4.2 Sorting -- 5.4.3 Filtering -- 5.5 Updating and deleting data -- 5.5.1 Updating a BoardGame -- 5.5.2 Deleting a BoardGame -- 5.6 Exercises -- 5.6.1 Create -- 5.6.2 Read -- 5.6.3 Update -- 5.6.4 Delete -- Summary -- 6 Data validation and error handling -- 6.1 Data validation -- 6.1.1 Model binding -- 6.1.2 Data validation attributes -- 6.1.3 A nontrivial validation example -- 6.1.4 Data validation and OpenAPI -- 6.1.5 Binding complex types -- 6.2 Error handling -- 6.2.1 The ModelState object -- 6.2.2 Custom error messages -- 6.2.3 Manual model validation -- 6.2.4 Exception handling -- 6.3 Exercises -- 6.3.1 Built-in validators -- 6.3.2 Custom validators…”
Libro electrónico -
2540Publicado 2018Tabla de Contenidos: “…Implementing authentication and authorization -- Configuring django-rest-framework-jwt -- Implementing serializers -- Implementing viewsets -- Configuring the URL routes -- Building, testing, and deploying Django app using Zappa -- Executing in the local environment -- API authentication -- GET request on API "/albums/ -- POST request on API "/albums/< -- album_id> -- /photos/ -- Configuring Zappa -- Building and deploying -- Executing in the production environment -- Authentication API -- GET request on API /albums/ -- Summary -- Questions -- Chapter 7: Building a Falcon Application with Zappa -- Technical requirements -- Installing and configuring Falcon -- Setting up the virtual environment -- Installing required packages -- What is Falcon? …”
Libro electrónico