Tutorial by Topics: d

The easiest way to create a RESTful API in Grails is to expose a domain class as a REST resource. This can be done by adding the grails.rest.Resource transformation to any domain class.
This section provides an overview of what alfresco-share is, and why a developer might want to use it. It should also mention any large subjects within alfresco-share, and link out to the related topics. Since the Documentation for alfresco-share is new, you may need to create initial versions ...
This section provides an overview of what fonts is, and why a developer might want to use it. It should also mention any large subjects within fonts, and link out to the related topics. Since the Documentation for fonts is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what geometry is, and why a developer might want to use it. It should also mention any large subjects within geometry, and link out to the related topics. Since the Documentation for geometry is new, you may need to create initial versions of those related t...
This section provides an overview of what android-testing is, and why a developer might want to use it. It should also mention any large subjects within android-testing, and link out to the related topics. Since the Documentation for android-testing is new, you may need to create initial versio...
This is a simple program in node.js to which takes input from the user and prints it to the console. The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require(). ...
Steps to create an APK (signed and unsigned) which you can install on a device using CLI and share as well: Problem statement: I've built my app, I can run it on my local emulator (and also on my android device by changing debug server). But, I want to build an apk that I can send to someone witho...
This section provides an overview of what simulink is, and why a developer might want to use it. It should also mention any large subjects within simulink, and link out to the related topics. Since the Documentation for simulink is new, you may need to create initial versions of those related t...
How to write order pipe and use it.
This document will take you through the steps to configure a Jenkins job that allows user to setup auto push on successful build.The push operation can be controlled by the user. User can choose if they want to perform the auto push operation on successful build or not.
This topic shows how to produce and consume records in Java.
PostgreSQL has a rich set of native data types available to users. Users can add new types to PostgreSQL using the CREATE TYPE command. https://www.postgresql.org/docs/9.6/static/datatype.html
QTP is an acronym for QuickTest Professional, an automated testing tool originally developed by Mercury Interactive, who were acquired by HP in 2006. The tool is primarily designed for the automation of functional and/or regression testing, although it can be used in any scenario where GUI autom...
This section provides an overview of what spark-dataframe is, and why a developer might want to use it. It should also mention any large subjects within spark-dataframe, and link out to the related topics. Since the Documentation for spark-dataframe is new, you may need to create initial versio...
Kafka stores and transports byte arrays in its queue. The (de)serializers are responsible for translating between the byte array provided by Kafka and POJOs. public void configure(Map<String, ?> config, boolean isKey); public T deserialize(String topic, byte[] bytes); public byte[] ser...

Page 175 of 221