- Taches réalisées :
- En tant qu'utilisateur non authentifié, je souhaite pouvoir me connecter afin d'accéder aux fonctionnalités que je veux
- En tant qu'admin, je veux pouvoir ouvrir une gate d'un parking spécifique
- En tant qu'utilisateur authentifié, je veux pouvoir ajouter une raison d'appel pour un appel spécifique
- En tant qu'utilisateur authentifié, je souhaite disposer de la liste des catégories de problèmes possibles
- En tant qu'utilisateur authentifié, je souhaite effectuer une recherche sur les utilisateurs enregistrés ayant déjà une fois appelés le helpdesk
- En tant qu'utilisateur authentifié, je souhaite effectuer une recherche sur les appels enregistrés
- En tant qu'utilisateur authentifié, je souhaite effectuer une recherche sur les raisons d'appels enregistrées
- En tant qu'utilisateur authentifié, je souhaite pouvoir enregistrer pour un appel déterminé, sa catégorie de problème ainsi qu'éventuellement un commentaire, son client et son parking.
Sujets:
- Problématique au sujet des locaux pour le projet PFE
- Problèmes salles machines durant examens (EJB et Web)
- Visite des copies qu'en juin (et pas avant)
- Problématique horaire examens (délai tardive, plusieurs le même jour)
- Avis : Pour l'aspect : plusieurs le même jour : on pourrait nous sortir le décret Marcourt.
Questions:
- évaluation continue en Linux : reportée en septembre ?
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
| 2017-01-27 16:45:25, Info DISM PID=3588 TID=3328 Scratch directory set to 'C:\Users\Jacques\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir | |
| 2017-01-27 16:45:25, Info DISM PID=3588 TID=3328 DismCore.dll version: 10.0.14393.0 - CDISMManager::FinalConstruct | |
| 2017-01-27 16:45:25, Info DISM Try to initialize Panther logging 1 times, last error: 0x0 | |
| 2017-01-27 16:45:25, Info DISM PID=3588 TID=3328 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession | |
| 2017-01-27 16:45:25, Info DISM Try to initialize Panther logging 1 times, last error: 0x0 | |
| 2017-01-27 16:45:25, Info DISM DISM Provider Store: PID=3588 TID=3328 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger | |
| 2017-01-27 16:45:25, Info DISM DISM Provider Store: PID=3588 TID=3328 Failed to get and initialize the PE Provider. Continuing by assuming |
Commandes :
- ifconfig : permet de configurer et consulter une interface réseau d'une machine linux
- ifconfig eth0 192.168.1.1/24 up
- Explication : Sur l'interface eth0, j'ai l'adresse IP 192.168.1.1 avec un masque de /24
- ifconfig eth1 down
- Explication : Arrêter l'interface eth1
- ifconfig eth0 192.168.1.1/24 up
- route : permet de consulter ou adapter la table de routage
- route
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
| app.get("/tonChemin", function (req,res) { | |
| mongoDb.findUser(req.body , (err,user) => { | |
| res.status( (err) ? 409 : 200 ).send( (err) ? err.message : JSON.stringify( {partiesGagnees : user.partiesGagnees , partiesFinies : user.partiesFinies} )); | |
| }); | |
| }); |
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 cp | |
| import org.jacop.scala._ | |
| object CarreMagique extends jacop { | |
| def main(args: Array[String]): Unit = { | |
| val taille = 3; | |
| val cible = taille * (taille * taille + 1) / 2 | |
| val tableau = for (cpt <- List.range(0, (taille * taille))) yield (IntVar("I" + cpt, 1, taille * taille)); |
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
| import static org.testng.Assert.*; | |
| import java.util.List; | |
| import javax.ws.rs.client.Client; | |
| import javax.ws.rs.client.ClientBuilder; | |
| import javax.ws.rs.client.Invocation; | |
| import javax.ws.rs.client.WebTarget; | |
| import javax.ws.rs.core.GenericType; | |
| import javax.ws.rs.core.MediaType; |
- Objectif : Présentation de soi-même
- Contexte : situation d'interview pour un job
- Durée : 10-15 min
- Jour de passage : initialement 8 - 9 / 11 / 2016
- Elements à retrouver dans la présentation (pas forcément dans l'ordre donné)
- Les origines :
- nationalité
- signification du nom de famille
- Les origines :
- description de sa connaissance de langues
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
| Abréviation | |
| S : Salaire | |
| SM : Salaire mensuel | |
| SJ : Salaire journalier | |
| S Hebdo : Salaire hebdomadaire | |
| S trim : Salaire trimestrielle | |
| S A : Salaire annuel | |
| Formules : |