Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
How to export mysql database using command line?
Sometimes when you have large databases files and you are unable to export the database manually. Then the easiest (and fastest) way is to use command line.
Export:-
To export the database first need to run the mysqldump.exe and give the fi...
Create excel reports in Drupal 7
PHPExcel library is basically used for creating reports in Excel format. But if we are using Drupal then there is list of contributed modules to achieve this feature and build on top of PHPExcel library.
You can use one of the following module...
Exporting Animation in Maya
Hello creative folks,
In this short tutorial I am gonna tell you how to export animation from one file to another in Maya.
In a scenario where you have some animation done for one character and want that same animation in another character ...
How to export PSD layers to separate files
Hi Guys, This is a simple tip related to the Photoshop scripting power which can help you in many situations to complete your task faster and smartly.
I am going to tell you how to export several layers of a PSD document to the respective s...
How to import/export data using CSV in PostgreSQL
To export a table data from Postgres database to a CSV file, use the "COPY to" command. You can create a CSV file using MS-Excel or directly create a file from the command.
Syntax: COPY (SELECT * FROM table_name) to E'C:\Users\main\Documents\...