我将给您介绍有关表格的信息:对话"-对话通过convo_id字段将消息"链接到会话" 聊天"-已保存的聊天列表,每个聊天由会话组成"ChatMembers"-聊天成员表很宽,某些字段的用法不是很明显,但是我想你明白了.I would like to read my skype message archive outside of the Skype app. And be able to export it in some sort (other than copy-paste it from my messages) as far i can figure skype only provides 30 days or archives.Any one out there using an app for archiving / exporting Skype messages? 解决方案 You can also look at skype's profile database (%USERDIR%\Application Data\Skype\%your profile name%\main.db) which is basically SQLite database and see what you can get from it. If you are using Windows 8 and above the path is %USERDIR%\AppData\Local\Packages\Microsoft.SkypeApp\Localstate\ %your_skype_profile_name%\main.dbI'll give you a hit about tables:"Conversations" - a conversation"Messages" linked to "Conversations" via convo_id field"Chats" - a list of saved chats, each chat is composed of conversations"ChatMembers" - members of chat(s)The tables are quite wide and usage of some fields is not that obvious, but I think you get the idea. 这篇关于阅读Skype邮件存档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-24 18:28