w*s 发帖数: 7227 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Linux
标 题: 有没有简化的xml?
发信站: BBS 未名空间站 (Tue Mar 13 20:40:28 2012, 美东)
我们一些config可以放在plain text, or xml file里面。
plain text file需要parse,
xml对我们来说又太大太多太复杂了点,
有没有折中的? | X****r 发帖数: 3557 | 2 JSON
【在 w*s 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: wds (净洗前尘,从头再来), 信区: Linux : 标 题: 有没有简化的xml? : 发信站: BBS 未名空间站 (Tue Mar 13 20:40:28 2012, 美东) : 我们一些config可以放在plain text, or xml file里面。 : plain text file需要parse, : xml对我们来说又太大太多太复杂了点, : 有没有折中的?
| b********e 发帖数: 58 | | s*****V 发帖数: 21731 | 4 XML那么多PACKAGE,一点不复杂
【在 w*s 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: wds (净洗前尘,从头再来), 信区: Linux : 标 题: 有没有简化的xml? : 发信站: BBS 未名空间站 (Tue Mar 13 20:40:28 2012, 美东) : 我们一些config可以放在plain text, or xml file里面。 : plain text file需要parse, : xml对我们来说又太大太多太复杂了点, : 有没有折中的?
| g*****g 发帖数: 34805 | 5 Does properties file work for you?
【在 w*s 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: wds (净洗前尘,从头再来), 信区: Linux : 标 题: 有没有简化的xml? : 发信站: BBS 未名空间站 (Tue Mar 13 20:40:28 2012, 美东) : 我们一些config可以放在plain text, or xml file里面。 : plain text file需要parse, : xml对我们来说又太大太多太复杂了点, : 有没有折中的?
| w*s 发帖数: 7227 | 6 Da Xia,
we treat it like a database, can update the info, should be multi-thread
safe.
can property file handle it ?
【在 g*****g 的大作中提到】 : Does properties file work for you?
| a9 发帖数: 21638 | 7 配置文件当database?
你还不如用sqlite
【在 w*s 的大作中提到】 : Da Xia, : we treat it like a database, can update the info, should be multi-thread : safe. : can property file handle it ?
| g*****g 发帖数: 34805 | 8 Not a great practice but all you need is to synchronize
the access, both read and write.
【在 w*s 的大作中提到】 : Da Xia, : we treat it like a database, can update the info, should be multi-thread : safe. : can property file handle it ?
| m********r 发帖数: 334 | 9 json很好用
【在 w*s 的大作中提到】 : Da Xia, : we treat it like a database, can update the info, should be multi-thread : safe. : can property file handle it ?
|
|