スクリプト実行 英語 意味 - 英語訳 - 日本語の例文

script execution
スクリプト実行
スクリプトが実行された
executing a script

日本語 での スクリプト実行 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
平均スクリプト実行時間:2。
Average script execution time: 2.
DEFER(スクリプト実行待ち)。
DEFER(script execution may wait).
スクリプト実行エラーのメッセージを改良。
Improved the message on script execution error.
スクリプト実行エンジン「Nashorn」にて、次の内容に対応。
In the script execution engine“Nashorn”, corresponded to the following contents.
スクリプト実行
Script execution of %1.
スクリプト実行エンジンとして「Nashorn」を使用できるように対応。
Correspond to be able to use“Nashorn” as a script execution engine.
このチュートリアルではFlashAirIoTHubのスクリプト実行機能について紹介します。
This tutorial introduces the script execution function of FlashAir LoT Hub.
GPIO出力とスクリプト実行の2種類があります。
There are two types of GPIO output and Execute script.
スクリプト実行の時間制限。
Time limit for the execution of scripts.
STEP6監視対象のインスタンスでスクリプト実行
Step 6: Run scripts on the monitoring target instance.
Bashはsh互換シェルで、テキストウィンドウとスクリプト実行機能を介して従来のインターフェイスを提供するコマンドラインインタプリタをユーザーに提供します。
Bash is an sh-compatible shell providing users a command-line interpreter thatprovides a traditional interface via text window and a script execution capability.
スクリプト実行の結果は、HTMLファイルとしてIDEエディタ・ウィンドウに表示されます。
The results of executing a script will open as an HTML file in the IDE editor window.
また、スクリプト実行ではジョブの仕組みを使うことでFlashAirをインターネット上に公開すること無く、安心してお使い頂けます。
Also, in script execution, you can use it with confidence without using FlashAir on the Internet by using the job mechanism.
スクリプト実行の結果は、HTMLファイルの形式でデフォルトのブラウザ・ウィンドウに表示されます。
The default browser window will open with the results of executing a script in the form of an HTML file.
FlashAirでLuaを実行するを参考に、Luaスクリプト実行方法をCONFIGファイルに指定します。
Specify the Lua script execution method in the CONFIG file referring to Run Lua with FlashAir.
スクリプト実行時のログファイルの出力先を変更することはできますか。
Can I change the output destination of the log file during script execution?
その場合は、スクリプト実行中にフロッピーを入れるよう求められます。
In that case you will be requested to insert the floppy during script execution.
予告選択型データ項目に指定するList内の要素にて、文字列以外のものがあれば、スクリプト実行エラーとなるように仕様を変更します。
Advance Notice Change the specification so that script execution errors will occur if there is anything other than the character string in elements in the List specified to Select type Data Item.
スクリプトタスク」で選択型データ項目を上書きする際に指定するList内の要素にて、文字列以外のものがあれば、スクリプト実行エラーとなるように仕様を変更します(2018年冬)。
In“Script Task”, change the specification so that script execution errors will occur if there is anything other than the character string in elements in the List specified to Select type Data Item(Winter 2018).
予めLuaスクリプトを用意すれば、GPIOやセンサーデータの取得・設定など細かな制御も可能ですので、FlashAirIoTHubのスクリプト実行機能をぜひご活用ください。
Preliminary preparation of Lua script enables detailed control such as acquisition and setting of GPIO and sensor data,so please make use of the script execution function of FlashAir IoT Hub by all means.
ファイル型データ項目では、List内にファイル(QfileView、NewQfile)以外のものがあれば、スクリプト実行エラーとなるので、同じ動作となるように対応。
In File type Data Item, corresponded so that it becomes the same behavior since if there is something other than the file(QfileView, NewQfile)in the List, a script execution error will result.
スクリプトタスク」で選択型データ項目を上書きする際に指定するList内の要素にて、文字列以外のものがあれば、スクリプト実行エラーとなるように仕様を変更。
In“Script Task”, changed the specification so that script execution errors will occur if there is anything other than the character string in elements in the List specified to Select type Data Item.
予告「スクリプトタスク」で選択型データ項目を上書きする際に指定するList内の要素にて、文字列以外のものがあれば、スクリプト実行エラーとなるように仕様を変更します(2018年冬)。
Advance Notice Change the specification so that script execution errors will occur if there is anything other than the character string in elements in the List specified to Select type Data Item.(Winter 2018).
SiteGroundには(毎日のCPU使用率とスクリプト実行に対する)制限があり、あなたがあなたの計画のリソース制限を超えた場合、あなたのウェブサイトは一時的にシャットダウンされる可能性があります。
SiteGround does have limits(on daily CPU usage and script executions), and if you exceeded your plan's resource limit your website can be temporarily shut down.
そのため変数宣言時にデータ型を指定する必要がなく、またスクリプト実行時に必要に応じてデータ型が自動的に変換されます。
That means you don't have to specify the data type of a variable when you declare it,and data types are converted automatically as needed during script execution.
実際には、ドキュメントは下により多くのものを持っていますが、スクリプト実行時点でブラウザはまだそれを読んでいないため、スクリプトはそれを見ません。
In fact, the document has more stuff below, but at the moment of the script execution the browser did not read it yet, so the script doesn't see it.
この名前が示すように、定数の値はスクリプト実行中に変更できません(マジック定数は例外で、これらは実際は定数ではありません)。
As the name suggests, that value cannot change during the execution of the script except for magic constants, which aren't actually constants.
そのため、変数宣言時にデータ型を指定する必要が無く、またスクリプト実行時に必要に応じてデータ型が自動的に変換されます。
That means you do not have to specify the data type of a variable when you declare it,and data types are converted automatically as needed during script execution.
すべてのメールは自動的にdeliveryedされます。制御方法、メール配信」を送信する電子メールの数」を変更することです各配信スクリプト実行とどのくらいの頻度(間隔)配信を実行します。
You have control on the how the mail is delivery bychanging the"Number of email to send" each the DELIVERY script is run and how often(time interval) the DELIVERY to be run.9.
シェルスクリプト実行
Run shell script.
結果: 2176, 時間: 0.4551

文で「スクリプト実行」を使用する方法

ちょっとした処理を流すのに、 最新ページの一部分を選択してクリップボードにコピー クリップボード内容をテキストファイルに貼り付け スクリプト実行 というのを今までやっていました。
フィールド設定 フィールドを名前で設定 スクリプト実行 (1) 変数を設定 (2) [A] それぞれ、そのようなス…?
オペレータの典型的な業務 作業記録 情報収集 設定変更 ログファイル取 得 スクリプト実行 手順書 オペレータ エスカレーション 報告メール送信 手順書にしたがって対象システムにログインし、 コマンド実行やWeb操作を行う.
高速化の敵 外部スクリプトロード (最も遅い) zsh 関数定義 zsh スクリプト実行 高速化の味方 分離された実行可能ファイル autoload による遅延ロード 複数 zsh ファイルの統合 実践したテクニック集 t.

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語