Liferay provides very rich environment to create versions for the Uploaded documents. You can achieve Document Version Control very easily in Liferay by using the ...
It is very simple to delete an item or row from any parse table from the code. First, we need to create the object of the table that points that particular row and then delete it. I create an object ...
I have posted one blog 2 months back - "How to Perform OpenCart To Magento Migration in 3 Easy Steps" (http://findnerd.com/account/#url=/list/view/How-to-Perform ...
It is obvious that most of the time we find unwanted object color in our image, not matching with other color or you have to change it for some reason, now the question is how we are going to change ...
2fa stands for "Two Factor Authentication" also called Google authentication which provides security to user account. In order to log-in to their account, they need to insert unique code generated by ...
V-Model stands for the ‘Verification’ and ‘Validation’ Model. Same as the waterfall model, V-Model also applied as a consequent life cycle model. In the V-model, every stage should be accomplished ...
Has anyone ever used MPI_THREAD_MULTIPLE with thread intensive applications? All my applications hang and found that this MPI feature was only lightly tested and doesn't work in all cases. Does anyone ...
To add a separator line separator string is used, below us the way to do this. Go to .xml file and use the below code .
SYNTAX-- imp userid/password@database_name file='path of dmp file' full=y e.g- imp system/manager@orcl file='c:\dabasefile.dmp' full=y ...
When i am using singalr client sdk in android studio its working fine emulator API 23, but when i am change emulator API 26 (Android 8.0 oreo) its shown error like ...
What is Back-end Testing ? Back-end testing is also known as data base testing. This testing performed at server side. The entries or data which are inserted in the front end or forepart will be ...
Hello Readers... By this blog i am trying to explain the difference between static testing and dynamic testing. I hope this way of presenting is very easy to understand for all the test engineers.