Tutorial by Topics: me

ParameterDescriptiongroup.idThe name of the Consumer Group.enable.auto.commitAutomatically commit offsets; default: true.auto.commit.interval.msThe minimum delay in milliseconds between to commits (requires enable.auto.commit=true); default: 5000.auto.offset.resetWhat to do when there is no valid c...
official documentation: Prepared Statement Object
Enumerations consist of the enum keyword and an optional identifier followed by an enumerator-list enclosed by braces. An identifier is of type int. The enumerator-list has at least one enumerator element. An enumerator may optionally be "assigned" a constant expression of type int. ...
if [/i] StringToCompare1 == StringToCompare2 (commandA) else (commandB) if errorlevel 1 (commandA) else (commandB) if %errorlevel% == 1 (commandA) else (commandB) if exist Filename (commandA) else (commandB) if defined VariableName (commandA) else (commandB) There a...
Other related topics: Firebase
The COBOL ACCEPT statement is used to retrieve data from the system.
Add path : PATH=$PATH:/new/path Add path : PATH=/new/path:$PATH ParameterDetailsPATHPath environment variable Bash configuration file: This file is sourced whenever a new interactive Bash shell is started. In GNU/Linux systems it's generally the ~/.bashrc file; in Mac it's ~/.bash_profi...
The properties object-fit and object-position are not supported by Internet Explorer.
Where rounded-phase is
Allocate working storage for a BASED item, or allocate a give size of heap storage. See also: FREE statement
file dirname filepath file tail filepath file rootname filepath file extension filepath file join path1 path2 ... file normalize path file nativename path
return val; /* Returns from the current function. val can be a value of any type that is converts to the function's return type. */ return; /* Returns from the current void-function. */ break; /* Unconditionally jumps beyond the end ("breaks out") of an Iteration Statement (loop) or o...
The much beloved ALTER statement. Changes the target of a GO TO paragraph. No longer part of the COBOL standard, still supported by many compilers for reasons of backward compatibility. (The syntax diagram is dimmed to show that this is no longer standard COBOL).
The CANCEL statement ensures that a referenced program will be in an initial state the next time it is called, and to unload any resources for the module.

Page 21 of 46