惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
J
Java Code Geeks
月光博客
月光博客
博客园_首页
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
B
Blog RSS Feed
博客园 - 聂微东
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
Jina AI
Jina AI
S
SegmentFault 最新的问题
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
量子位
Martin Fowler
Martin Fowler
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗

博客园 - fei

Revisit Plan9 Microsoft Windows Edit Control Messages A Day of Wasterful Efforts 疯狂出租车--完全攻略 All about I/O 显卡(转) 电脑主板硬件故障解析(转) 显卡性能指标(转) 主板问题介绍(转) 电脑黑屏故障(转) 硬件故障(转) 错误检测(转) TCP 长连接和短连接 On #pragma pack() Where does OSI model come from? Why do things become this? Copy What you Like Setup VC Express Edition Stop Rewrite Code of LiSP
A chance is missed!
fei · 2006-09-09 · via 博客园 - fei

I recall there is a chance missed by me.

In a project, I have coded a saving format like this:
<msgnode><src>foo</src><dst><bar></dst><info>quz</info></msgnode>
Actually, what I need is the following one:

(msgnode (src foo)
________(dst bar)
________(info quz)).

If I could redo this, I will adopt the "parentheses" one.

posted on 2006-09-09 16:59  fei  阅读(236)  评论(0)    收藏  举报