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

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://sputnik.infospace.ru/resurs/engl/resurs_1.htm.

1. Debugging Memory Allocation in APR - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... The allocation mechanisms within APR have a number of debugging modes that can be used to assist in finding memory problems. ... Debugging support: Define this to enable code which helps detect re-use of free() d memory and other such nonsense. ... To enable allocation debugging simply move the #define ALLOC_DEBUG above the start of the comments block and rebuild the server. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/developer/debugging.html -- 10.4 Кб -- 10.12.2010
Похожие документы

2. mod_macro - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... macro_module . ... These macros have parameters. ... macro definition within a <Macro> section, following the apache style. user defined names for the macro and its parameters. macro names are case-insensitive, like apache directives. macro parameter names are case sensitive. macro parameters must have distinct names. error on empty parameter names. redefining a macro generates a warning. macro definitions can be nested... (but what for?) . ... Use of a macro: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_macro.html -- 13.5 Кб -- 19.11.2015
Похожие документы

3. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

4. SM - Tips for Mongo Users
... For those users of Mongo intimidated by change, we note that in most cases it is possible to ignore the enhancements by using a macro presented in the next section. This macro redefines commands to reproduce the old syntax; for example limits is defined to mean LIMITS x y . It is also possible to read Mongo files using the READ OLD command, and the macros input and read_old based upon it. ... Vectors may be defined from the keyboard using DO loops or expressions. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_31.html -- 8.0 Кб -- 02.10.2012
Похожие документы

5. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

6. http://www.stsci.edu/spst/lrpg/documentation/unix_migration/mupid/task-dataaccess-usecase.html
... select data groups menu . activate fields (radio buttons) to qualify the query . ... select menu option to record query selections, enter a unique report option name and save option . ... select Visit Data menu from data groups menu . ... select LRP menu from data groups menu . activate LRP name "query" radio button and select LRP 02035A from automatically activated dropdown menu . ... select LRP menu from data groups menu and select LRP 02036A from automatically activated dropdown menu . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/unix_migration/mupid/task-dataaccess-usecase.html -- 4.9 Кб -- 12.02.2002
Похожие документы

7. Dos32Profile API
APIRET rc = Dos32Profile ( ULONG func, PID pid , PRFCMD *profcmd, PRFRET *profret); 0 NO ERROR ok 8 NOT_ENOUGH_MEMORY couldn't allocate profile structures 87 INVALID_PARAMETER some parameter not ok 111 BUFFER _OVERFLOW not enough size in return buffer 115 PROTECTION_VIOLATION invalid return buffer data 126 MOD_NOT_FOUND requested module data not available 303 INVALID_PROCID parameter 2 is not a valid PID 328 SYS_INTERNAL ... pid of process to be profiled 0 if kernel profiling . ...