「code」を含む例文一覧(44711)

<前へ 1 2 .... 294 295 296 297 298 299 300 301 302 .... 894 895 次へ>
  • Custom code template files contain the necessary attributes and methods that will be generated into the source files.
    カスタムコードテンプレートファイルには、ソースファイルに生成される必須の属性とメソッドが含まれます。 - NetBeans
  • Creating robust code generation templates can be a fairly complex task.
    堅牢なコード生成テンプレートを作成するのは、かなり複雑なタスクになることがあります。 - NetBeans
  • If your project is not named ValidatorConverter, change the text in the code as appropriate.
    使用するプロジェクト名が ValidatorConverter ではない場合、コード内のテキストを適宜変更してください。 - NetBeans
  • Java EE 5 technology also eliminates the need for a lot of the boilerplate code needed in J2EE 1.4 development.
    また、Java EE 5 テクノロジでは、J2EE 1.4 開発で求められた多数のボイラープレートコードも必要ありません。 - NetBeans
  • In particular we will show how to code the behavior of buttons and fields in a Swing form.
    具体的には、Swing フォーム内のボタンとフィールドの動作をコーディングする方法を示します。 - NetBeans
  • In SOAP-based web services, Java utilites create a WSDL file based on the Java code in the web service.
    SOAP ベースの Web サービスでは、Web サービスの Java コードに基づき、Java ユーティリティーで WSDL ファイルを作成します。 - NetBeans
  • You can then press Enter to open the source code editor and position it at the matching member's declaration.
    そのあと Enter キーを押すと、ソースコードエディタが開き、そのメンバーの宣言部分に移動します。 - NetBeans
  • This strip represents the whole file, not just the lines of code that are visible.
    このストリップは、表示されているコード行だけでなく、ファイル全体を現しています。 - NetBeans
  • NetBeans Mobile Developer Community for developers who want to contibute to the IDE's source code.
    NetBeans モバイル開発者コミュニティー - IDE のソースコードに貢献したい開発者向けのコミュニティーです。 - NetBeans
  • The NetBeans C/C++ Pack 6.1 provides advanced editing features for modifying your source code.
    NetBeans C/C++ Pack 6.1 には、ソースコードを変更するための高度な編集機能が提供されています。 - NetBeans
  • The NetBeans C/C++ Pack 6.5 provides advanced navigation features for viewing your source code.
    NetBeans C/C++ Pack 6.5 には、ソースコードを表示するための高度なナビゲート機能が提供されています。 - NetBeans
  • Double-click the Go button component to display its source code for the action handler method in the Java Editor.
    「移動」ボタンコンポーネントをダブルクリックして、Java エディタでアクションハンドラメソッドのソースコードを開きます。 - NetBeans
  • The GUIBuilder figures out which layout attributes are required and then generates the code for you automatically.
    GUI ビルダーによって必要なレイアウト属性が判別され、自動的にコードが生成されます。 - NetBeans
  • The IDE adds merge markers by default when you invoke the Code Generation action from your UML project.
    UML プロジェクトからコード生成アクションを呼び出すと、デフォルトでマージマーカーが追加されます。 - NetBeans
  • Before each switch, however, you should invoke Reverse Engineer or Code Generation, as appropriate.
    ただし、各切り替えの前に、適宜「リバースエンジニアリング」または「コード生成」を呼び出すようにします。 - NetBeans
  • By setting the escape property to false, the HTML code will be passed to the browser unaltered.
    「escape」プロパティーを False に設定することで、HTML コードがそのままブラウザに渡されるようになります。 - NetBeans
  • Note that the Call Stack tab shows the relationship between the JSP code and the generated servlet methods.
    「呼び出しスタック」タブに JSP コードと生成されたサーブレットメソッドとの関係が表示されます。 - NetBeans
  • Start the ide, run the project, and open the file that contains the source code which you want to debug.
    IDE を起動し、プロジェクトを実行して、デバッグするソースコードが含まれるファイルを開きます。 - NetBeans
  • Issue #123102: Non ASCII characters might display incorrectly after code generation, in some cases
    課題 123102: 場合によって、コード生成後に ASCII 以外の文字が正しく表示されないことがある。 - NetBeans
  • Right-click the source text and choose Formatfrom the pop-up menu to reformat the code.
    ソーステキストを右クリックし、ポップアップメニューから「整形」を選択して、コードを再整形します。 - NetBeans
  • The Configure Code Assistancewizard works in two modes: simple and advanced.
    コード支援を構成ウィザードが、単純モードと上級モードの 2 種類のモードで動作します。 - NetBeans
  • HTML code completion nowenters the tags in uppercase or lowercase instead of in uppercase only.
    HTML コード補完で、タグが大文字入力だけでなく小文字入力にも対応しました。 - NetBeans
  • In the Projects window, double-click Source Packages ajaxchatroom Page1.java and then open the Java source code for the page.
    「プロジェクト」ウィンドウで「ソースパッケージ」「ajaxchatroom」「Page1.java」をダブルクリックし、そのページの Java ソースコードを開きます。 - NetBeans
  • /body tags:applet code="org.me.hello.MyApplet" archive="HelloApplet.jar"/
    /body の 2 つのタグの間の任意の場所にアプレットタグを追加することで、アプレットをファイルに埋め込みます。 - NetBeans
  • In the Source view, breakpoints are shown as red squares on the left margins of code lines.
    ソースビューでは、ブレークポイントはコードの行の左余白に赤い正方形で示されます。 - NetBeans
  • The code is checked for errors and the user is notified if validation fails.
    コードにエラーがないかどうかが確認し、妥当性検査が失敗すると、ユーザーに通知します。 - NetBeans
  • After each section of code, the template also shows you how to use the task in an Ant script.
    各コードセクションの終わりに、Ant スクリプト内でのタスクの使用方法が示されています。 - NetBeans
  • The individual beans have to be instantiated in the loadNamesmethod by adding the following code:
    次のコードを追加することによって、個々の Bean を loadNames メソッドでインスタンス化する必要があります。 - NetBeans
  • Alternately, you can open the code completion box by pausing after typing a period (.) in an expression.
    または式でピリオド (.) を入力後、少し待つことで、コード補完ボックスを開くこともできます。 - NetBeans
  • To turn off code completion in the Source Editor, see Configuring the Editor.
    ソースエディタでコード補完ボックスを無効にする方法は、「エディタの設定」を参照してください。 - NetBeans
  • Toggle Bookmark.Add a bookmark (bookmark icon) to the line of code that the insertion point is currently on.
    挿入ポイントが現在置かれているコード行にブックマーク (ブックマークのアイコン) を追加します。 - NetBeans
  • Modifying fonts and colors.You can use the Options window to set the font size and color for code.
    フォントと色の変更。 「オプション」ウィンドウを使用して、コードのフォントサイズと色を設定します。 - NetBeans
  • In this section, we'll use Smart Code Completion to quickly add a method body to our file.
    この節では、スマートコード補完を使用してメソッドの本文を簡単にファイルに追加します。 - NetBeans
  • Type the first few letters of the template name and invoke the code completion by pressing Ctrl+Space.
    テンプレート名の最初の数文字を入力し、Ctrl- スペースキーを押してコード補完を起動します。 - NetBeans
  • Code Completion is a common name for a set of features that facilitate and speed up the process of coding.
    コード補完は、コーディング作業を簡単、高速にする一連の機能の総称です。 - NetBeans
  • The code that displays the chosen element is generated and inserted in the chosen location.
    選択した要素を表示するコードが生成され、選択した位置に挿入されます。 - NetBeans
  • The abbreviation is replaced with the corresponding key word and the code template for the key word is provided.
    省略名が対応するキーワードに置き換わり、キーワードのコードテンプレートが表示されます。 - NetBeans
  • To view the list of defined abbreviation with code templates:
    定義されている省略名のリストとコードテンプレートを表示するには、次の手順に従います。 - NetBeans
  • The list of PHP abbreviations and code template defined for them is displayed.
    PHP の省略名のリストと、各省略名に定義されているコードテンプレートが表示されます。 - NetBeans
  • In the source editor, right-click in the class body and choose Insert Code (Ctrl-I) Call Enterprise Bean.
    ソースエディタ内を右クリックし、「エンタープライズリソース」「エンタープライズ Bean を呼び出し」を選択します。 - NetBeans
  • If there is an image file to display, this code binds the file to the Image component.
    表示する画像ファイルがある場合は、このコードでファイルが画像コンポーネントにバインドされます。 - NetBeans
  • To store the images somewhere else on the server, you can use code such as the following:
    サーバー上の別の場所に画像を保存するには、次のようなコードを使用できます。 - NetBeans
  • This lets you monitor the request and response messages without changing the client code.
    これにより、クライアントコードを変更せずに要求メッセージと応答メッセージを監視できます。 - NetBeans
  • The IDE displays the main.rb file in the editor.Notice how the code calls puts to display the string "Hello World".
    エディタに main.rb ファイルが表示されます。 コードが puts を呼び出し、文字列「Hello World」が表示されます。 - NetBeans
  • Press Alt-Insert (or right-click and choose Insert Code) and choose Add Property.
    Alt-Insert キーを押すか、「コードを挿入」を右クリックして選択し、「プロパティーを追加」を選択します。 - NetBeans
  • To add the Edit Orders button and its corresponding event-handling code, do the following:
    「Edit Orders」ボタン、および対応するイベント処理コードを追加するには、次の手順を実行します。 - NetBeans
  • Provides a text area for you to manually write the code for setting the property.
    プロパティーの設定用のコードを手動で書き込むためのテキスト領域を提供します。 - NetBeans
  • To set how configuration code is generated for a given form:
    特定のフォームの構成コードの生成方法を設定するには、次の手順に従います。 - NetBeans
  • Resource code is generated for all strings, and the string values are stored in a .properties file.
    すべての文字列に対してリソースコードが生成され、文字列値は .properties ファイルに保存されます。 - NetBeans
  • You can use code completion in the editor to complete the values when modifying the mapping file.
    エディタでコード補完を使用し、マッピングファイルの変更時に値を補うことができます。 - NetBeans
<前へ 1 2 .... 294 295 296 297 298 299 300 301 302 .... 894 895 次へ>

例文データの著作権について