daum Crawler 추가
git-svn-id: svn://192.168.0.12/source@163 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -67,6 +67,11 @@ void SCrawlerData::setData(QString _str, int _num)
|
||||
m_strData[_num] = _str;
|
||||
}
|
||||
|
||||
QString SCrawlerData::GetTable()
|
||||
{
|
||||
return m_strTable;
|
||||
}
|
||||
|
||||
bool SCrawlerData::sendDB()
|
||||
{
|
||||
QSqlQuery query;
|
||||
@@ -151,7 +156,9 @@ bool SCrawlerData::deleteDB(QString _str, int _num)
|
||||
{
|
||||
cout << "error " << sql.lastError().text().toStdString();
|
||||
cout << strQuery.toStdString();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
QString SCrawlerData::GetDate(QString _strDate)
|
||||
|
||||
Reference in New Issue
Block a user