包含 '' 标签的文章

Python读写Berlekey DB XML的例子

#!/usr/bin/env python
# $Id: examples.py,v 1.23 2005/09/25 23:36:42 gmf Exp $
# As of Python 2.3, there is a built-in module for Berkeley DB,
# called bsddb.  The next uncommented line assumes that module is being used.
# If you are using your own bsddb3 module, use this line:
#      from bsddb3.db import *
from bsddb3.db import *
from dbxml import *
 
book_content […]

| 标签: , ,