Tutorial by Topics: fi

In order to utilize a JDBC datasource, we must first set up a JNDI reference in Tomcat. After the JNDI reference is made, JDBC datasources can be used within our Tomcat server and applications using shared or independent references (Great for dev/staging/prod setup, or removing connection strings/cr...
The FIND statement is used to retrieve a single record from a single table. It has some limitations compared to FOR or QUERY, but it's a simple and handy statement for fast access to records.
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.
Action Filters Attributes are a part of the ASP .NET Framework that I find useful to help follow the DRY principle. You can replace several lines of common logic with one simple declarative tag. The framework provides several useful Action Filter Attributes by default, such as the Authorize and Hand...
Schemas are used by some connectors (Kafka, RabbitMQ) to turn messages into Java objects and vice-versa.
Format-Specifiers are used in Objective-c to implant object-values into a string. %@ //String %d //Signed 32-bit integer %D //Signed 32-bit integer %u //Unsigned 32-bit integer %U //Unsigned 32-bit integer %x //Unsigned 32-bit integer in lowercase hexadecimal format %X //Unsigned 32-bit ...
Some times you may need to create a delimited text file for various uses. The following example is one of many ways to help you do that. I have used a pipe ("|") for my delimiter, to change that just change the assignment of the Sep variable. In my example I dump the recordset to an array,...
Different ways to open a file to work with in a script.
This topic is intended to demonstrate various patterns and practices available to modify base data views in Acumatica.
This section provides an overview of what openfire is, and why a developer might want to use it. It should also mention any large subjects within openfire, and link out to the related topics. Since the Documentation for openfire is new, you may need to create initial versions of those related t...
This topic will teach you one of the many useful things to know in the scripting language, batch file; Adding a delay/pause/timeout to your batch file.
The Podfile is a text file that describes the dependencies of one or more Xcode projects.
Sometimes it's useful to split a file into multiple separate files. If you have large files, it might be a good idea to break it into smaller chunks
Manipulating Regex for IPv4 and IPv6 and replacing by fake IP address in a readed log file
Files or packagesCommand or configuration to modifybabel-polyfillnpm i -save babel-polyfillkarma.conf.jsfiles: ['../../node_modules/babel-polyfill/dist/polyfill.js','./index.js'],webpack.base.conf.jsapp: ['babel-polyfill', './src/main.js'] The configurations described above, the example using a ...

Page 23 of 29