由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有人用 boost::property_tree 吗?
相关主题
LISP is better than XML, but worse is better?js try catch finally question
项目中又有人要用restful,结果我不restful了。。。有点挠头
spent a lot of time try to compile boost过去十年最成功的语言是JavaScript吧
xgboost 里面的tree到底是一整个depth=N的树,还是一个binary我们老大也在抱怨python,不过还是继续用
有没有简化的xml? (转载)总有一天,web server上的开发会退化成xml的
怎么写程序拿这个网页的数据?JavaScript is eating the world, JSON is replacing xml.
从网页周期性抓取信息然后自动发邮件,应该怎么做?JSON实际上有很多缺点
有没有这样的blind JSON parser大家有没有觉得Scala不如Haskell美?
相关话题的讨论汇总
话题: boost话题: tree话题: property话题: xml话题: everything
进入Programming版参与讨论
1 (共1页)
r*********r
发帖数: 3195
1
用了很复杂的数据结构 multi_index, 文档还有错误(过时?).
不过用来读写 xml, json 什么的真是方便.
r*********r
发帖数: 3195
2
没人用吗? 1.41 版的一大好处啊
d****p
发帖数: 685
3
looks like handy to handle XML parsing from its sample code.
However we are allowed to use certain boost functionality in our production
code and I could not find the property_tree related stuff. :-(
The problem with boost is that sometime it is the organization determining
whether you can use it or not, or to what extent you can use it.
For my team, we are only using boost smart pointer and a bunch of string
utilities - we are building our code with different compilers (for gcc,
different versi
r*********r
发帖数: 3195
4
we switched everything XML to everything JSON,
but property_tree is still very handy.
even though this library is only included in boost a few months ago,
it has been under review for a long time, and is actually quite stable.
d****p
发帖数: 685
5

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Admire - everything. For ppl like us working on gigantic but shitty large
project, this level of agility is always a dream.

【在 r*********r 的大作中提到】
: we switched everything XML to everything JSON,
: but property_tree is still very handy.
: even though this library is only included in boost a few months ago,
: it has been under review for a long time, and is actually quite stable.

r*********r
发帖数: 3195
6
it took some arm-twisting. fired the java programmer.
so finally no more xml hell.
1 (共1页)
进入Programming版参与讨论
相关主题
大家有没有觉得Scala不如Haskell美?有没有简化的xml? (转载)
什么是RESTful webservice怎么写程序拿这个网页的数据?
C# 6.0 的视频,太猛了...从网页周期性抓取信息然后自动发邮件,应该怎么做?
json文件有个问题,缺失逗号,文件乱了有没有这样的blind JSON parser
LISP is better than XML, but worse is better?js try catch finally question
项目中又有人要用restful,结果我不restful了。。。有点挠头
spent a lot of time try to compile boost过去十年最成功的语言是JavaScript吧
xgboost 里面的tree到底是一整个depth=N的树,还是一个binary我们老大也在抱怨python,不过还是继续用
相关话题的讨论汇总
话题: boost话题: tree话题: property话题: xml话题: everything