Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
unsigned byte
부호 없는 8비트: data type
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
send & unsigned
서명하지 않고 보내기( u)
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
unsigned driver
서명되지 않은 드라이버
Ultimo aggiornamento 2006-09-06
Frequenza di utilizzo: 1
Qualità:
unsigned 16-bit
부호 없는 16비트: @ label: textbox
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 4
Qualità:
unsigned as hexadecimal:
부호 없는 16진수: @ info: tooltip
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
unsigned and zerofill are not supported.
unsigned and zerofill are not supported. auto_increment is automatic (use "insert... values(*, ...)" instead of "... values(0, ...)" to take advantage of sesam-implied auto-increment.
if you give it an unsigned integer value too large to be stored that way it is converted to a float which often yields an undesired result.
also note that php internally stores integral values as signed values of a machine dependent size. if you give it an unsigned integral value too large to be stored that way it is converted to a double which often yields an undesired result.