2012年2月29日水曜日

何をpickle化?

「Pickle」に関連した英語例文の一覧 - Weblio英語例文検索

1 2 次へ>

7.2.2 The pickle Module

7.2.2 pickle モジュール - Python

3.14.5 The pickle protocol

3.14.5 pickle 化プロトコル - Python

3.15 cPickle -- A faster pickle

3.15 cPickle -- より高速な pickle - Python

Register pickle support functions.

pickleサポート関数を登録する。 - Python

pickle (standard module),[Link],[Link],[Link],[Link],[Link]

pickle (standard モジュール) pickle (標準 モジュール),[Link],[Link],[Link],[Link] - Python

efficient pickling

効率的な pickle - Python

3.14 pickle -- Python object serialization

3.14 pickle -- Python オブジェクトの整列化 - Python

3.14.5.2 Pickling and unpickling

3.14.5.2 拡張型の pickle 化および - Python

3.14.4 What can be

3.14.4 何を pickle 化したり - Python

It's a kind of tsukemono (pickle).

漬物のひとつ。 - Wikipedia日英京都関連文書対訳コーパス

Indexed databases of objects; uses pickle.

オブジェクトのインデクス付きデータベース; pickle を使います。 - Python

One burger… hold the pickle.

ハンバーガー 1 つ—ピクルス抜きで. - 研究社 新英和中辞典

be in a (sad [sorry, nice, pretty]) pickle

困っている, 苦境にある. - 研究社 新英和中辞典

3.14.5.2 Pickling and unpickling extension types

3.14.5.2 拡張型の pickle 化および unpickle - Python

3.14.5.3 Pickling and unpickling

3.14.5.3 外部オブジェクトの pickle 化および - Python

Most applications have no need for this functionality andshould benefit from the greatly improved performance of thecPickle module.The pickle data stream produced by pickle andcPickle are identical, so it is possible to usepickle and cPickle interchangeably with existingpickles.


イギリス料理tandは彼らの食糧を準備する方法

多くのアプリケーションではこの機能は不要なので、cPickleモジュールによる大きなパフォーマンス向上の恩恵を受けられるはずです。 pickle と cPickle で作られた pickle データ列は同じなので、既存の pickle データに対してpickle と cPickle を互換に使用することができます - Python

3.14.4 What can be pickled and unpickled?

3.14.4 何を pickle 化したり unpickle 化できるのか? - Python

18.10.1 Python Byte Code Instructions 18.11 pickletools -- Tools for pickle developers.

18.10.1 Pythonバイトコード命令 - Python

The copy module does not use the

copy モジュールはpickle 用関数登録モジュール - Python

3.14.5.1 Pickling and unpickling normal classinstances

3.14.5.1 通常のクラスインスタンスの pickle 化および unpickle - Python

3.14.5.3 Pickling and unpickling external objects

3.14.5.3 外部オブジェクトの pickle 化および unpickle - Python

3.14.5.1 Pickling and unpickling

3.14.5.1 通常のクラスインスタンスの pickle 化および - Python

There are additional minor differences in API between cPickleand pickle, however for most applications, they areinterchangable.

cPicklepickle の API 間には他にも些細な相違がありますが、ほとんどのアプリケーションで互換性があります。 - Python

If you're serializing andde-serializing Python objects, use the pickle module instead.

Python オブジェクトを直列化および非直列化したい場合には、pickle モジュールを使ってください。 - Python

or ``flattening'',however, to avoid confusion, the terms used here are ``pickling'' and``unpickling''.This documentation describes both the pickle module and the

このドキュメントでは pickle モジュールおよび - Python

The version of the pickle protocol can be specified with theprotocol parameter.

pickle 化プロトコルのバージョンは protocolパラメタで指定することができます。 - Python

By default, unpickling will import any class that it finds in thepickle data.


どうして良い禁猟区を塩である?

デフォルトでは、逆 pickle 化は pickle 化されたデータ中に見つかったクラスを import することになります。 - Python

On this occasion, you can pickle daikon and carrot separately or pickle by pressing them under a heavy stone.

この際、ダイコンとニンジンを別に漬けたり、重石をのせて漬ける方法もある。 - Wikipedia日英京都関連文書対訳コーパス

(Firstly, pickle half of them, wring them dry and if desired you can pickle them again.)

(まず半量で漬けてから水気を切り、二度漬けする方法もある) - Wikipedia日英京都関連文書対訳コーパス

pickle preserved in brine or vinegar flavored with dill seed

イノンドの種子で香りをつけた塩水や酢に漬けたピクルス - 日本語WordNet

pickle cured in brine and preserved in sugar and vinegar

塩水に漬けたピクルスを砂糖・酢に漬けたもの - 日本語WordNet

There is also another explanation that 'takuwae-zuke (pickle reserve)' turned to 'takuan-zuke.'

また、「たくわえづけ」が転じたものという説もある。 - Wikipedia日英京都関連文書対訳コーパス

Tan,' 'mu' and 'ji' mean 'sweet,' 'daikon radish' and 'pickle,' respectively.

タンは甘い、ムは大根、ジは漬けものの意味。 - Wikipedia日英京都関連文書対訳コーパス

salted cardinalfish: it is used to pickle kimchi.

イシモチの塩辛キムチを漬けるときに使われる。 - Wikipedia日英京都関連文書対訳コーパス

salted cutlassfish: it is used to pickle kimchi.

タチウオの塩辛キムチを漬けるときに使われる。 - Wikipedia日英京都関連文書対訳コーパス

Kasuzuke is to pickle food in sake lees or sweet sake lees.

粕漬け(かすづけ)は、食材を酒粕またはみりん粕に漬けること。 - Wikipedia日英京都関連文書対訳コーパス

The pickle module implements a fundamental, but powerfulalgorithm for serializing and de-serializing a Python objectstructure.

pickle モジュールでは、Python オブジェクトデータ構造を直列化 (serialize) したり非直列化 (de-serialize) するための基礎的ですが強力なアルゴリズムを実装しています。 - Python


トマトから生まれたのたのですか?

We intend tosomeday provide a common interface for controlling this behavior,which will work in either pickle or cPickle.

われわれは将来、この挙動を制御するための、pickle および cPickle の両方で動作する、共通のインタフェースを提供するつもりです。 - Python

Deprecated since release 2.3.Reading pickled values from untrustedcookie data is a huge security hole, as pickle strings can be craftedto cause arbitrary code to execute on your server.

リリース 2.3 で撤廃されました。 このクラスを使ってはいけません! 信頼できないcookieのデータから pickle 化された値を読み込むことは、あなたのサーバ上で任意のコードを実行するために pickle 化した文字列の作成が可能であることを意味し、重大なセキュリティホールとなります。 - Python

The description in this section doesn't cover specificcustomizations that you can employ to make the unpickling environmentslightly safer from untrusted pickle data streams; see section3.14.6for more details. Subsections

この節での記述は、unpickle 化環境を不信な pickle 化データに対して安全にするために使う特殊なカスタマイズ化についてはカバーしていません; 詳細は3.14.6 を参照してください。 - Python

The production of senmai-zuke is done from November to March, Shogoin-kabu is grown and harvested and the sale of this pickle is only available during the this period being a seasonal pickle.

聖護院蕪の生産時期(11月~翌年3月頃まで)に合わせて「千枚漬」の漬け込みが行われ、販売時期もこの期間に限定される旬の漬物である。 - Wikipedia日英京都関連文書対訳コーパス

To produce this drama, since there was no particular pickle shop considered as a model, the Kyoto Tsukemono Federation (京都府漬物協同組合) was involved to work as a contact and to gather various information from pickle shops in Kyoto.

特に特定した店をモデルにしたのではなく、京都府漬物協同組合がその窓口となり京都の漬物店の各種エピソードを、聴取し製作された。 - Wikipedia日英京都関連文書対訳コーパス

Surume has a long shelf life and has various ways of cooking such as to soak in water to make a soup stock, to simmer with seasonings and to pickle with other ingredients including kelp and herring roe to make Matsumae-zuke (Matsumae style pickle).

長期保存に向いており、水で戻して出汁をとる、煮物に用いる、コンブや数の子などと一緒に漬け込む松前漬けなどの料理方法がある。 - Wikipedia日英京都関連文書対訳コーパス


a pickled herring filet that has been rolled or wrapped around a pickle

ピクルスの周りを巻いて巻きつけられたピクルス・イワシ・フィレ - 日本語WordNet

there was a connection between eating that pickle and having that nightmare

あのピクルスを食べたこととあんな悪夢を見たことには関連があった - 日本語WordNet

This means thatyou cannot use them to derive custom pickling and unpicklingsubclasses.

つまり、pickle 化や unpickle 化を行うカスタムのサブクラスを導出することができないということです。 - Python

``Pickling'' is the process whereby a Python objecthierarchy is converted into a byte stream, and ``unpickling'' is theinverse operation, whereby a byte stream is converted back into anobject hierarchy.

``Pickle 化 (Pickling)'' は Python のオブジェクト階層をバイトストリームに変換する過程を指します。 - Python

Pickling (and unpickling) is alternatively known as``serialization'', ``marshalling,''

``非 Pickle 化 (unpickling)''はその逆の操作で、バイトストリームをオブジェクト階層に戻すように変換します。 - Python

By default, version 0 pickles are used to serialize values.

デフォルトでは、値を整列化する際にはバージョン 0 の pickle 化が用いられます。 - Python

If a TextReader instance is pickled, allattributes except the file object member are saved.

TextReader インスタンスが pickle 化された場合、ファイルオブジェクト 以外の 全ての属性が保存されます。 - Python



These are our most popular posts:

3.14 pickle -- Python オブジェクトの整列化

pickle モジュールでは、Python オブジェクトデータ構造を直列化 (serialize) したり非 直列化 (de-serialize) するための基礎的ですが強力なアルゴリズムを実装しています。 ``Pickle 化 (Pickling) は Python のオブジェクト階層をバイトストリームに変換する過程 ... read more

pickleマジ便利 あとipythonの初期化ファイルにいろいろ記述して便利に ...

2010年6月22日 ... 詳細: 3.14.4 何を pickle 化したり unpickle 化できるのか? 以下の型は pickle 化でき ます: None、 True、および False 整数、長整数、浮動小数点数、複素数 通常文字列 および Unicode 文字列 pickle 化可能なオブジェクトからなるタプル、 ... read more

pickleを使う - たこ焼き食べた.net

2010年8月15日 ... ■[python]pickleを使う. pickleモジュールを使うと、Pythonのデータ構造(タプルとか リストとかクラスのインスタンスとか)を保存できます。 pickle化がPythonのオブジェクト をバイト列に変換すること、非pickle化はその逆を指します。 read more

3.14.4 何を pickle 化したり unpickle 化できるのか?

3.14.4 何を pickle 化したり unpickle 化できるのか? 以下の型は pickle 化できます: None 、 True 、および False. 整数、長整数、浮動小数点数、複素数. 通常文字列 および Unicode 文字列. pickle 化可能なオブジェクトからなるタプル、リスト、集合 および辞書 ... read more

Related Posts



0 コメント:

コメントを投稿