Tutorial by Topics

sh is not a single shell. Rather, it is a specification with the POSIX operating system standard for how a shell should work. A script that targets this specification can be executed by any POSIX-compliant shell, such as bash ksh ash and its derivatives, such as dash zsh In a POSIX-compli...
example-2: This is serves as an example so just don't copy/past it. Instead, to suit your needs, you should customize its variables; ansible_key, security group rules etc.. example-1: To disable the ssh strict host key checking, a behavior we don't want when automating tasks, we set it to no in ...
SELECT is used to retrieve rows selected from one or more tables. SELECT DISTINCT [expressions] FROM TableName [WHERE conditions]; ///Simple Select SELECT DISTINCT(a), b ... is the same as SELECT DISTINCT a, b ... SELECT [ ALL | DISTINCT | DISTINCTROW ] [ HIGH_PRIORITY ] [ STRAI...
Developer Mode Odoo developer mode allows you to make substantial modifications to the Odoo database such as adding fields to your documents and views. You change the default views of your actions and can even create dynamic forms based on other fields within your models. Advantage While Odoo ...
JVM TM Tool Interface Version 1.2 http://docs.oracle.com/javase/7/docs/platform/jvmti/jvmti.html
Using Java, developers have the ability to define a class within another class. Such a class is called a Nested Class. Nested Classes are called Inner Classes if they were declared as non-static, if not, they are simply called Static Nested Classes. This page is to document and provide details with ...
This section provides an overview of what asp.net-web-api2 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api2, and link out to the related topics. Since the Documentation for asp.net-web-api2 is new, you may need to create initial vers...
This section provides an overview of what ggplot2 is, and why a developer might want to use it. It should also mention any large subjects within ggplot2, and link out to the related topics. Since the Documentation for ggplot2 is new, you may need to create initial versions of those related topic...
Cocoapods is a dependency manager for Swift and Objective C projects. As stated from the official site, it has over 28 thousand libraries and is used in over 1.7 million apps. It can make developers develop faster by using third party libraries. Cocoapods makes managing dependencies in your code e...
CREATE [TEMPORARY] [EXTERNAL] TABLE [IF NOT EXISTS] [db_name.]table_name [(col_name data_type [COMMENT col_comment], ...)] [COMMENT table_comment] [PARTITIONED BY (col_name data_type [COMMENT col_comment], ...)] [CLUSTERED BY (col_name, col_name, ...) [SORTED BY (col_name [ASC|DESC], ...)] I...

Page 129 of 428