Install SSMS
then type services.msc
turn on the sql server
then open the SSMS then write the server name (LocalDB)\MSSQLLocalDB
now click on the databases , now you can do ddl and dml operations with dataase
Install SSMS
then type services.msc
turn on the sql server
then open the SSMS then write the server name (LocalDB)\MSSQLLocalDB
now click on the databases , now you can do ddl and dml operations with dataase
Click on the Help in option menu
then In Help you will find Eclipse Marketplace
then Search Darkest , Select the First Darkest Theme wait for download
then install it then restart you eclipse
Write this commands in sql workbench or cmd after opening sql
create user 'name'@'localhost' identified by 'name';
GRANT All PRIVILEGES on * . * to 'name'@'localhost';
If you not linked to remote repository then you can do it easily by following these steps
1. copy the link of the remote repository.
2. put the repository URL at the place of repository URL in the command below in CMD
$ git remote add origin remote repository URL
# Sets the new remote
then type the below command too
$ git remote -v
# Verifies the new remote URL
now, you can work on your local repository and can make commits and push on the remote repository
1. CTRL + SHIFT + TAB will move you right to left one tab
2. CTRL + TAB will move you left to right one tab
3. use CTRL + N in the same way to open new Tab
4. use CTRL + PgDown and CTRL + PgUp respectively if you prefer those keys
5. use CTRL + W to Close Tab
If you are confused how to do setup of JavaFX on JDK 11 or later.
Now there is no confusion. I am sharing this JDK.
In this, there is built-in available JavaFX so there is no need to setup environment separately for JavaFX. Just like JDK 8 you to install and setup environment, no need separate installation of JavaFX.
Below are the links to download !!!!
NOTE: Please open these links in a private window.
1. Zulu JDK for Windows
https://drive.google.com/file/d/1-3EL8BeLlt2vUIU559owDizSkD7SAKe3/view?usp=sharing
2. Zulu JDK for Linux
https://drive.google.com/file/d/1MyH7raiygCrsU_SwOJyyIPgjgZuMfSrN/view?usp=sharing