Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Increase Timeout in SoapUI

Default socket timeout in SoapUI is set to 60000 milliseconds i.e. 1 minute. You can change the value if you are facing "Connection timed out:" error. This error could be due to heavy processing in web service, or resources being busy. Socket Time

SQL Server : How to truncate a table being referenced by a FOREIGN KEY constraint ?

Many times we need to truncate a table which has an FK constraint on it. Typically we get the following error: Cannot truncate table 'TableName' because it is being referenced by a FOREIGN KEY constraint. The solution to the above problem is to fol

How to print a java array using Arrays.toString

An Array is a collection of data of similar data type. We can use Arrays.toString(array_name) to print a java array. Arrays.toString() return a String for a given set of elements specified in brackets([]) and, the elements are separated with comma(

Mercury Configuration in Odoo-9

Step-1 Go to Apps and install the Mercury Payment Services application module. Step-2 Go to Pint Of Sale Menu and click it . Step-3 Go to the Point of Sale application, click on Configuration ->Mercury Configurations and then on Create.

PDI Components

There are four main components of Pentaho Data Integration tool: 1: SPOON 2: PAN 3: KITCHEN 4: CARTE SPOON It is a graphical design interface for buildings ETL jobs and transformation. It provide a way to create complex ETL jobs. This is the

Cropping an Audio File using FFmpeg command

Hello Readers, Usually, we need to crop the audio file. FFmpeg is useful command tool or the same task. To crop part of given an audio file, you can can be utilized the following command to crop the audio file: ffmpeg -ss 00:00:15 -t 45 -i S

Uninstalling Drupal 7 themes

Hello friends, If you want to uninstall the Drupal 7 theme from your Drupal installation then just follow the below simple steps- 1. Uninstalling a theme is a simple process, it just the reverse of installing a theme. 2. Access the themes manag

c# : How to use ThreadPool.QueueUserWorkItem ?

In this post we will see a simple code example which illustrates how to use the ThreadPool to queue up tasks in a multi-threaded environment. We first need to create an object that contains information required for the task. This object will be pass

How to select images from database and show on page

Hello Reader's! If you have stored the image in database as blob. Then you need a php code to retrieve them and a html page to show them. Lets see an example below how to show them First create a php page getImage.php and code as written below:- &l

How to get the text matter from a given PDF using PHP

Hello Reader's, If you want to write a program that takes the matter from a given PDF then now you can use many libraries. These are well function performing and easy to use. Lets see an example below:- Download the class.pdf2text.php from here Now

1 373 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: