⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 useroutput.c

📁 larbin是一种开源的网络爬虫/网络蜘蛛
💻 C
字号:
// Larbin// Sebastien Ailleret// 07-12-01 -> 10-12-01/* This is the file you should change if you want to * use the data fetched by larbin. * * See useroutput.h for the interface * * See the files XXXuserouput.cc for examples */#include "options.h"#ifdef SIMPLE_SAVE#include "interf/saveuseroutput.cc"#elif defined(MIRROR_SAVE)#include "interf/mirrorsaveuseroutput.cc"#elif defined(STATS_OUTPUT)#include "interf/statsuseroutput.cc"#else // DEFAULT_OUTPUT#include "interf/defaultuseroutput.cc"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -