Découvre l'utilisation de l'outil git, avec de gérer le versionnement de ton code source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Document</title> | |
| </head> | |
| <body> | |
| <h1>Démo live coding</h1> | |
| <?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server.port=8901 | |
| spring.datasource.url=jdbc:h2:mem:inventory_db;DB_CLOSE_DELAY=-1 | |
| spring.datasource.driver-class-name=org.h2.Driver | |
| spring.datasource.username=sa | |
| spring.datasource.password=password | |
| # JPA configuration | |
| spring.jpa.database-platform=org.hibernate.dialect.H2Dialect | |
| spring.jpa.hibernate.ddl-auto=update | |
| spring.jpa.show-sql=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <main class="container"> | |
| <h2>Sign in</h2> | |
| <form (submit)="signIn($event)"> | |
| <label> | |
| Email : | |
| <input [field]="loginForm.username" type="text" placeholder="[email protected]" /> | |
| </label> | |
| @if (loginForm.username().invalid() && loginForm.username().touched()) { | |
| <div class="error"> | |
| @for (error of loginForm.username().errors(); track error.kind) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winget install --id=PostgreSQL.PostgreSQL.17 -v 17.0-1 -e |
Import the restaurant.sql file into MySQL.
Create the following queries :
- Select all restaurant's name
Développe Netflim : l'application web React pour les amateurs de films.
OlderNewer
