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
| dani45@DANIEL-PC:~/quetes/shell/planets$ tree | |
| . | |
| ├── fictional | |
| │ ├── arrakis.jpeg | |
| │ ├── coruscant.jpeg | |
| │ └── cybertron.jpeg | |
| ├── inhabited | |
| │ ├── arrakis.jpeg | |
| │ ├── coruscant.jpeg | |
| │ ├── cybertron.jpeg |
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
| 1.A 2.A 3.A 4.B 5.B 6.C 7.B 8.A 9.B |
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
| https://google-gruyere.appspot.com/GRUYEREINSTANCEID/deletesnippet?index=0 |
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
| ' - ' | |
| ' OR 1=1 -- |
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
| mysql> show databases; | |
| +--------------------+ | |
| | Database | | |
| +--------------------+ | |
| | information_schema | | |
| | kaamelott | | |
| | mysql | | |
| | performance_schema | | |
| | phpmyadmin | | |
| | sys | |
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
| mysql > SELECT prénom, nom, rôle , nom | |
| - > DE joueur p | |
| - > REJOINDRE l' équipe t ON t . id = p . team_id | |
| - > JOIN wizard w ON w . id = p . wizard_id | |
| - > rôle ORDER BY , prénom, nom de famille | |
| - > ; | |
| + - ----------- + ----------------- + -------- + -------- ---- + | |
| | nomfichier | nom | rôle | nom | | |
| + - ----------- + ----------------- + -------- + -------- ---- + | |
| | Alice | Londubat | batteur | Gryffondor | |
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
| mysql> SELECT * FROM school | |
| -> ; | |
| +----+------------------------------+----------+---------+ | |
| | id | name | capacity | country | | |
| +----+------------------------------+----------+---------+ | |
| | 1 | Beauxbatons Academy of Magic | 550 | France | | |
| | 2 | Castelobruxo | 380 | Brazil | | |
| | 3 | Durmstrang Institute | 570 | Norway | | |
| | 4 | Beauxbatons Academy of Magic | 550 | France | | |
| | 5 | Castelobruxo | 380 | Brazil | |
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
| mysql> SHOW DATABASES; | |
| +--------------------+ | |
| | Database | | |
| +--------------------+ | |
| | information_schema | | |
| | mysql | | |
| | performance_schema | | |
| | phpmyadmin | | |
| | sys | |
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
| package com.spring01.ProjectSpring; | |
| import org.springframework.boot.SpringApplication; | |
| import org.springframework.boot.autoconfigure.SpringBootApplication; | |
| import org.springframework.stereotype.Controller; | |
| import org.springframework.web.bind.annotation.RequestMapping; | |
| import org.springframework.web.bind.annotation.ResponseBody; |
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
| Veille technologique: | |
| Sauvegarder des données en Javascript sans base de données: | |
| https://www.lafermeduweb.net/veille/sauvegarder-des-donnees-en-javascript-sans-base-de-donnees | |
| Dans cet article, apprenez comment utiliser CSS Grid pour créer une super grille d'images, | |
| où le nombre de colonnes varie en fonction de la largeur d'écran: | |
| https://dev.to/perborgen/how-to-make-your-html-responsive-by-adding-a-single-line-of-css-29h | |
| UX Design: 7 règles d'interaction à suivre pour une bonne expérience utilisateur: |
NewerOlder