【问题标题】:IndexedDB location in Windows 8 ApplicationWindows 8 应用程序中的 IndexedDB 位置
【发布时间】:2013-10-14 06:46:23
【问题描述】:

所以我正在开发这个用于 Windows 8.1 的 HTML5/JavaScript Metro 应用程序,带有用于存储元数据的 Indexed Db。

我需要找到数据库的物理文件。 我试过查看“C:\Users\\AppData\Local\Microsoft\Internet Explorer\Indexed DB\”,但没有用。

我应该去哪里看?

【问题讨论】:

    标签: javascript html microsoft-metro indexeddb


    【解决方案1】:

    这个postthis 建议:

    火狐:

    <location of the windows user profiles>\<account name>\AppData\Roaming\
    Mozilla\Firefox\Profiles\<some random characters>.default\IndexedDB
    

    铬:

    <location of the windows user profiles>\<account name>\AppData\Local\Google\
    Chrome\User Data\Default\IndexedDB
    

    IE:

    C:\Users\<<USER>>\AppData\Local\Microsoft\Internet Explorer\Indexed DB\
    

    【讨论】:

    • 我需要获取在我的 Metro 应用程序中使用的数据库的位置,而不是 FireFox/IE/Chrome
    • 是的,我看到了。所以this 不是你要找的?
    • 如果没有,试试this one
    • Grevling 感谢您的建议,但我已经检查了应用程序的本地存储文件夹和已安装的文件夹,但那里什么也没有。
    • 好吧,那我不知道。祝你好运:)
    猜你喜欢
    • 1970-01-01
    • 2014-10-22
    • 1970-01-01
    • 1970-01-01
    • 2011-11-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多