Oracle VM VirtualBox UserManual_fr_FR.pdfOracle VM VirtualBox R ⃝ Manuel de l’utilisateur Version 4.3.13 c⃝ 2004-2014 Oracle Corporation http://www.virtualbox.org Contents 1 Premiers pas 11 1.1 À quoi sert la virtualisation ? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 1.2 Un peu de terminologie . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 1.3 Aperçu des fonctionnalités . . . . . . . . . . 4 Changer de média amovible . . . . . . . . . . . . . . . . . . . . . . . . 25 1.8.5 Redimensionner la fenêtre de la machine . . . . . . . . . . . . . . . . . 25 1.8.6 Sauvegarder l’état de la machine0 码力 | 386 页 | 5.61 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
similaires pour de nombreuses applis • Composants de haut-niveau réutilisables (faible couplage) • Règles de codage et d’architecture • Code sûr et efficace • Facilite les tests et la gestion de projets complexes complexes • Utilisation de Design Patterns dès que possible • Comportement par défaut • Extensible • Principe d’inversion de contrôle Différences entre framework et library sur Stack Overflow2 ou artima 3http://www.artima.com/forums/flat.jsp?forum=106&thread=152104 1 Design Patterns et webdev • Inversion de contrôle (IoC4) • Model View Controller – M : Accès aux données, logique métier – V : Templates des0 码力 | 24 页 | 1.03 MB | 1 年前3
Apache OFBiz Developer Manualunspecified, La traduction en français est en cours, donc de nombreuse partie sont encore en anglais, elle est basé sur la version 1850155 de la version anglaise. Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4. Gestion de la documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 7.5.1. message de retour. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 65 页 | 1.22 MB | 1 年前3
《Slides Dev Web》 03. Laravel
fonctionnalités • Routes RESTful • ORM (Eloquent, implémentation du pattern Active Record) • Migrations • Moteur de templates (Blade) • Pagination • Authentification, sessions • Mail • Tests unitaires • Extensible par Requête/Reponse9 • Modèle : Eloquent ORM • Vue : Blade Engine • Contrôleur : hérite de BaseController Pratique • Conventions de codage : Laravel respecte PSR-210 – Vous aussi avec StyleCI11 • Editeurs et PhpStorm, glitch12, brackets, VS Code, repl.it13, Gitpod14… • Tests : unitaires, Jmeter, Selenium, … • Outils : devtools Chrome ou FF, Emmet15, git • Doc 8http://packalyst.com/ 9https://laravel.com/docs/master/lifecycle0 码力 | 8 页 | 224.34 KB | 1 年前3
Falcon v1.4.1 Documentationwhen there is no longer anything to add, but when there is no longer anything to take away. - Antoine de Saint-Exupéry Falcon is a reliable, high-performance Python web framework for building large-scale is as simple as: $ pip install falcon If ujson is available, Falcon will use it to speed up media (de)serialization, error serialization, and query string parsing. Note that ujson can actually be slower however, that setting the default or object_hook params can negatively impact the performance of (de)serialization. Does Falcon set Content-Length or do I need to do that explicitly? Falcon will try0 码力 | 158 页 | 587.88 KB | 1 年前3
Falcon v1.4.0 Documentationwhen there is no longer anything to add, but when there is no longer anything to take away. - Antoine de Saint-Exupéry Falcon is a reliable, high-performance Python web framework for building large-scale is as simple as: $ pip install falcon If ujson is available, Falcon will use it to speed up media (de)serialization, error serialization, and query string parsing. Note that ujson can actually be slower however, that setting the default or object_hook params can negatively impact the performance of (de)serialization. Does Falcon set Content-Length or do I need to do that explicitly? Falcon will try0 码力 | 156 页 | 573.94 KB | 1 年前3
Falcon v1.4.1 Documentationwhen there is no longer anything to add, but when there is no longer anything to take away. - Antoine de Saint-Exupéry Falcon is a reliable, high-performance Python web framework for building large-scale is as simple as: $ pip install falcon If ujson is available, Falcon will use it to speed up media (de)serialization, error serialization, and query string parsing. Note that ujson can actually be slower however, that setting the default or object_hook params can negatively impact the performance of (de)serialization. Does Falcon set Content-Length or do I need to do that explicitly? Falcon will try0 码力 | 156 页 | 574.46 KB | 1 年前3
《Slides Dev Web》 05. JavaScript & DOM
(1995, Brendan Eich) – Petites applications exécutées par le navigateur – DHTML : rollovers, validation de formulaires, … JavaScript aujourd’hui • Page web = HTML + CSS + JavaScript • Compilation JIT • HTML5 hors-browser – Node.js, Spidermonkey, Rhino – script d’app (Qt, Notepad++, …) 1 • Langage cible de compilateurs : emscripten1, WebAssembly2 • Embarqué : Espruino3, robotique : Node Bots4, CylonJS5 parfois offline • Langage de script généraliste (paquets npm) Caractéristiques du langage • Orienté Objet par prototype • Syntaxe proche de C, Java • Faiblement typé : – Pas de déclaration, type déterminé0 码力 | 10 页 | 91.95 KB | 1 年前3
Falcon v2.0.0 Documentationwhen there is no longer anything to add, but when there is no longer anything to take away. - Antoine de Saint-Exupéry Falcon is a reliable, high-performance Python web framework for building large-scale however, that setting the default or object_hook params can negatively impact the performance of (de)serialization. Does Falcon set Content-Length or do I need to do that explicitly? Falcon will try re- quest’s query string params when the request’s content type is application/x-www-form-urlencoded (de- fault False). Enabling this option makes the form parameters accessible via params, get_param(),0 码力 | 184 页 | 671.87 KB | 1 年前3
Falcon v1.3.0 Documentationwhen there is no longer anything to add, but when there is no longer anything to take away. - Antoine de Saint-Exupéry Falcon is a reliable, high-performance Python web framework for building large-scale re- quest’s query string params when the request’s content type is application/x-www-form-urlencoded (de- fault False). Enabling this option makes the form parameters accessible via params, get_param(), found (default None). • blank_as_true (bool) – If True, an empty string value will be treated as True (de- fault False). Normally empty strings are ignored; if you would like to recognize such parameters,0 码力 | 146 页 | 535.22 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













