《Slides Dev Web》 07. jQuery
"background-color": "yellow", "font-size": "200%"}); // set ## Evénements • Souris - click, dblclick, mouseenter, mouseleave • Clavier - keypress, keyup, keydown • Formulaires0 码力 | 5 页 | 49.45 KB | 2 年前3
Oracle VM VirtualBox UserManual_fr_FR.pdfContents 9.24 La gestion experte par VirtualBox du stockage ..... 206 9.25 Prise en charge des événements de gestion de l'énergie de l'hôte ..... 206 9.26 Support expérimental du passage par des construction, dans le processeur, des fonctionnalités récentes du matériel telles que Intel VT-x ou AMD-V. Contrairement à beaucoup d'autres solutions de virtualisation, vous pouvez donc utiliser VirtualBox paquet de base contient tous les composants libres et il est sous licence GNU General Public License V2. 2. Des packs d'extension supplémentaires peuvent être téléchargés, qui rajoutent des fonctionnalités0 码力 | 386 页 | 5.61 MB | 1 年前3
Référence Debian v2.124l'archive Debian 2.1.6 Debian est totalement libre 2.1.7 Dépendances des paquets 2.1.8 Flux des événements dans la gestion d'un paquet 2.1.9 Première réponse aux problèmes de gestion de paquets 2 gestion des paquets 2.4.1 Opérations avancées de gestion des paquets en ligne de commandes 2.4.2 Vérifier les fichiers de paquets installés 2.4.3 Protection contre les problèmes de paquets 2.4.4 Planifier des tâches qui s'exécutent régulièrement 157 9.4.15 Planifier des tâches lors d'évènements 158 9.4.16 touche Alt-SysRq 158 9.5 Astuces de maintenance du système 159 9.5.1 Qui se trouve0 码力 | 279 页 | 1.47 MB | 1 年前3
Blender v3.1 Manualof dedicated volunteers from around the world led by Blender’s original creator, Ton Roosendaal. ## V ersion/Revision Milestones ## The start! • 1.00 – January 1994: Blender in development at animation |Monado|GNU/Linux|Not recommended for general use yet.| |Oculus (Rift and Quest)|Windows|Requires Oculus v31 Software Update. Oculus Link required for Quest.| |SteamVR|Windows, GNU/Linux|Requires SteamVR 1.16 Inspection add-on in Blender. ## Oculus Oculus provides full support for OpenXR as of the Oculus v31 Software Update. • Download and install the Oculus Rift/Oculus Link software. - Set Oculus as the0 码力 | 4386 页 | 254.56 MB | 2 年前3
Blender v3.0 Manual|Monado|GNU/Linux|Not recommended for general use yet.| |Oculus(Rift and Quest)|Windows|Requires Oculus v31 Software Update. Oculus Link required for Quest.| |SteamVR|Windows,GNU/Linux|Requires SteamVR 1.16 Inspection add-on in Blender. ## Oculus Oculus provides full support for OpenXR as of the Oculus v31 Software Update. - Download and install the Oculus Rift/Oculus Link software. - Set Oculus as the Object Context Menu Collection | Cube | Verts:8 | Faces:6 | Tris:12 | Objects:1/3 | Mem: 32.7 MB | v2.80.74 Status Bar. ## Keymap Information The left side of the Status Bar displays mouse button shortcuts0 码力 | 4209 页 | 225.45 MB | 2 年前3
Blender v2.93 ManualObject Context Menu Collection | Cube | Verts:8 | Faces:6 | Tris:12 | Objects:1/3 | Mem: 32.7 MB | v2.80.74 ## Status Bar. ## Keymap Information The left side of the Status Bar displays mouse button show its contents, or collapsed to hide its contents. An expanded panel is indicated by a down-arrow (V) in the panel header, while a collapsed panel is shown with a right-arrow (B). - A click with the LMB the (single) value of the button. - ctrl-v - Paste the (single) value of the button. - Ctrl-Alt-C - Copy the entire vector or color of the field. - Ctrl-Alt-V - Paste the entire vector or color of the0 码力 | 3962 页 | 201.40 MB | 2 年前3
Falcon v3.0.0 Documentation327 5.5.10 Changelog for Falcon 0.2.0 327 Python Module Index 331 Index 333 ### Release v3.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends Installation PyPy PyPy is the fastest way to run your Falcon app. PyPy3.5+ is supported as of PyPy v5.10. $ pip install falcon Or, to install the latest beta or release candidate, if any: $ pip install If you want to verify that Cython is being invoked, simply pass -v to pip in order to echo the compilation commands: $ pip install -v --no-build-isolation --no-binary :all: falcon ## I nstalling on OS0 码力 | 344 页 | 1.16 MB | 2 年前3
Falcon v1.3.0 DocumentationFunctions 45 6.3 Community Guide 125 6.4 Changelogs 126 Python Module Index 137 ### Release v1.3 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends If you want to verify that Cython is being invoked, simply pass -v to pip in order to echo the compilation commands: $ pip install -v --no-binary :all: falcon ## I nstalling on OS X Xcode Command Line --port=8000 look.app Now, in a different terminal, try querying the running app with curl: $ curl -v localhost:8000 You should get a 404. That’s actually OK, because we haven’t specified any routes yet0 码力 | 146 页 | 535.22 KB | 2 年前3
Falcon v3.1.1 Documentation# The Falcon Web Framework Release v3.1 (Installation) Falcon [https://falconframework.org] is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus $ [http://pypy.org/] $ is the fastest way to run your Falcon app. PyPy3.5+ is supported as of PyPy v5.10. $ pip install falcon Or, to install the latest beta or release candidate, if any: $ pip install If you want to verify that Cython is being invoked, simply pass -v to pip in order to echo the compilation commands: $ pip install -v --no-build-isolation --no-binary :all: falcon ## I nstalling on OS0 码力 | 540 页 | 476.60 KB | 2 年前3
Falcon v1.1.0 DocumentationGuide 17 6.3 Classes and Functions 33 6.4 Changelogs 96 Python Module Index 105 ### Release v1.1 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends production. $ pip install gunicorn $ gunicorn app Now try querying it with curl: $ curl localhost:8000 -v You should get a 404. That’s actually OK, because we haven’t specified any routes yet. Note that Falcon framework: $ falcon-print-routes commissaire:api -> /api/v0/status -> /api/v0/cluster/{name} -> /api/v0/cluster/{name}/hosts -> /api/v0/cluster/{name}/hosts/{address} • Custom attributes can0 码力 | 113 页 | 426.53 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













