검색어: javalang, null pointer exception (영어 - 스페인어)

영어

번역기

javalang, null pointer exception

번역기

스페인어

번역기
번역기

Lara로 텍스트, 문서 및 음성을 즉시 번역

지금 번역하기

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

영어

스페인어

정보

영어

null pointer

스페인어

puntero null

마지막 업데이트: 2011-10-23
사용 빈도: 2
품질:

영어

null pointer handling,

스페인어

tratamiento del puntero «null pointer»,

마지막 업데이트: 2018-03-04
사용 빈도: 2
품질:

영어

null pointer reference

스페인어

¿qué es cleverbridge?

마지막 업데이트: 2017-02-27
사용 빈도: 1
품질:

영어

post is a null pointer.

스페인어

« post » es un puntero nulo.

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

영어

media is a null pointer.

스페인어

« media » es un puntero nulo.

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

영어

the array of pointers must be terminated by a null pointer.

스페인어

el vector de punteros debe ser terminado por un puntero null.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

an array of alternative names for the host, terminated by a null pointer.

스페인어

una cadena terminada en el carácter nulo de los nombres alternativos para el anfitrión.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

description: a null pointer dereference was addressed through improved locking.

스페인어

descripción: una referencia a un puntero nulo se trató a través de bloqueo mejorado.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

all the other fields in the structure pointed to by hints must contain either 0 or a null pointer, as appropriate.

스페인어

todos los demás miembros en el parámetro hints deben contener o bien 0, un puntero null.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

an array of pointers to network addresses for the host (in network byte order), terminated by a null pointer.

스페인어

una cadena terminada en nulo de direcciones de red para el anfitrión en orden de bytes de red.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

the gethostbyname() and gethostbyaddr() functions return the hostent structure or a null pointer if an error occurs.

스페인어

las funciones gethostbyname() y gethostbyaddr() devuelven la estructura hostent, o un puntero null si ha ocurrido un error.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

in both of the above cases, if ps is a null pointer, a static anonymous state only known to the mbsrtowcs() function is used instead.

스페인어

en los dos casos anteriores, si ps es un puntero null, se utiliza en su lugar un estado anónimo privado, sólo conocido por la función mbsrtowcs.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

==null pointer==a null pointer has a value reserved for indicating that the pointer does not refer to a valid object.

스페인어

== puntero nulo ==un puntero nulo tiene un valor reservado para indicar que el puntero no se refiere a un objeto válido.

마지막 업데이트: 2016-03-03
사용 빈도: 1
품질:

영어

it takes the size of an object to allocate as a parameter and returns a pointer to a newly allocated block of memory suitable for storing the object, or it returns a null pointer if the allocation failed.

스페인어

se necesita el tamaño de un objeto para asignarlo como parámetro y devolver un puntero a un bloque recién asignado de memoria adecuado para almacenar el objeto, o se devuelve un puntero nulo si la asignación falla.

마지막 업데이트: 2016-03-03
사용 빈도: 1
품질:

영어

if s is a null pointer, the mblen() function resets the shift state, only known to this function, to the initial state, and returns nonzero if the encoding has nontrivial shift state, or zero if the encoding is stateless.

스페인어

si s no es un puntero null, la función mblen devuelve el estado de cambios, sólo conocido por esta función, a su estado inicial, y devuelve un valor distinto de cero si la condificación posee un estado de cambios no trivial o cero si es una codificación sin estado.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

영어

the dictionary is laid out in memory as a tree of linked lists with the links proceeding from the latest (most recently) defined word to the oldest, until a sentinel value, usually a null pointer, is found.

스페인어

el diccionario descansa en la memoria como árbol de lista encadenada con los enlaces procediendo desde la última palabra definida (la más reciente) hasta la más antigua, hasta que es encontrado un centinela, usualmente un puntero null.

마지막 업데이트: 2016-03-03
사용 빈도: 1
품질:

영어

if such a pointer is a null pointer, dangling pointer (pointing to memory that has already been freed), or to a memory location outside of current stack or heap bounds, it is referring to memory that is not then possessed by the program.

스페인어

si un puntero es un puntero nulo, puntero colgando (apuntando a la memoria que ya se ha liberado), o en una ubicación de memoria fuera de la pila actual o límites de la pila, se refiere a la memoria que no es entonces poseída por el programa.

마지막 업데이트: 2016-03-03
사용 빈도: 1
품질:

영어

the first argument must be the program name and we need nothing else : an array holding the string address "/bin/sh" and a null pointer will be enough;

스페인어

el primer argumento debe ser el nombre del programa y no necesitamos más : un arreglo que contiene la dirección de la cadena "/bin/sh" y un apuntador null será suficiente;

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

영어

'because the c language does not specify an implicit initialization for objects of automatic storage duration, care should often be taken to ensure that the address to which codice_1 points is valid; this is why it is sometimes suggested that a pointer be explicitly initialized to the null pointer value, which is traditionally specified in c with the standardized macro codice_6:dereferencing a null pointer in c produces undefined behavior, which could be catastrophic.

스페인어

'debido a que el lenguaje c no especifica una inicialización implícita para los objetos de duración automática de almacenamiento, frecuentemente se debe prestar atención para asegurarse de que la dirección a la que codice_1 puntea es válida; por eso a veces se sugiere que un puntero pueda ser explícitamente inicializado al valor de puntero nulo, que es tradicionalmente especificado en c con la macro estandarizado codice_6desreferenciar un puntero nulo en c produce un comportamiento indefinido, que podría ser catastrófico.

마지막 업데이트: 2016-03-03
사용 빈도: 1
품질:

인적 기여로
8,887,804,379 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인