Tutorial by Topics: me

CustomErrors are a legacy (backwards compatable) element, used by Visual Studio Development Server (aka. VSDS or Cassini). httpErrors are the new element which is only used by IIS7.
This is a small code (xml) snippet to highlight how to use the taglist-maven-plugin to generate customized reports (of TODO, FIXME work ...)
This document will show how to use ReactRouter with Meteor and React. From zero to a working app, including roles and authentication. I'll show each step with an example 1- Create the project 2- Add React + ReactRouter 3- Add Accounts 4- Add Roles packages
As we all know Metadata mean data about data. To fetch metadata of a table like total number of column, column name, column type etc. , ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.
The documentation for the DateTime::UniversalTime states: "A 64-bit signed integer that represents a point in time as the number of 100-nanosecond intervals prior to or after midnight on January 1, 1601 (according to the Gregorian Calendar)." This is the same as the Win32 FILETIMEstruct ...
In Mac OS X, you can set the environment variables in one of the following files : ~/.bashrc ~/.bash_profile ~/.profile By default, Mac OS X does not has above files, you need to create it manually.
This topic highlights different ways to put data somewhere where your device can access it.
The camera component defines from which perspective the user views the scene. The camera is commonly paired with controls components that allow input devices to move and rotate the camera. <a-entity camera></a-entity> <a-camera></a-camera> PropertyDescriptionacti...
In the new Windows 10 Applications there are many ways to reference a resource inside XAML code or in code behind. First of all you have to declare the resources in some accessible place. The easy way is to declare a ResourceDictionary in context, let's say in the current page.
This section provides an overview of what timezone is, and why a developer might want to use it. It should also mention any large subjects within timezone, and link out to the related topics. Since the Documentation for timezone is new, you may need to create initial versions of those related t...
This shows how a runtime error check routine of your own making can be easily incorporated so that it doesn't generate any code overhead when it is turned off.
In order to use the pipe in a user-created package, it must be listed in the NAMESPACE like any other function you choose to import.
Timezones are often a hassle for developers. Django offers some great utilities at your disposal to make timezones easy to work with. Even if your project is operating in a single time zone, it is still good practice to store data as UTC in your database to handle cases of daylight savings. If you ...
There a number of ways to include environment variables into the docker application. Here are some examples:
As AppDynamics aims to provide a way to measure application performance, speed of development, delivery (deployment) of applications is an essential factor in making DevOps efforts a true success. Monitoring a TIBCO BW application with AppD is generally simple and not time consuming but when deploy...
Multidimensional Arrays in Ruby are just arrays whose elements are other arrays. The only catch is that since Ruby arrays can contain elements of mixed types, you must be confident that the array that you are manipulating is effectively composed of other arrays and not, for example, arrays and stri...

Page 43 of 46