Python论坛  - 讨论区

标题:[python-chinese] 可否将dict类型直接存入数据库

2007年05月01日 星期二 11:12

mouqx xu zsuxqm在gmail.com
星期二 五月 1 11:12:53 HKT 2007

一般情况下是 eval(repr(obj)) == obj
如果eval(str(obj)),可能得到的对象和obj内容不同

On 4/28/07, ro <rosettas at gmail.com> wrote:
> On 4/28/07, danielsong <sjtusongyi at gmail.com> wrote:
> > 可以通过pickle模块把dict对象写入文件
> > 不知道文件跟db性能相差多少?
>
> 算法得当的话绝对比db的性能高
> 不过麻烦,呵呵
>
> 我想到的办法是转换成字符串存进去然后取出来再转换成dict
> name1={'title':'HelloWorldTitle','content':'HelloWorld'}
> str1 = str(nameSpace)
> name2 = eval(str1)
>
> --
> with kind regards
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号