Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在建立一个在线词典网站,我遇到了一些问题,希望你们能帮助我。我在这里下载 dicts 文件http://abloz.com/huzheng/stardict-dic/ 如何将这些 dicts 转换为数据库?
The stardict tools come with stardict_stardict2txt and stardict_tabfile2sql. Use them like this: stardict_stardict2txt some-input.ifo some-output.txt stardict_tabfile2sql some-output.txt
stardict_stardict2txt
stardict_tabfile2sql
stardict_stardict2txt some-input.ifo some-output.txt stardict_tabfile2sql some-output.txt
You'll get some-output.txt.sql