由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有没有简化的xml? (转载)
相关主题
为啥python的人都用postgreSQL发现先在java库很多fluent style api.
有人用 boost::property_tree 吗?How to Parsing function in haskell?
LISP is better than XML, but worse is better?parsing bibliography and sorting (转载)
怎么写程序拿这个网页的数据?问java api的问题
从网页周期性抓取信息然后自动发邮件,应该怎么做?parsing file in node: js or python ?
有没有这样的blind JSON parser请教一个parser的问题
项目中又有人要用restful,结果我不restful了。。。请教register
js try catch finally questionQuestion on synchronization between processes
相关话题的讨论汇总
话题: xml话题: file话题: 简化话题: 有没有话题: plain
进入Programming版参与讨论
1 (共1页)
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
3
yaml
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 ?

1 (共1页)
进入Programming版参与讨论
相关主题
Question on synchronization between processes从网页周期性抓取信息然后自动发邮件,应该怎么做?
科普贴,fusion IO有没有这样的blind JSON parser
哈,居然写完了作业项目中又有人要用restful,结果我不restful了。。。
java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?js try catch finally question
为啥python的人都用postgreSQL发现先在java库很多fluent style api.
有人用 boost::property_tree 吗?How to Parsing function in haskell?
LISP is better than XML, but worse is better?parsing bibliography and sorting (转载)
怎么写程序拿这个网页的数据?问java api的问题
相关话题的讨论汇总
话题: xml话题: file话题: 简化话题: 有没有话题: plain