mirror of
https://github.com/HERDAC/Cours-programmation.git
synced 2024-11-24 10:43:26 +00:00
test 10
This commit is contained in:
parent
a1c791ecf0
commit
c7dca2fb51
6
.obsidian/app.json
vendored
6
.obsidian/app.json
vendored
@ -3,5 +3,9 @@
|
||||
"newLinkFormat": "absolute",
|
||||
"alwaysUpdateLinks": true,
|
||||
"useMarkdownLinks": true,
|
||||
"promptDelete": false
|
||||
"promptDelete": false,
|
||||
"spellcheck": true,
|
||||
"showLineNumber": true,
|
||||
"showFrontmatter": false,
|
||||
"newFileLocation": "current"
|
||||
}
|
1
.obsidian/core-plugins.json
vendored
1
.obsidian/core-plugins.json
vendored
@ -5,6 +5,7 @@
|
||||
"graph",
|
||||
"backlink",
|
||||
"page-preview",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
|
3
.obsidian/templates.json
vendored
Normal file
3
.obsidian/templates.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": "content/templates"
|
||||
}
|
13
.obsidian/workspace
vendored
13
.obsidian/workspace
vendored
@ -9,7 +9,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "content/notes/Installation et mise en place pour Java.md",
|
||||
"file": "content/notes/Installation Eclipse.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
@ -69,7 +69,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "content/notes/Installation et mise en place pour Java.md",
|
||||
"file": "content/notes/Installation Eclipse.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -84,20 +84,19 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
"width": 300
|
||||
},
|
||||
"active": "53c7d65d526f34fc",
|
||||
"lastOpenFiles": [
|
||||
"content/notes/Installation Eclipse.md",
|
||||
"content/notes/Installation et mise en place pour Java.md",
|
||||
"content/notes/Installation vsCode.md",
|
||||
"content/_index.md",
|
||||
"content/private/private-note.md",
|
||||
"content/templates/post.md",
|
||||
"README.md",
|
||||
"content/notes/_index.md",
|
||||
"content/notes/images/obsidian-settings.png",
|
||||
"content/notes/images/google-domains.png",
|
||||
"content/notes/images/github-pages.png",
|
||||
"content/notes/images/github-actions.png"
|
||||
"content/notes/images/google-domains.png"
|
||||
]
|
||||
}
|
5
content/notes/Installation Eclipse.md
Normal file
5
content/notes/Installation Eclipse.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Installation Eclipse"
|
||||
---
|
||||
|
||||
![Labo 1](notes/pdf/Lab01-Introduction.pdf)
|
@ -2,9 +2,9 @@
|
||||
title: Installation et mise en place pour Java
|
||||
---
|
||||
# IDE et machine virtuelle
|
||||
La première étape est logiquement d'installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java
|
||||
La première étape est logiquement d'installer un IDE (éditeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java
|
||||
|
||||
## Machine virtuelle Java
|
||||
|
||||
## L'IDE
|
||||
De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à vsCode qui permet beaucoup d'option supplémentaire au niveau de l'adaptaion et la collaboration.
|
||||
|
||||
## Machine virtuelle Java
|
||||
De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est [Eclipse](notes/Installation%20Eclipse.md) Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à [vsCode](notes/Installation%20vsCode.md) qui permet beaucoup d'option supplémentaire au niveau de l'adaptation et la collaboration.
|
||||
|
4
content/notes/Installation vsCode.md
Normal file
4
content/notes/Installation vsCode.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Installation vsCode"
|
||||
---
|
||||
|
BIN
content/notes/pdf/Lab01-Introduction.pdf
Normal file
BIN
content/notes/pdf/Lab01-Introduction.pdf
Normal file
Binary file not shown.
@ -7,7 +7,7 @@ description:
|
||||
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
|
||||
Wikilink support, backlinks, local graph, tags, and link previews.
|
||||
page_title:
|
||||
"RaspiDac"
|
||||
"RaspiDAC"
|
||||
links:
|
||||
- link_name: Github
|
||||
link: https://github.com/HERDAC
|
||||
|
Loading…
Reference in New Issue
Block a user