摘要:
Return True if bool(x) is True for any x in the iterable.If the iterable is empty, return False.
当传入空可迭代对象时返回False,当可迭代对象中有任意一个为true,则返回True R... 阅读全文
posted @ 2015-10-08 17:22
北京涛子
阅读(230)
评论(0)
推荐(0)
摘要:
Return True if bool(x) is True for any x in the iterable.If the iterable is empty, return False.
当传入空可迭代对象时返回False,当可迭代对象中有任意一个为true,则返回True R... 阅读全文
posted @ 2015-10-08 17:22
北京涛子
阅读(230)
评论(0)
推荐(0)
摘要:
转自知乎 http://www.zhihu.com/question/21050551 有 A,B,C,AB,AC五张表 关系是: A表对B表多对多,关系存放在AB表 A表对C表多对多,关系存放在AC表 操作: 删除A表的数据时,同时删除B,C,AB,AC表与A相关联的数据。 secondary:多 阅读全文
posted @ 2015-10-08 16:29
北京涛子
阅读(1996)
评论(0)
推荐(0)
|