Python Escape Sequences Quick View
Python allows for certain characters such as a Tab or Carriage Return to be embedded within strings to allow extra control...
Python allows for certain characters such as a Tab or Carriage Return to be embedded within strings to allow extra control...
Dictionaries are a very valuable tool in Python. A dictionary is like a list, but it allows you to store data...
Python does not provide a native Array type. Instead, we have the List object. A list is simply a collection...
IF / ELIF / ELSE Statements The if statements allow us to check the truth of a statement or statements...
Python has five “standard” data types: numeric, string, list, tuple, and dictionary. Numeric Numeric data types are for storing numeric...
Application Servers / Clustering / FAQ / Java App Servers / Oracle/BEA WebLogic
by Ramakanta · Published June 9, 2014 · Last modified December 2, 2016
Few times its seen that when weblogic is used to serve as a webserver or used to download files via...
Automation / bash / FAQ / OpenOffice / sh / Shell Scripting
by Ramakanta · Published May 25, 2014 · Last modified November 13, 2016
If you are using open office or star office service to generate/process word documents , then you will be requiring...
Application Servers / Java App Servers / Jboss/WildFly
by Ramakanta · Published May 19, 2014 · Last modified August 1, 2014
If you are getting below mentioned errors in jboss log files while starting your server and your deployment fails to...
FAQ / Installation / Linux / Must Know / Operating Systems
by Ramakanta · Published May 14, 2014 · Last modified June 9, 2015
SUSE Studio is an online Linux image creation tool by SUSE. Users can develop their own Linux OS, software appliance...
Application Servers / Java App Servers / Jboss/WildFly
by Ramakanta · Published May 8, 2014 · Last modified December 4, 2014
Note: Here we have given examples of mysql database and Oracle database connection. On WildFly, you have two ways of...
Advertisement
Advertisement
Advertisement