很多输出都注释掉。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-08 21:32:33 +08:00
parent ac08caee2a
commit c1b2c0e367
5 changed files with 32 additions and 30 deletions

View File

@@ -3,12 +3,14 @@
#include "regexextract.h"
#include "task.h"
#include <iostream>
#include "readwrite.h"
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
// ReadWrite aa;
// return a.exec();
RegexExtract re;
re.extract("D:/Project/佛山项目/数据/df8003/df8600/exportfiles/exportmodel_pw.xml");
re.exportBlocks("./a");
return a.exec();
ElementHashtable eleReader;
eleReader.Parse("D:/Project/佛山项目/数据/df8003/df8600/exportfiles/exportmodel_pw.xml","D:/Project/佛山项目/佛山收资/exportmodel_zwyth20141204/exportmodel_zwyth.xml");
// eleReader.GoPath();