问问题
76 次
1 回答
0
感谢您指出手册和(旧)标题之间的这种差异。
正确的表示法是没有斜杠,如 G-WAN 分布的 cache.c 示例所示:
static char szpath[] = "cache1.html";
int expire = 15;
if(!cacheadd(argv, szpath, reply->ptr, reply->len, ".html", 200, expire))
{
printf("* error: could not add cache entry #1\n");
return 503;
}
头文件注释中的注释将被更新。如有疑问,尝试可能是检查有效方法的最佳方法。
于 2012-12-06T09:53:20.933 回答