Oracle VM VirtualBox 4.1.40 User Manual
. . . . . . . . . . . . . . 81 5.5 Differencing images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 5.6 Cloning disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 5.8 Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 85 5.9 CD/DVD support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 12.2.1 Guest shows IDE/SATA errors for file-based images on slow host file system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1820 码力 | 310 页 | 4.87 MB | 5 月前3Oracle VM VirtualBox 4.2.32 User Manual
. . . . . . . . 84 3 Contents 5.5 Differencing images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 5.6 Cloning disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 5.8 Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 88 5.9 CD/DVD support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 12.2.1 Guest shows IDE/SATA errors for file-based images on slow host file system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2030 码力 | 348 页 | 5.93 MB | 5 月前3Oracle VM VirtualBox 4.3.36 User Manual
. . . . . . . . . . . . . . 85 5.5 Differencing images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 5.6 Cloning disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 5.8 Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 90 5.9 CD/DVD support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 12.2.1 Guest shows IDE/SATA errors for file-based images on slow host file system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2130 码力 | 380 页 | 3.79 MB | 5 月前3Oracle VM VirtualBox 5.2.40 User Manual
. . . . . . . . . . . . . . 88 5.5 Differencing images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 5.6 Cloning disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 5.8 Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 93 5.9 CD/DVD support . . . . . . . . . . . . disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 9.31.1 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 9.31.2 Encrypting disk images . .0 码力 | 387 页 | 4.27 MB | 5 月前3Oracle VM VirtualBox 5.2.12 User Manual
. . . . . . . . . . . . . . 88 5.5 Differencing images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 5.6 Cloning disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 5.8 Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 93 5.9 CD/DVD support . . . . . . . . . . . . disk images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 9.31.1 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 9.31.2 Encrypting disk images . .0 码力 | 380 页 | 4.23 MB | 5 月前3Django CMS 2.2.x Documentation
state of the old plugin media framework, it has been dropped in favor of the more stable and more flexible django-sekizai, which is a new dependency for the django CMS 2.2. The following methods and properties showing up in places it shouldn’t. Static files moved to /static/ The static files (css/javascript/images) were moved to from /media/ to /static/ to work with the new django.contrib.staticfiles app in Django will have to add it. Point your STATIC_ROOT to where the static files should live (that is, your images, CSS files, Javascript files...): STATIC_ROOT = os.path.join(PROJECT_PATH, "static") STATIC_URL =0 码力 | 76 页 | 627.98 KB | 6 月前3Django CMS 2.3.x Documentation
state of the old plugin media framework, it has been dropped in favor of the more stable and more flexible django-sekizai, which is a new dependency for the django CMS 2.2. The following methods and properties showing up in places it shouldn’t have. Static files moved to /static/ The static files (css/javascript/images) were moved from /media/ to /static/ to work with the new django.contrib.staticfiles app in Django will have to add it. Point your STATIC_ROOT to where the static files should live (that is, your images, CSS files, Javascript files, etc.): STATIC_ROOT = os.path.join(PROJECT_PATH, "static") STATIC_URL0 码力 | 92 页 | 666.41 KB | 6 月前3Django CMS 3.11.10 Documentation
content management interface support for a variety of editors with advanced text editing features. a flexible plugin system that lets developers put powerful tools at the fingertips of editors, without overwhelming support. django-filer [https://github.com/django-cms/django-filer] for managing media files like images. djangocms-versioning [https://github.com/django-cms/djangocms-versioning] for publishing and version to handle: static files, that are a core part of an application or project, such as its necessary images, CSS or JavaScript media files, that are uploaded by the site’s users or applications. STATIC_URL0 码力 | 493 页 | 1.44 MB | 6 月前0.03Django CMS 3.9.x Documentation
content management interface support for a variety of editors with advanced text editing features. a flexible plugins system that lets developers put powerful tools at the fingertips of editors, without overwhelming to handle: static files, that are a core part of an application or project, such as its necessary images, CSS or JavaScript media files, that are uploaded by the site’s users or applications. STATIC_URL Thumbnails [https://github.com/SmileyChris/easy-thumbnails] is required to create new versions of images in different sizes; Django MPTT [https://github.com/django-mptt/django-mptt/] manages the tree structure0 码力 | 417 页 | 1.68 MB | 6 月前3Django CMS 3.8.x Documentation
content management interface support for a variety of editors with advanced text editing features. a flexible plugins system that lets developers put powerful tools at the fingertips of editors, without overwhelming to handle: static files, that are a core part of an application or project, such as its necessary images, CSS or JavaScript media files, that are uploaded by the site’s users or applications. STATIC_URL Thumbnails [https://github.com/SmileyChris/easy-thumbnails] is required to create new versions of images in different sizes; Django MPTT [https://github.com/django-mptt/django-mptt/] manages the tree structure0 码力 | 413 页 | 1.67 MB | 6 月前3
共 103 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11