Tutorial by Topics: se

@angular/common - commonly needed directives and services @angular/core - the angular core framework
In this topic you'll find a summary of the new features added to the Java programming language in Java SE 8. There are many other new features in other fields such as JDBC and Java Virtual Machine (JVM) that are not going to be covered in this topic. Reference: Enhancements in Java SE 8
Database Transaction Units (DTU) are the unit in which the performance of Azure SQL DB is measured. DTUs make the most sense when used for comparing workloads. For example, a workload that uses 5 DTUs will consume 10 DTUs when doubled. Officialy, Microsoft has introduced the DTU as the average numb...
In this topic you'll find a summary of the new features added to the Java programming language in Java SE 7. There are many other new features in other fields such as JDBC and Java Virtual Machine (JVM) that are not going to be covered in this topic. Enhancements in Java SE 7
Once you have started building an application with FabricJS it won't be late when you realize that you will need to save results of the canvas/its contents to server. Or may exporting them as files to the client. For this very purpose you will need canvas serialization. Now some of you might ask...
WCSessionDelegate works with watch OS2 + using WatchConnectivity. var watchSession : WCSession? func startWatchSession(){ if(WCSession.isSupported()){ watchSession = WCSession.default() watchSession!.delegate = self ...
ConfigSlurper allows you to use another groovy script as a config file for your script instead of using, for example, a .properties file. You can do interesting configurations with typed properties and you don't need to convert from string. You can use lists, maps or a value based on some calcul...
This section should provide details of all the possible ways to consume a SOAP web service. ParameterDetailsCountryNameString such as UK
Formula columns in saved searches can exploit many features of Oracle SQL and HTML. The examples show how these features can be used, as well as pitfalls to avoid.
Setters and getters are object properties that call a function when they are set/gotten. An object property cannot hold both a getter and a value at the same time. However, an object property can hold both a setter and a getter at the same time.
jQuery promises are a clever way of chaining together asynchronous operations in a building-block manner. This replaces old-school nesting of callbacks, which are not so easily reorganised.
The class template std::integer_sequence<Type, Values...> represents a sequence of values of type Type where Type is one of the built-in integer types. These sequences are used when implementing class or function templates which benefit from positional access. The standard library also contain...
OpenCPU uses standard R packaging to develop, ship and deploy web applications.
A serial port is any physical communications port over which data is transmitted serially rather than in parallel, but most often is is used to refer more specifically to the RS-232 port on a computer or other device. The RS-232 standard was first published in 1962 and was originally intended to...
Web Service is an application that is designed to interact directly with other applications over the internet. In simple sense, Web Services are means for interacting with objects over the Internet. The Web serivce consumers are able to invoke method calls on remote objects by using SOAP and HTTP ov...
*NgIf: It removes or recreates a part of DOM tree depending on an expression evaluation. It is a structural directive and structural directives alter the layout of the DOM by adding, replacing and removing its elements. <div *ngIf="false"> test </div> <!-- evaluates t...
Protractor/WebDriverJS has this mechanism called Control Flow - it is an internal queue of promises, it keeps the code execution organized.
We will learn how to create Error objects and how to throw & handle errors in Node.js Future edits related to best practices in error handling.

Page 40 of 54