STRING LITERALS - 日本語 への翻訳

[striŋ 'litərəlz]

英語 での String literals の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
String literals are converted to Unicode for syntactical analysis, then converted back to their original encoding before interpretation starts.
文字列リテラルは文法的な解析を行うためにUnicodeに変換され、解釈が行われる前に元のエンコードに戻されます。
To use formatted string literals, begin a string with f or F before the opening quotation mark or triple quotation mark.
フォーマット済み文字列リテラルを使うには、開き引用符や三重の開き引用符の前にfあるいはFを付けて文字列を始めます。
However, sometimes for simple macros such as numerical constants or string literals you might only want a quick look at the macro definition.
ただし、定数やリテラルのような単純なマクロの場合は、単にマクロ定義を見るだけのこともあります。
E,--extstr: Extracts string literals from the code, encodes them, and assigns them to variables.
E、--extstr:コードから文字列リテラルを抽出し、エンコードして変数に割り当てます。
In JavaScript, directives are string literals placed at the beginning of the code or at the beginning of block statements.
JavaScriptでディレクティブは、コードの先頭か、ブロックステートメントの先頭に記述する文字列リテラルです
If you put any other statement into the code, subsequent string literals are not considered to be directives.
コードに他のステートメントを記述した場合は、後続の文字列リテラルがディレクティブとは見なされなくなります。
What exactly do“u” and“r” string flags do, and what are raw string literals?
U"と"r"の文字列フラグは正確に何を行い、生の文字列リテラルは何ですか?
But one major proposal for JDK 12, raw string literals, has been removed.
しかし、JDK12の大きな提案のひとつであった生文字列リテラルは削除されている。
To ensure that SQL is shared, use bind variables and do not use string literals with SQL statements.
SQLの共有を確実にするには、SQL文ではバインド変数を使用し文字列リテラルは使用しないようにします。
The Python parser does not strip indentation from multi-line string literals in Python, so tools that process documentation have to strip indentation if desired.
Pythonのパーザは複数行にわたるPython文字列リテラルからインデントを剥ぎ取らないので、ドキュメントを処理するツールでは必要に応じてインデントを剥ぎ取らなければなりません。
Ordinary string literals and UTF-8 string literals(since C11) can initialize arrays of any character type(char, signed char, unsigned char).
通常の文字列リテラルおよびUTF-8文字列リテラル(C11以上)は任意の文字型(char、signedchar、unsignedchar)の配列を初期化できます。
New in version 2.3: An encoding declaration can be used to indicate that string literals and comments use an encoding different from ASCII.
バージョン2.3で追加:エンコード宣言を使って、文字列リテラルやコメントにASCIIではない文字セットが使われていることを明示できます。
Single and double quotes in the Perl programming language are used to describe strings in program code(the lines in the program text are called"string literals"). Here's an example.
シングル、ダブルクォートは、Perlプログラミング言語が用いられる文字列プログラムコードのラインプログラムのテキストを"文字列リテラル".次に例を示します。
The most common reason this does not happen is because bind variables are not used properly and WHERE clause predicates are sent as string literals.
これが正しく行われない原因として最も一般的なものは、バインド変数が正しく使用されていないことか、WHERE句の述語が文字列リテラルとして送信されていることです。
Using string literals we might hard-code(that's when you put data that the program uses straight into the program code) an array of error messages that would be output when certain errors happen.
文字列リテラルを使用すると、特定のエラーが発生したときに出力されるエラーメッセージの配列をハードコード(プログラムがプログラムコードに直接使用するデータを格納するとき)することがあります。
Non-Unicode string literals parameterize to varchar(8000)
Unicode以外の文字列リテラルは、8,000文字以内の場合はvarchar(8000)
If you're not using a raw string to express the pattern, remember that Python also uses the backslash as an escape sequence in string literals;
もしパターンを表現するのにrawstringを使用していないのであれば、Pythonも、バックスラッシュを文字列リテラルエスケープシーケンスとして使っていることを覚えていて下さい;。
Aside from one special rule about initialization by string literals, the semantics of strings are fully subsumed by more general rules governing all arrays, and as a result the language is simpler to describe and to translate than one incorporating the string as a unique data type.
ストリング・リテラルによって初期化に関する1つの特別の規則に加えて、ストリングの意味論、完全に配列をすべて管理する、より一般的な規則によって、およびその結果入れられる、ユニークなデータ・タイプとしてストリングを組込んで、1より言語について記述し翻訳することはより簡単です。
With Ruby 2.1,"str". freeze has been optimized to reduce object allocation. Ruby 2.3 introduces a new magic comment and command line option to freeze all string literals in the source files.
Ruby2.1では既に、オブジェクトアロケーション削減のために"str".freezeが最適化されていましたが、Ruby2.3では1ファイル中の全Stringリテラルをfreezeする新しいマジックコメントとコマンドラインオプションが導入されました。
PJSD recognizes declarations in ES 2015 string literals, too.
PJSDではES2015の文字列リテラル内の宣言も認識されます。
結果: 246, 時間: 0.0308

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語