Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 13012 (38 сайтов) ---- Время поиска: 0.38сек.   

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://neptun.sai.msu.su/manual/mod/mod_headers.html.

1. Apache module mod_headers
This module provides for the customization of HTTP response headers. ... This module provides a directive to control the sending of HTTP headers. ... Header . ... Syntax: Header set|append|add header value . ... Module: mod_headers . This directive can replace, merge or remove HTTP response headers during 1xx and 2xx series replies. ... set . The response header is set, replacing any previous header with this name . ... The response header is appended to any existing header of the same name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_headers.html -- 7.3 Кб -- 03.10.2002
Похожие документы

2. File Access and Directory System Calls
... This basically involves calling appropriate functions to traverse a directory hierarchy or inquire about a directories contents. int chdir(char *path) -- changes directory to specified path string. ... There are many system calls that can applied directly to files stored in a directory. int access(char *path, int mode) -- determine accessibility of file. path points to a path name naming a file. access() checks the named file for accessibility according to mode , defined in #include <unistd.h> : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
Похожие документы

3. Copying directories
. To copy a directory use the command: cp -r directory1 directory2 . This copies directory1 and everything that it contains to directory2 . The directory is created if it does not exist. If directory2 does exist then directory1 is created as a subdirectory within it. Examples . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/cp.html -- 2.0 Кб -- 17.01.1997
Похожие документы

4. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

5. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>183) - lnfm1.sai.msu.ru/ )

6. Spatial Region Coordinates
... In the above example, the second region uses the global coordinate system (PHYSICAL by default). ... Supported systems include: name description ---- ----------- PHYSICAL pixel coords of original file using LTM/LTV IMAGE pixel coords of current file FK4, B1950 sky coordinate systems FK5, J2000 sky coordinate systems GALACTIC sky coordinate systems ECLIPTIC sky coordinate systems ICRS currently same as J2000 LINEAR linear wcs as defined in file In addition, two mosaic coordinate ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regcoords.html -- 8.7 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2163) - hea-www.harvard.edu/ )

7. Preparing and Submitting Tabular Data
... the data are described accurately enough to allow an unambiguous interpretation of the data, as well as a comprehension of the context in which the data were acquired and/or processed; a single ascii file, named ReadMe , is designed for this role. the data are in a format which allows their usage by tools currently in usage in our discipline -- normally flat ascii files ; other formats can be accepted, but are converted into flat files. ... How to prepare the Data files . ... How to deposit the data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 25.12.2008
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 15.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>158) - mavr.sao.ru/ )

8. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы

9. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

10. HTTP 404 Resource not found Mars Express
... Page not found . ... Задачей КА Mars Express, является выполнение научных исследований, которые не состоялись из-за аварии российского КА Марс 96. ... Mars Express будет запущен в начале июня 2003 года с Байконура ракетой-носителем "Союз-Фрегат". Выход на орбиту Марса планируется на 26 декабря 2003 года. ... КА Mars Express также будет выступать в качестве ре