如何解码 AlbumData.xml (iPhoto) 中的 GUID

发布于 2024-12-06 08:30:06 字数 104 浏览 4 评论 0原文

我尝试解析AlbumData.xml并发现奇怪的GUID字符串值,如何将其转换为整数值? 例如:f7hWRm%xSMiYVfEynRpo7g = 4.29497e+09

提前致谢

I tried to parse AlbumData.xml and found strange GUID string value, how to convert it to integer value ?
eg : f7hWRm%xSMiYVfEynRpo7g = 4.29497e+09

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森林迷了鹿 2024-12-13 08:30:06

你根本不知道。这是一个 NSString。

建议将扩展名更改为 .plist 并在 Xcode 中打开。然后您可以看到数据类型。

与此相关的是,每当其资料库发生更改时,iTunes 都会发送一条 NSDistributedNotificationCenter 注释。 iPhoto 是否对其AlbumData.xml 执行类似的操作?我不知道是否应该将其作为一个新问题发布,因为它与此问题有些相关。

You simply don't. It's an NSString.

A suggestion is to change the extension to .plist and open in Xcode. You can then see the data types.

Sort of a related thing, iTunes sends a NSDistributedNotificationCenter note whenever its library changes. Does iPhoto do something similar for its AlbumData.xml? I didn't know if I should post this as a new question since it is somewhat relevant to this one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文