Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| document.getElementById("backButton").innerHTML="Etape précédente"; |
| document.getElementsByTagName('head')[0].setAttribute("class","democlass"); |
| try { | |
| throw "monException"; // génère une exception | |
| } | |
| catch (e) { | |
| // les instructions utilisées pour gérer les | |
| // exceptions | |
| logErreurs(e); // on transfère l'objet de l'exception à une méthode | |
| // gestionnaire | |
| } |
Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.
gituser via Diskstation interface (with File Station and WebDAV privilages)git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.