-
This "language detection" code should probably be scrapped altogether, and replaced with something server-side that uses the HTTP Accept-Language header or possibly falls back to reading navigator.userLanguage in IE.
Этот код "обнаружение языка", по всей видимости, должен быть собран вместе и заменен на нечто выполняемое на стороне сервера, что использует header HTTP Accept-Language или, при возможности, читать navigator.language или navigator.userLanguage в IE.
-
PE Header - PE stands for Portable Executable and is a description for the structure of modern Windows (and other platform) files.
Заголовок РЕ (РЕ Header) - PE обозначает Portable Executable - такова структура современных программ для Windows (и некоторых других платформ).
-
In order to obtain the "service codes" it is necessary to send HTTP Request Header "Typ: srv" together with the request itself.
Для получения сервис-кодов ("Service code") необходимо с запросом отправить заголовок(HTTP Request Header) "Typ: srv".
-
The resulting packet is generally referred to as LLC protocol data unit (PDU) and the additional information added by the LLC sublayer is the LLC HEADER.
Результирующий пакет обычно называется протокольным блоком данных (PDU) LLC, а дополнительной информацией, добавляемой подуровнем LLC, является HEADER LLC.
-
In an Apache module PHP script, it is possible to use the header() function to send an "Authentication Required" message to the client browser causing it to pop up a Username/Password input window.
Ваш скрипт может использовать функцию header() для того, чтобы отправить браузеру клиента сообщение "Authentication Required", что в свою очередь приведет к появлению диалогового окна для ввода имени пользователя и пароля.