Dumpzilla工具第615行bug的解决办法

Dumpzilla工具第615行bug的解决办法

在Dumpzilla使用选项frequency时,会提示SQL语法错误。这是由于其中SQL语句编写错误。需要将615行中:
where url like ? title like ?
修改为:
where url like ? and title like ?


网页名称:Dumpzilla工具第615行bug的解决办法
分享地址:http://abwzjs.com/article/jgpies.html