惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
H
Help Net Security
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
MongoDB | Blog
MongoDB | Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
博客园 - 司徒正美
C
Check Point Blog
B
Blog
Y
Y Combinator Blog
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
F
Fortinet All Blogs
美团技术团队
D
DataBreaches.Net

iLife

大家用iMovie吗?有遇到导入的视频画质变差的问题吗? appletv不越狱看优酷 土豆 爱奇艺 iPhoto 更新到 9.3 之后悲剧了 iPhoto 打开 Photo Stream 之后感觉很混乱 iMovie果然太入门了 iphoto 您不能打开应用程序“iphoto”, 因为它可能已经损坏或不完整。该怎么解决啊? 关于印刷iphoto11生成相册的问题
优化iPhoto09
Aether · 2012-05-10 · via iLife

如果你的照片也很多(比如接近以及超过1万),应该会感到卡。
我去年找了很久,按照这个主题提示的方法,的确可以感受到优化以后的提速效果。
http://hints.macworld.com/article.php?story=20090227072825458
搜了一下v2ex,似乎没有这个,发在这里备份。
主要摘录:
> Open Terminal and cd into your iPhoto Library (by default, cd "~/Pictures/iPhoto Library").
> Once there, execute the following command:
> for dbase in *.db; do sqlite3 $dbase "vacuum;"; done