1153万例文収録!

「USERNAME」に関連した英語例文の一覧と使い方(5ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > USERNAMEの意味・解説 > USERNAMEに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

USERNAMEを含む例文一覧と使い方

該当件数 : 211



例文

Note: if your username and password are saved locally, you will not see this menu.If you have not registered with PyPI, then you will need to do so now.例文帳に追加

注意: ユーザ名とパスワードをローカルの計算機に保存しておくと、このメニューは表示されません。 まだ PyPI に登録したことがなければ、まず登録する必要があります。 - Python

Note: If a group becomes empty and the group name is the same as the username, the group is removed; this complements the per-user unique groups created by adduser(8) . 例文帳に追加

Note: 指定されたユーザと同じ名前のグループで、そのユーザが削除されると空のグループとなる場合は、 そのグループ自体が削除されます。 これは adduser(8)によってユーザごとに作成される、 ユニークなグループに対応するものです。 - FreeBSD

If you do not select Use Tomcat Manager for Deployment, you will have to manually run Tomcat Manager or use other Tomcat tools to reload axis2.war every time you make a change to it.The default Tomcat Manager username and password varies. 例文帳に追加

「Use Tomcat Manager for Deployment」を選択しない場合は、axis2.war に変更を加えるたびに、Tomcat Manager を手動で実行するか、ほかの Tomcat ツールを使用してこのファイルを再読み込みします。 デフォルトの Tomcat Manager のユーザー名とパスワードが変わります。 - NetBeans

When you click Connect a database connection node for the Sakila database(jdbc:mysql://localhost:3306/sakila [username on Default])is listed under the Databases node.When a connection is open you can view the data in the database by expanding the connection node. 例文帳に追加

「接続」をクリックすると、Sakila データベースのデータベース接続ノード (jdbc:mysql://localhost:3306/sakila [デフォルトのユーザー名]) が「データベース」ノードに一覧表示されます。 接続が開いたら、接続ノードを展開してデータベースのデータを確認できます。 - NetBeans

例文

You should use this script as the shell for all of your dialup users. This is an example from /etc/passwd for a dialup PPP user with username pchilds (remember do not directly edit the password file, use vipw(8) ). 例文帳に追加

すべてのダイアルアップ ppp ユーザのログインシェルとして このスクリプトを使用します. 以下は pchilds というユーザ名の ダイアルアップユーザを /etc/password へ登録した場合の例です.(パスワードファイルを直接エディタで編集したりせず, vipwを使ってください) - FreeBSD


例文

If you do not select Use Tomcat Manager for Deployment, you will have to manually run Tomcat Manager or use other Tomcat tools to reload axis2.war every time you make a change to it.The default Tomcat Manager username is tomcat and the default password is also tomcat. 例文帳に追加

「Use Tomcat Manager for Deployment」を選択しない場合は、axis2.war に変更を加えるたびに、Tomcat Manager を手動で実行するか、ほかの Tomcat ツールを使用してこのファイルを再読み込みします。 Tomcat Manager のデフォルトのユーザー名は「tomcat」で、デフォルトのパスワードも「tomcat」です。 - NetBeans

FreeBSD/i386 (example.com) (ttypa) login: username otp-md5 498 gr4269 ext Password: As a side note, the OPIE prompts have a useful feature (not shown here): if you press Return at the password prompt, the prompter will turn echo on, so you can see what you are typing. 例文帳に追加

ここでは表示していませんが、便利な機能がログインプログラム に備わっています:パスワードプロンプトに対して、何も入力せずにリターンを押すとエコーモードに切り替わります。 つまりタイプした文字がそのまま見えるようになるのです。 - FreeBSD

If a username and password are both specified, then these are used to authenticate to the foreign host; otherwise the environment and then the user's file in his home directory are searched for appropriate information. 例文帳に追加

ユーザ名とパスワードの両方が指定された場合には、これらは接続先のホストへの認証に利用される。 そうでない場合には、適切な情報を入手するために、環境変数と、そのユーザのホームディレクトリのファイルが検索される。 - JM

Upon a login request with username and password specification from a communication terminal 2 via a data communication network 4, an authentication server 7 requests a connection (places a call) to the portable telephone 3 of the corresponding user 1 via the user authentication database 8.例文帳に追加

認証サーバー7は、データ通信網4を介して通信端末2からユーザ名、パスワードを指定したログイン要求があると、ユーザ認証データベース8より該当ユーザ1の携帯電話3に接続要求(電話をかける)を行う。 - 特許庁

例文

DISPLAYMANAGER="gdm" If you reboot now, the GNOME Display Manager will prompt you for your username and password and will default to using GNOME as Desktop Environment (even though you will have the option of selecting a different one of course, choosing from those available in /usr/share/xsessions/).例文帳に追加

リブートすると、GNOMEデスクトップマネージャがあなたのユーザ名とパスワードの入力を促し、通常のデスクトップ環境としてGNOMEを使うようになるでしょう(もちろん、/usr/share/xsessions/内の利用可能な他のセッションを選び、違う環境にすることもできます)。 - Gentoo Linux

例文

As you will see in Code Sample 5, when the user sends a comment, an action method retrieves the username from session scope to record along with the comment.Since multiple threads associated with the same session might access the getter and setter methods, the methods are synchronized. 例文帳に追加

コード例 5 に示すように、ユーザーがコメントを送信すると、action メソッドによってセッションスコープからユーザー名が取得され、コメントと一緒に記録されます。 同じセッションと関連付けられた複数のスレッドが取得メソッドと設定メソッドにアクセスする可能性があるため、これらのメソッドは同期されます。 - NetBeans




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS