文件名称:sitcheck
介绍说明--下载内容来自于网络,使用问题请自行百度
boost::posix_time::time_facet facet("%T");
CWebSpiderOptions options;
if (not options.readFromCmdLine(argc, argv)) {
return 0;
}
bool isTimeToStop(false);
std::ostream *errorlog(&std::cout);
bool need_delete(false);
if (!options.m_sErrorLogPath.empty()) {
std::ofstream *file = new std::ofstream(options.m_sErrorLogPath.c_str());
if (file->is_open()){
errorlog = file;
need_delete = true;
}
}
CWebSpiderOptions options;
if (not options.readFromCmdLine(argc, argv)) {
return 0;
}
bool isTimeToStop(false);
std::ostream *errorlog(&std::cout);
bool need_delete(false);
if (!options.m_sErrorLogPath.empty()) {
std::ofstream *file = new std::ofstream(options.m_sErrorLogPath.c_str());
if (file->is_open()){
errorlog = file;
need_delete = true;
}
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : sitecheck-1.5.zip 列表 sitecheck-1.5/runsitecheck.py sitecheck-1.5/CHANGELOG.txt sitecheck-1.5/setup.py sitecheck-1.5/LICENSE.txt sitecheck-1.5/README.txt sitecheck-1.5/PKG-INFO sitecheck-1.5/sitecheck/reporting.py sitecheck-1.5/sitecheck/logging.py sitecheck-1.5/sitecheck/__init__.py sitecheck-1.5/sitecheck/dict.txt sitecheck-1.5/sitecheck/modules.py sitecheck-1.5/sitecheck/config.py sitecheck-1.5/sitecheck/core.py
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.