机器HP ML370 G4,内存1G,SISC73G 系统SCO V506 数据库informix7.3 SHARED MENORY中的max # of buffers要配成多少?
by xy-coordinate - Informix - 2005-08-13 12:04:15 阅读(1125) 回复(2)
Hi why my mac book pro run very slow when start PS2. I am 2GB of ram already. thanks from Peter (www.kingofcoder.com 编程王网站)
char cwdBuffer[_max_PATH]; // 出现这行错误
pass1.c: In function 'main':
pass1.c:18: error: '_max_PATH' undeclared (first use in this function)
pass1.c:18: error: (Each undeclared identifier is reported only once
pass1.c:18: error: for each function it appears in.)
我有 #include
原来的参数为: Priority of agents (AGENTPRI) = SYSTEM max number of existing agents (maxAGENTS) = 200 Agent pool size (NUM_POOLAGENTS) = 8 (calculated) Initial number of agents in pool (NUM_INITAGENTS) = 0 max number of coordinating agents (max_COORDAGENTS) = (maxAGENTS - NUM_INITAGENTS) max no. of concurrent coordinating...
table : table1 ut_id hn_id srt_id tky_dte_id start_date 003 01 1 20040101 20040909 003 01 1 20040109 20041209 004 01 1 20040101 20041101 现在有如下语句 select ut_id,max(tky_dte_id) from table1 where hn_id = 01,srt_id = 1 group by ut_id ut_id tky_dte_id 003 20040109 004 20040101 select ut_id,start_date,max(tky_dte_id) from t...