語学学習のスペースアルク(SPACE ALC)がお届けする進化するオンライン英和・和英辞書『英辞郎 on the WEB』。大学生やビジネスパースンから翻訳家、医療・製薬業関係者の方々まで幅広くお使いいただいております。
ALC Online Shop

英辞郎データ提供元 EDP のサイトへ
検索文字列 タイムスタンプ 該当件数 : 22
* データの転載は禁じられています。  
  • タイムスタンプ
    • time stamp〔文書などの作成・送付・受領などの日時を示すためのスタンプ。〕
    • time stamp《コ》〔ファイルの属性として記録される作成日時、更新日時、アクセス日時〕
  • タイム・スタンプ
    electric(al) time stamp
  • タイムスタンプに依存していないため、1970 年以前や2038年以降の日付も扱うことができます。
    It does not use time stamps which means it can be used for dates before 1970 and after 2038.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • タイムスタンプ型の値の表示方法は、日付と時刻を文字列で表してそれをスペース区切りで連結します。
    The representation of values of the time stamp type is accomplished by joining the date and time string values in a single string joined by a space.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • タイムスタンプ型は、単にdate型とtime型をまとめただけのものです。
    The time stamp data type is a mere combination of the date and the time of the day data types.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • タイムスタンプ情報
    time stamp information
  • Unix のタイムスタンプを保存する場合は'integer'を使用しましょう。 Unix のタイムスタンプは4バイトの整数値であり、これはDB_Tableの'integer'データ型と完全に一致します。
    If you want to store a Unix time stamp, use the 'integer' datatype;Unix timestampes are 4-byte integers, which maps perfectly to the DB_Table 'integer' datatype.Character Large Object (CLOB)Example 39-9.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • これは、Unix タイムスタンプエンジンではmktime()の機能によって実現されており、PearDate エンジンにも同等の機能が組み込まれています。
    This behaviour is possible thanks to mktime() for the Unix Time stamp engine, while being built into the PearDate engine for you.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • これは少し処理速度が劣りますが、Unix タイムスタンプの範囲の制限を受けません。
    It's a bit slower but overcomes the limit on the range of Unixstamps.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • そうではなく、nextDay() に引数TRUEを指定してコールすることで、次の日のタイムスタンプを取得することができます。
    Instead you should call nextDay() passing it the argument TRUE, to get back a time stamp from which the next day can be obtained.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • もし、この期間を延長したければ、ユーザはsudo-vを実行し、タイムスタンプをリセットすることで、sudoが、パスワードを問い返す前に、もう5分間延長できます。
    If the user wants to prolong this period, he can run sudo-v to reset the time stamp so thatit will take another 5 minutes before sudo asks for the password again.〔【出典】Gentoo Linux 【License】CC-BY-SA-2.5 【編集】独立行政法人情報通信研究機構
  • エンジンの変更は、定数CALENDAR_ENGINE//デフォルトのUnixタイムスタンプエンジン(この定義は不要です)// define('CALENDAR_ENGINE', 'UnixTs');// PEAR::Dateエンジンに変更しますdefine('CALENDAR_ENGINE', 'PearDate');PearDateエンジンを使用するにはPEAR::Dateのバージョン1.4以降が必要であることに注意しましょう。
    To switch between engines use the constant CALENDAR_ENGINE// The default Unix time stamp engine (this definition is not required)// define('CALENDAR_ENGINE', 'UnixTs');// Switch to PEAR::Date enginedefine('CALENDAR_ENGINE', 'PearDate');Note that the PearDate engine is based on PEAR::Date version 1.4 or newer.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • カレンダーの計算にUnixタイムスタンプを使用しているということは、出力できる日付の範囲に制限があるということですよね。
    You use Unix time stamps to calculate the Calendar, which limits the range of years it can generate.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • データベースと連携しているアプリケーションで使用しやすくするために、(mktime()で作成した) Unixタイムスタンプや日付文字列をdate要素に指定することもできるようになっています。
    To ease using it with database-backed applications, date element also accepts Unix time stamps (generated by mktime()) and strings.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • ファイルのタイムスタンプ
    time-stamp on a file
  • メール今受け取ったよ!でもタイムスタンプが昨日になってるよ。
    I got your mail just now! But the time stamp on your message is yesterday.《レ》〔送信テストのメールを受け取ったときの返事〕
  • 修正されたタイムスタンプ
    modified time-stamp
  • 取得するために呼び出されたメソッドによって、タイムスタンプの増加量が異なることに注目しましょう。
    Notice how the time stamp return increases, depending on the method that was called to obtain it.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 後者はカレンダーオブジェクトが構築した値を変換するのに用いたタイムスタンプを除外します。
    The later excepts a time stamp which is used to replace the values the Calendar object was constructed with.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 日付の表現は、人が読みやすい数字の形式やタイムスタンプ形式(例. Unixタイムスタンプ)で得ることができます。
    Representations of a date can be obtained as a human readable number or in the form of a time stamp (e.g.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 最初の値はthisYear(TRUE)()によって得られたタイムスタンプで、2003 年のはじまり(つまり2003年1月1日)のものです。一方で、3 つめのものはthisDay(TRUE)()によって得られたタイムスタンプで、2003 年10月25日のものです。
    The first, obtained from thisYear(TRUE)() is a time stamp for the beginning of the year 2003 (1st January 2003 in fact) while the third from thisDay(TRUE)() is a time stamp for 25th October 2003.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 現状では「エンジン」はUnixタイムスタンプ(デフォルト)とPEAR::Dateに基づいて実装されています。
    Currently "engines" based on Unixtimestamps (the default) and PEAR::Date have been implemented. Example 40-1.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構