联系管理桌面应用 [英] contact management desktop app

查看:68
本文介绍了联系管理桌面应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用这样的集合存储文件中的元素列表

联系人姓名= dob:petname:tag:地址:email1,email2,email3 ..:ph1,ph2,... :crtdate



以及如何一次删除列表名称及其内容?

how to store the list of elements in afile using collections like this
contact name = dob:petname:tag:address:email1,email2,email3..:ph1,ph2,...:crtdate

and how to delete list name and its contents at a time?

推荐答案

看起来像有点像CSV列表。 CSV @ Wikipedia [ ^ ]



这简单易行。



2版本:



在应用的生命周期内将列表保存在存储中。你可以简单地在列表上工作,快速响应。

另一方面,列表需要在应用程序结束时/之前写入文件。



存储到文件。您需要将存储中的列表与文件中的列表相同。
Looks a bit like a CSV-Listing. CSV @ Wikipedia[^]

That makes it a simple thing.

2 Versions:

Keep the list in storage during lifetime of your app. You can simply work on the list, have it fast in respons.
On the other hand the list needs to be written to file when/before the app is ended.

Store to file. You will need to make soure your list in store is same as in file.


这篇关于联系管理桌面应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆