
Search In
If you are new to the world of cryptocurrency, it can all seem a little bit daunting. With so much to learn, it can be difficult to know where to start and if cryptocurrency will be the best investment avenue for you to explore. This beginner’s
This article is about the former chairman of Tata Sons. For the philanthropist and grandfather of Tata, see Ratanji Tata. For the father of J. R. D. Tata, see Ratanji Dadabhoy Tata.Sir Ratan Tata GBE OMRI FREngTata in 2010BornRatan Naval Ta
What is GIS: Geographic Information System
A geography information system (GIS) is a software tool which is used for analysing and surveying geographic information and occurrence(events) that occurs on Earth. These tools allow users to capture, stor
What is ANT ?
Ant is a product of Apache. Ant is a tool, based on Java library and command lines. The main motive of ant tool is that it handle the method or process which are mentioned in the build files in form of targets and extension point.
Dep
Rails Internationalization : Setting locals from Client Requests
Hi friends, in my previous blog, we looked into Setting the Locale from the URL Params. There are some more cases where we don't want to set the locales through URLs or domains. We wa
If you want to Sending Email in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to sales Menu
Step-2 Go to sales Orders and click on create button.
Step-3 after clicking Create Button, fill in the above Quotation in below figure.
Keep-Alive is a Directive in Apache that is used to maintain a persistent connection between client and server, which prevents a connection from breaking. It is also known as HTTP keep-alive, When we put KeepAlive Directive "on" it the allows same TC
In below Code you have to define the following log4j properties into your log.properties file:-
log4j.properties
# Global logging configuration
log4j.rootLogger = DEBUG, fileout
# Define the file appender
log4j.appender.fileout=org
Entity Lifecycle in EntityFrame Work:--
Before working on entity framework on asp.net, It's important to know the entity (like any table, list etc.) life cycle and how it is managed by the entity framework. During entity’s lifetime, each entity has
Basically string is used to hold the data in text form . Mostly used operation on string is to check the length of string , to concatenate with the help of + and += ,check for substring with the help of indexOf method and extract substring with the s
