| 例文 |
password databaseの部分一致の例文一覧と使い方
該当件数 : 190件
Keep a database of (realm, uri) - (user, password)mappings. 例文帳に追加
(realm, uri) - (user, password)の対応付けデータベースを保持します。 - Python
/etc/passwd password database file "CONFORMING TO" 例文帳に追加
/etc/passwdパスワードデータベースファイル準拠 - JM
/etc/passwd password database file "CONFORMING TO" SVr2. 例文帳に追加
/etc/passwdパスワードデータベースファイル準拠 - JM
/etc/passwd local password database file "CONFORMING TO" 例文帳に追加
/etc/passwdローカルのパスワード・データベースファイル準拠 - JM
where the values of $user, $password, and $host are the user name,database password, and host machine, respectively. 例文帳に追加
$user、$password そして $host は、それぞれユーザ名、データベースのパスワード、そしてホストマシンを表します。 - PEAR
Specify the Database URL and the username and password for your database server. 例文帳に追加
データベースサーバーのデータベース URL とユーザー名およびパスワードを指定します。 - NetBeans
Analogous to the reentrant functions for the password database, glibc also has reentrant functions for the shadow password database. 例文帳に追加
パスワード・データベースに対するリエントラント版と同じように、glibc には shadow パスワードファイルに対してリエントラント版がある。 - JM
Password information (password, term of validity, etc.) is registered on an authentication information database 4.例文帳に追加
パスワードの情報(パスワード、有効期限等)が認証情報データベース4に登録される。 - 特許庁
According to this system, a database 11 manages a password (p).例文帳に追加
本システムによればデータベース11はパスワードpを管理する。 - 特許庁
If the conditions are met, the code takes the user and password values from the HTML form and inserts them into the Name and Password columns, respectively, of a new row in the wishers database. 例文帳に追加
条件を満たす場合、コードは HTML フォームから「user」と「password」の値を取り、wishers データベース内の新しい行の Name 列と Password 列にそれぞれ挿入します。 - NetBeans
A password setting unit 11 of a database system 10 manages a password set by a user in a password management table 21.例文帳に追加
データベースシステム11のパスワード設定部11は、利用者が設定したパスワードをパスワード管理テーブル21で管理する。 - 特許庁
The shadow password database and its associated API are not specified in POSIX.1-2001. 例文帳に追加
shadow パスワード・データベースと関連 API は POSIX.1-2001には記載されていない。 - JM
A phone number database stores the phone number and the extraordinary password.例文帳に追加
電話番号、及び臨時パスワードを番号データベースに記憶する。 - 特許庁
Return the password database entry for the given numeric user ID. 例文帳に追加
与えられたUIDに対応するパスワードデータベースのエントリを返します。 - Python
A password issuing part 10 generates a password, when receiving a password issuing request from an owner terminal 2, and informs the owner of the password, and stores the password in the database 13 by associatingg the password to the registering information.例文帳に追加
パスワード発行部10は、所有者端末2からパスワード発行要求を受信すると、パスワードを生成し、そのパスワードを所有者に通知するとともに登録情報と関連付けてデータベース13に格納する。 - 特許庁
GRANT [privileges] ON database.* TO '[user]'@'[host]' IDENTIFIED BY '[password]'; 例文帳に追加
注意:GRANTコマンドはユーザを作成する方法として用いられています。 - Gentoo Linux
function returns a pointer to the next entry in the shadow password database. 例文帳に追加
関数は shadow パスワード・データベースにおける次のエントリへのポインタを返す。 - JM
For example, for the Travel sample database the user name is travel and the password is travel. 例文帳に追加
たとえば、Travel サンプルデータベースの場合、ユーザー名が「travel」で、パスワードが「travel」です。 - NetBeans
Return the password database entry for the given user name. 例文帳に追加
与えられたユーザ名に対応するパスワードデータベースのエントリを返します。 - Python
You also declare database configuration variables for storing the name and password of the database owner (user), the name of the database, and the database host. 例文帳に追加
データベースの所有者 (ユーザー) の名前とパスワード、データベースの名前、およびデータベースホストを格納するためのデータベース構成変数も宣言します。 - NetBeans
If your database requires a password, edit the database.yml file and provide the password under the development configuration.例文帳に追加
データベースにパスワードが必要な場合は、database.yml ファイルを編集し、開発構成の下にパスワードを指定します。 - NetBeans
function is used to close the password database after all processing has been performed. 例文帳に追加
関数は、全ての処理が終わった後にパスワード・データベースをクローズする。 - JM
Connect to the sample database by right-clicking the connection node in the Database Explorer and choosing Connect (password is app).例文帳に追加
データベースエクスプローラで接続ノードを右クリックし、「接続」(パスワードは app) を選択して、sample データベースに接続します。 - NetBeans
function is intended to protect against multiple simultaneous accesses of the shadow password database. 例文帳に追加
関数は、 shadow パスワード・データベースを多重同時アクセスから守るためのものである。 - JM
This module provides access to the Unix user account and password database.例文帳に追加
このモジュールはUnixのユーザアカウントとパスワードのデータベースへのアクセスを提供します。 - Python
Return a list of all available password database entries, in arbitrary order. 例文帳に追加
パスワードデータベースの全てのエントリを、任意の順番で並べたリストを返します。 - Python
Select the Specify Database InformationDirectly option,select the Database Adapter, and type the User Name and Password.例文帳に追加
「データベース情報を直接指定」オプションを選択し、データベースアダプタを選択し、ユーザー名とパスワードを入力します。 - NetBeans
In the Add Database Connection dialog, select your database from the Server Type drop down list, provide the requested information, and click OK.For Java Studio Creator applications that use Java DB, type the User ID and Password associated with the application. 例文帳に追加
「サーバー」ドロップダウンリスト (適用される場合) で、「Sun Java System Application Server」が選択されている必要があります。 - NetBeans
Besides, a password corresponding to the user name is obtained from a database 400 and encrypted by using the produced unique data to produce an encrypted password, and the encrypted password is paired with the job ID and stored in a database 401.例文帳に追加
また、このユーザ名に対応するパスワードをデータベース400から得て、生成した一意なデータを用いて暗号化して暗号化パスワードを生成し、ジョブIDと対にしてデータベース401に格納する。 - 特許庁
A second password generation means 103 generates a second password on the basis of the data stored in the database at present.例文帳に追加
第2のパスワード作成手段103は、データベースに現在記憶されているデータに基づいて第2のパスワードを作成する。 - 特許庁
Finally, -p tells the mysql client that you will be entering a password to access your database.例文帳に追加
最後に、-pで接続用パスワードを入力することをmysqlクライアントに伝えます。 - Gentoo Linux
The username and password values must match the ones specified during database creation. 例文帳に追加
注: ユーザー名とパスワードの値は、データベース作成時に指定したものと同じです。 - NetBeans
Fill in the password (nbuser) for the database and select the Remember Password During This Session checkbox.After the connection to the database is established, the Database Table field should display CAR and the Columns to Include list should include the names of10 columns for the CAR database.例文帳に追加
データベースのパスワード (nbuser) を入力し、「セッション中はパスワードを保存」チェックボックスを選択します。 データベースへの接続が確率されたら、「データベース表」フィールドに CAR と表示され、「取り込む列」リストに CAR データベースの10 列の名前が表示されます。 - NetBeans
In the Create Java DB Database dialog box, type the Database Name, User Name,and optional Password, as shown in the following example below. 例文帳に追加
次の例で示すように、「Java DB データベースを作成」ダイアログで「データベース名」、「ユーザー名」、および任意で「パスワード」を入力します。 - NetBeans
You must replace the file path values and the database user, password, host, and database name with values appropriate for your own system. 例文帳に追加
もちろん、ファイルのパスやデータベースのユーザ、パスワード、ホスト そして データベース名は環境に応じて変更しなければなりません。 - PEAR
The server 4 registers the reservation in a database 5 and informs the user of a password code.例文帳に追加
サーバ4はデータベース5に予約登録を行い、暗証番号を利用者に通知する。 - 特許庁
Some common properties are the URL for the database name, user name, and password. 例文帳に追加
一般的に使用されるプロパティーは、データベース名としての URL、ユーザー名、およびパスワードです。 - NetBeans
If the Connect dialog box appears, type the password that you have set for the database server.例文帳に追加
「接続」ダイアログが表示されたら、データベースサーバー用に設定したパスワードを入力します。 - NetBeans
Remember the root password - you will need it later when creating a sample database. 例文帳に追加
ルートパスワードを記憶しておいてください。 あとでサンプルデータベースの作成時に必要になります。 - NetBeans
Type consult as the Database Name, User Name, and Password in the Create Java DB dialog. 例文帳に追加
「Java DB データベースを作成」ダイアログで、「データベース名」、「ユーザー名」、および「パスワード」に「consult」と入力します。 - NetBeans
The game account, the game password and the phone number are collated with a customer data of a customer database.例文帳に追加
ゲームアカウント、ゲームパスワード、電話番号と、顧客データベースの顧客データとを照合する。 - 特許庁
Objects being the configuring elements of a contents directory are respectively set with an element password, and the whole contents directory is set with a database password.例文帳に追加
コンテンツディレクトリの各構成要素であるオブジェクト各々に要素パスワードを設定し、コンテンツディレクトリ全体にデータベースパスワードを設定する。 - 特許庁
A WWW server 21 manages the password of the computer 11 unitarily with the database 23.例文帳に追加
WWWサーバ21はユーザパソコン11のパスワードをパスワードデータベース23により一元管理する。 - 特許庁
When the mail-transmitted one-time password is input as the second password from an ATM 3, the existing computer collates the second password with the password registered in the password database, and only when those passwords are matched, the existing computer allows the user to continue processing using the ATM.例文帳に追加
このメール送信された使い捨て暗証番号がATM3から2回目の暗証番号として入力されたときに、既存コンピュータは2回目の暗証番号とパスワードデータベースに登録された暗証番号と照合し、一致した場合のみATMを使用した処理を継続可能にする。 - 特許庁
Then, the log-on utility 103 decodes an encrypted password stored in a password database 105 by using the private key, and supplies it to an OS101.例文帳に追加
そして、ログオン制御ユーティリティ103は、このプライベート鍵を使って、パスワードデータベース150に格納された暗号化パスワードを復号し、OS101に供給する。 - 特許庁
When the ID and the password accord with a user ID and a password inside a database, an encrypted code is transmitted to the portable equipment 20 from the authentication device 10.例文帳に追加
このIDとパスワードとがデータベース内のユーザID・パスワードと一致した場合、認証装置10から暗号化された符号を携帯機器20に送信する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|