
Search In
Hello,
I need help because I complete stuck with this error in my Java project
In-place deployment at /Users/jakublemiszewski/Desktop/VCMS/VCMS+WS/VCMS-WS/build/web
GlassFish Server, deploy, null, false
/Users/jakublemiszewski/Desktop/VCMS/VCMS+WS/VC
Subdomain:
A subdomain is a site with totally different content but with no new domain name. It's a directory inside public_html folder in your server. For example: mydomain.com/mydirectory or mydirectory.mydomain.com. This facility is free of cost.
SQL Truncate Table
Using this statement you can remove all data of rows or column ( complete data ) not table. In this there is no where clause but where clause is available in Delete statement. Truncate table is faster than Delete statement
Note -
There are three commonly backup types.
1 Full Backup
It is also known as reference backup.whenever you do the backup type setting to full all the files and folder in the drive are backed up every time.So its a complete backup of all associated fil
Blow code get list of Emails account from AccountManager.
AccountManager manager = (AccountManager) mActivity.getSystemService(mActivity.ACCOUNT_SERVICE);
Account[] list = manager.getAccounts();
if (list.length > 0) {
If you want to delete an object from Parse DB then you have to run a query to fetch that object and then run a loop to delete it. If you already have that object then just call delete method. Here is the complete code.
PFQuery *query = [PFQuery quer
Hibernate with multiple databases/session factory :
To use Hibernate to support many databases, We have to follow following steps.
1 - We have to create multiple SessionFactory/cfg.xml files for each Database we want to use/connect.
2 - At time o
Hii friends,
Many of you when you will start making a website in drupal will need to provide multiple language support.And providing so if you follow these easy steps you can easily make it. For making a multiple language site you need to configure
Simple Animations With The Help Of Jquery
You can slide elements or any content of HTML and even stop animations in mid-sequence. To slide elements up or down.
$("#Element").slideDown("fast", function() {
// For slide down
}
$("#
Typically identifies problems with requirements defnition and uncover gaps between business stakeholder
expectations and the actual deliverables being produced.
UAT and Business Driven Testing can be executed in parallel.Specifically UAT is construc