検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 65 for Open (0.097 sec.)
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssword Hashing Competition , a community organized open competition to select a next generation hashing al ... Django to upgrade passwords . 注釈 scrypt requires OpenSSL 1.1+. Increasing the salt entropy ¶ New in Djan ... to 0 , which means the default limitation from the OpenSSL library. We've chosen reasonable defaults, but ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... うになります。 def handle_uploaded_file ( f ): with open ( 'some/file/name.txt' , 'wb+' ) as destination : ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity middleware reference for details. Cross-origin opener policy ¶ New in Django 4.0. The cross-origin ope ... top-level window. If a document protected by COOP opens a cross-origin popup window, the popup's window.o ... against cross-origin attacks. See the cross-origin opener policy section of the security middleware refere ... and database using a firewall. Take a look at the Open Web Application Security Project (OWASP) Top 10 li ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ike object (which includes an HttpResponse ): with open ( "file.xml" , "w" ) as out : xml_serializer . ser ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
索引 — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er (Model の属性) _default_manager (Model の属性) _open() (django.core.files.storage モジュール) _save() ( ... t の属性) (Index の属性) (UniqueConstraint の属性) open() (FieldFile のメソッド) (File のメソッド) (GeoIP2 ... のクラスメソッド) (Storage のメソッド) openlayers_url (GeoModelAdmin の属性) OpenLayersWidget ... E_CONTENT_TYPE_NOSNIFF setting SECURE_CROSS_ORIGIN_OPENER_POLICY setting SECURE_HSTS_INCLUDE_SUBDOMAINS se ...
https://man.plustar.jp/django/genindex.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extField . The undocumented mixin parameter to the open() method of django.core.files.storage.Storage (and ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age.py runserver ...\> py manage.py runserver Now, open a web browser and go to "/admin/" on your local do ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the second parameter defines if a raster should be opened in write mode. For newly-created rasters, the se ... r file. If the input is a file path, the raster is opened from there. If the input is raw data in a dictio ... quired. If the input is a bytes object, it will be opened using a GDAL virtual filesystem. For a detailed ... 3, 5], [5, 5, 5, 5]], dtype=uint8) >>> rst_file = open ( '/path/to/your/raster.tif' , 'rb' ) >>> rst_byte ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... getdata() or getpixel() , cannot be used without reopening the file. For example: >>> from PIL import Imag ... bject has no attribute 'seek'. >>> image = Image . open ( image_field ) >>> image . getdata () <ImagingCor ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... /" , ... description = "Testing." , ... ) >>> with open ( 'test.rss' , 'w' ) as fp : ... feed . write ( fp ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT