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://ybzwz.com/article/jgpies.html