return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>javascript - Where are Dashboard Widget preferences actually saved? - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Where are Dashboard Widget preferences actually saved? - Stack Overflow

programmeradmin3浏览0评论

This is a followup question to my other widget-related question.
I'd like to check what's actually written into the preferences of the widget. Where is that data actually stored?

This is a followup question to my other widget-related question.
I'd like to check what's actually written into the preferences of the widget. Where is that data actually stored?

Share Improve this question edited May 23, 2017 at 12:13 CommunityBot 11 silver badge asked Jun 21, 2009 at 15:12 HuxiHuxi 4,3113 gold badges34 silver badges32 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

The preferences for each individual widget and the dashboard itself are saved in the folder /Users/YOUR-USER-NAME/Library/Preferences/.

发布评论

评论列表(0)

  1. 暂无评论