我正在着手转换网站。 我将数据库备份作为薄壳。 我还从植被上拆除了网站。
我想要做的是地图数据库表和碎页的目录、网页和页数栏。 我愿把这一点自动化。
Is there some tool or a script out there that could pull strings from one source and look for them in the other? Ideally, it would return a set of results that would say soemthing like
string "piece of website content here" on line 453 in table.sql matches string in website.com/subdirectory/certain_page.asp on line 56.
我不想作线性比较,因为数据库倾斜线(INSERT INTO table VALUES(......
)的斜线与实际居住的页线相匹配(<div id=左侧_column ><div id=左_content >...</div>
)。
我认识到,这是一项细致的工作,但甚至让它从周末起步,都会受到罚款。
I ve found similar questions, but I don t have enough CS background to know if they are identical to my problem or not. SO kindly suggested this question, but it appears to be dealing with a known set of needles to match against the haystack. In my case, I need to compare haystack to haystack, and see matching straws of hay.
那里是否有一条指挥线或指挥线,或者这是我需要建造的? 如果我这样做,我是否应该像另一个问题所建议的那样使用阿霍-库拉克算法?