Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 224
- Application software 200
- JavaScript (Computer program language) 111
- Web site development 77
- Computer programming 68
- Java (Computer program language) 67
- Python (Computer program language) 63
- Web applications 58
- Database management 52
- Programming 48
- Application program interfaces (Computer software) 45
- Cloud computing 44
- Internet programming 39
- Programming languages (Electronic computers) 39
- Microsoft .NET Framework 37
- Web sites 34
- Computer programs 33
- Data mining 33
- Design 33
- iOS (Electronic resource) 29
- Computer software 28
- Big data 26
- Engineering & Applied Sciences 25
- Go (Computer program language) 24
- Node.js 24
- Web Development 23
- Client/server computing 21
- Mobile computing 21
- SQL (Computer program language) 21
- Ajax (Web site development technology) 20
-
161por Kosev, GorgiTabla de Contenidos: “…Creating autocomplete for input -- Creating a custom single-selection list -- Creating a multiple selection list -- Geographic location input using maps -- Chapter 6: Data Validation -- Introduction -- Validating text by length -- Validating numbers by range -- Using the built-in pattern validation -- Advanced use of built-in constraints and custom validations -- Calculating password strength -- Validating US zip codes -- Using asynchronous server-side validation -- Combining client-side and server-side validation -- Chapter 7: Data Serialization -- Introduction -- Deserializing JSON to JavaScript objects -- Serializing objects to JSON string -- Decoding base64 encoded binary data -- Encoding binary data or text into base64 -- Serializing binary data into JSON -- Serializing and deserializing cookies -- Serializing a form into request strings -- Reading XML documents with DOMParser -- Serialization of XML document at the client side -- Chapter 8: Communicating With Servers -- Creating an HTTP GET request to fetch JSON -- Creating a request with custom headers -- Versioning your API -- Fetching JSON data with JSONP -- Reading XML data from server -- Using the FormData interface -- Posting a binary file to the server -- Creating an SSL connection with Node.js -- Making real-time updates with Ajax Push -- Exchanging real-time messages using WebSockets -- Chapter 9: Client-side templates -- Introduction -- Rendering objects using Handlebars -- Rendering objects using EJS -- Rendering objects using Jade -- Rendering arrays using Handlebars -- Rendering arrays using EJS -- Rendering arrays using Jade -- Simplifying templates with helpers in Handlebars -- Reusing templates with partials in Handlebars -- Reusing templates with partials in EJS -- Using filters in Jade -- Using mixins in Jade -- Using layouts and blocks in Jade…”
Publicado 2013
Libro electrónico -
162por Sunderaraman, Prabhu. authorTabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Core JavaScript and JavaScript Frameworks""; ""JavaScript Frameworks""; ""JavaScript Language Features""; ""The Arguments Keyword""; ""Use of Arguments in Ext JS 4""; ""Functions""; ""Use of Higher-Order Functions in Ext JS 4""; ""Classes in JavaScript""; ""Use of Classes in Ext JS 4""; ""JSON""; ""Use of JSON in Ext JS 4""; ""Summary""; ""Chapter 2: Overview of Ext JS 4""; ""Downloading Ext JS 4""; ""Getting Started With Ext JS 4""…”
Publicado 2013
Libro electrónico -
163por Mardan, Azat. authorTabla de Contenidos: “…; ""response.send(â€?)""; ""response.json(â€?)""; ""response.jsonp(â€?)""; ""response.redirect(â€?)""…”
Publicado 2014
Libro electrónico -
164por Paz, Jose Rolando GuayTabla de Contenidos: “…""Working with Ajax""""Triggering Ajax Calls""; ""Creating Ajax Forms""; ""Creating Ajax ActionLinks""; ""Implementing Ajax Callbacks""; ""Making Ajax Requests Directly with jQuery""; ""Working with JSON""; ""Returning JSON from an Action Method""; ""Using JSON in the Browser""; ""Introducing Web API""; ""Using the ASP.NET MVC 4 Web API Project Template""; ""Creating Web API Controllers""; ""Summary""; ""Chapter 9: Security""; ""Authentication and Authorization""; ""Using Windows Authentication""; ""Using Forms Authentication""; ""Securing Controllers and Action Methods""…”
Publicado 2013
Libro electrónico -
165Publicado 2022Tabla de Contenidos: “…Introduction -- Setting up your coding environment -- Creating your first database and table -- Beginning data exploration with SELECT -- Understanding data types -- Importing and exporting data -- Basic math and stats with SQL -- Joining tables in a relational database -- Table design that works for you -- Extracting information by grouping and summarizing -- Inspecting and modifying data -- Statistical functions in SQL -- Working with dates and times -- Advanced query techniques -- Mining text to find meaningful data -- Analyzing spatial data with PostGIS -- Working with JSON data -- Saving time with views, functions, and triggers -- Using PostgreSQL from the command line -- Maintaining your database -- Telling your data's story -- Appendix A. …”
Libro electrónico -
166Publicado 2015“…Po opanowaniu podstaw przejdziesz do najpopularniejszych formatów wymiany informacji pomiędzy systemami-- JSON oraz XML…”
Libro electrónico -
167Publicado 2021“…As you work your way through the chapters, youll gain confidence and a deep understanding of advanced Go concepts, including concurrency and the operation of the Go Garbage Collector, using Go with Docker, writing powerful command-line utilities, working with JavaScript Object Notation (JSON) data, and interacting with databases. Youll also improve your understanding of Go internals to optimize Go code and use data types and data structures in new and unexpected ways. …”
Libro electrónico -
168Publicado 2007“…"GWT includes both a tool set (e.g. hosted mode, compiler) and a set of libraries (e.g. widgets, RPC, XML, JSON). It has always been a design principle that GWT users should be able to write and use their own libraries. …”
Vídeo online -
169por Sarasa Cabezuelo, Antonio“…En este manual se realiza una introducción a un conjunto de herramientas y técnicas para el acceso y procesamiento de datos web, que se encuentran en formatos como XML, CSV o JSON, o bien en bases de datos tanto relacionales como NoSQL. …”
Publicado 2017
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universitat Ramon Llull)Enlace del recurso
Libro electrónico -
170Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Hello Qt -- Installing Qt -- Maintaining your installation -- Qt Creator -- Scratchpad project -- qmake -- Summary -- Chapter 2: Project Structure -- Projects, MVC, and unit testing -- Project creation -- cm-lib -- cm-tests -- cm-ui -- Mastering MVC -- QObject -- QML -- Project output -- Summary -- Chapter 3: User Interface -- UX -- Creating views -- StackView -- Anchors -- Sizing -- Navigation -- Fixing conflicts -- Summary -- Chapter 4: Style -- Style resource -- Font Awesome -- Components -- Styling the navigation bar -- Clicking -- Commands -- Command bar -- Summary -- Chapter 5: Data -- JSON -- Object hierarchy -- DataDecorators -- Entities -- Entity collections -- Data models -- Custom TextBox -- Summary -- Chapter 6: Unit Testing -- Unit testing -- The default Qt approach -- Custom approach -- DataDecorator tests -- Entity Tests -- Mocking -- Summary -- Chapter 7: Persistence -- SQLite -- Primary keys -- Creating clients -- Panels -- Finding clients -- Editing clients -- Deleting clients -- Summary -- Chapter 8: Web Requests -- Network access -- Web Requests -- RSS View -- RSS -- Summary -- Chapter 9: Wrapping Up -- Object factory -- UI scaling -- Dashboard -- Enumerator selectors -- Contacts -- Deployment preparation -- OS X -- Linux -- Windows -- Qt Installer framework -- Installation -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
171por Korotkevitch, Dmitri. authorTabla de Contenidos: “…Functions -- 12. XML and JSON -- 13. Temporary Tables and TempDB -- 14. CLR -- 15. …”
Publicado 2016
Libro electrónico -
172Publicado 2017Tabla de Contenidos: “…Relational database systems: an introduction -- Planning the installation and installing SQL server -- SQL server management studio -- SQL components -- Data definitions language -- Queries -- Modification of a table's contents -- Stored procedures and user defined functions -- System catalog -- Indices -- Views -- Security system of the database engine -- Concurrency control -- Triggers -- System environment of the database engine -- Backup, recovery, and system availability -- Automating system administration tasks -- Data replication -- Query optimizer -- Performance tuning -- In-memory OLTP -- Business intelligence: an introduction -- SQL server analysis services -- Business intelligence and transact-SQL -- SQL server reporting services -- Optimizing techniques for data warehousing -- Columnstore indices -- XML and JSON integration in the database engine -- Spatial and temporal data -- SQL server full-text search…”
Libro electrónico -
173Publicado 2018Tabla de Contenidos: “…Data access. Files -- xML and JSON -- LINQ -- Databases -- Part 5. Additional techniques. …”
Libro electrónico -
174por Gierer, GeraldTabla de Contenidos: “…The Web Request Handling Layer -- A brief history of Web MVC -- Request handling for enterprise web applications -- Building the request handling layer -- Preparing for JSON generation -- Implementing the Company addJson method -- Implementing the Project addJson method -- Implementing the Task addJson method -- Implementing the User addJson method -- Implementing the TaskLog addJson method -- A note on JSON -- Creating the request handlers -- Defining the AbstractHandler superclass -- Defining the SecurityHandler class -- The @Controller and @RequestMapping annotations -- The @ResponseBody annotation -- The @RequestParam annotation -- Authenticating a user -- Logging out -- Defining the CompanyHandler class -- Defining the ProjectHandler class -- The Spring HandlerInterceptor interface -- The Spring MVC configuration -- Defining the TaskLogHandler class -- The @InitBinder annotation -- More on Spring MVC…”
Publicado 2013
Libro electrónico -
175Publicado 2019Tabla de Contenidos: “…Performing actions that trigger computations -- Reusing the same rdd for different actions -- Summary -- Chapter 8: Immutable Design -- Delving into the Spark RDD's parent/child chain -- Extending an RDD -- Chaining a new RDD with the parent -- Testing our custom RDD -- Using RDD in an immutable way -- Using DataFrame operations to transform -- Immutability in the highly concurrent environment -- Using the Dataset API in an immutable way -- Summary -- Chapter 9: Avoiding Shuffle and Reducing Operational Expenses -- Detecting a shuffle in a process -- Testing operations that cause a shuffle in Apache Spark -- Changing the design of jobs with wide dependencies -- Using keyBy() operations to reduce shuffle -- Using a custom partitioner to reduce shuffle -- Summary -- Chapter 10: Saving Data in the Correct Format -- Saving data in plain text format -- Leveraging JSON as a data format -- Tabular formats - CSV -- Using Avro with Spark -- Columnar formats - Parquet -- Summary -- Chapter 11: Working with the Spark Key/Value API -- Available actions on key/value pairs -- Using aggregateByKey instead of groupBy() -- Actions on key/value pairs -- Available partitioners on key/value data -- Implementing a custom partitioner -- Summary -- Chapter 12: Testing Apache Spark Jobs -- Separating logic from Spark engine-unit testing -- Integration testing using SparkSession -- Mocking data sources using partial functions -- Using ScalaCheck for property-based testing -- Testing in different versions of Spark -- Summary -- Chapter 13: Leveraging the Spark GraphX API -- Creating a graph from a data source -- Creating the loader component -- Revisiting the graph format -- Loading Spark from file -- Using the Vertex API -- Constructing a graph using the vertex -- Creating couple relationships -- Using the Edge API -- Constructing the graph using edge…”
Libro electrónico -
176Publicado 2014Tabla de Contenidos: “…Serializing a dataset to JSON and backSerializing objects to JSON and back using RTTI; Sending a POST HTTP request encoding parameters; Implementing a RESTful interface using WebBroker; Controlling remote applications using UDP; Using App Tethering to create a companion app; Creating DataSnap Apache modules; Chapter 6: Riding the Mobile Revolution with FireMonkey; Introduction; Taking a photo, applying effects, and sharing it; Using listview to show and search local data; Do not block the main thread!…”
Libro electrónico -
177Publicado 2020Tabla de Contenidos: “…Decoding JSON collections -- 4.3.3. Decoding JSON HTTP responses -- Summary -- Chapter 5. …”
Libro electrónico -
178Publicado 2022Tabla de Contenidos: “…-- Protecting applications from CSRF -- Solutions that do not work -- Solutions that do work -- Samesite cookies -- Protecting your Sanic app with authentication -- Using API keys -- Understanding session-based versus non-session-based authentication -- Using sessions -- JSON Web Tokens (JWTs) -- Summary -- Chapter 8: Running a Sanic Server -- Technical requirements -- Handling the server life cycle -- Server listeners -- Configuring an application -- What is the Sanic configuration object? …”
Libro electrónico -
179Publicado 2024Tabla de Contenidos: “…. -- How it works... -- Chapter 10: JSON Parsing Made Easy -- Technical requirements -- JSON format in a nutshell -- How to do it... -- How it works... -- Processing JSON data from a text file -- How to do it... -- How it works... -- There's more... -- Writing JSON data to a text file -- How to do it... -- How it works... -- Using Google's Geocoding API -- How to do it... -- How it works... -- There's more... -- Chapter 11: Conversion Library -- Technical requirements -- Converting data -- How to do it... -- How it works... -- There's more... -- Converting images -- How to do it... -- How it works... -- There's more... -- Converting videos -- How to do it... -- How it works... -- There's more... -- Converting currency -- How to do it... -- How it works... -- There's more... -- Chapter 12: Accessing Databases with SQL Driver and Qt -- Technical requirements -- Setting up a database -- How to do it... -- How it works... -- Connecting to a database -- How to do it... -- How it works... -- Writing basic SQL queries -- How to do it... -- How it works... -- Creating a login screen with Qt -- How to do it... -- How it works... -- Displaying information from a database in model view -- How to do it... -- How it works...…”
Libro electrónico -
180Publicado 2016Tabla de Contenidos: “…DevicesTime for action - implementing a device to encrypt data; Text streams; Data serialization; Binary streams; Time for action - serialization of a custom structure; XML streams; Time for action - implementing an XML parser for player data; JSON files; Time for action - the player data JSON serializer; Time for action - implementing a JSON parser; QSettings; Summary; Chapter 5: Graphics with Qt; Raster painting; Painter attributes; Widget painting; Time for action - custom-painted widgets; Time for action - transforming the viewport; Time for action - drawing an oscillogram; Input events…”
Libro electrónico