2006年12月25日 星期一 00:22
data=("at","a1","bbt","bb1") 如第一次取出"at"和"a1",第二次取出"bbt"和"bb1",怎样才能做到? (yetist) 2006-12-25 00:20:15 有类似for ... in data的语句可以实现吗?
2006年12月25日 星期一 09:07
i = 0 while i<wu2xiaotian在gmail.com>: > > data=("at","a1","bbt","bb1") > 如第一次取出"at"和"a1",第二次取出"bbt"和"bb1",怎样才能做到? > (yetist) 2006-12-25 00:20:15 > 有类似for ... in data的语句可以实现吗? > -- 茫茫人海,你是我的最爱 -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061225/cbd0419d/attachment.html
2006年12月25日 星期一 17:00
那么怎么得到我刚刚插入的一条数据的id号?按照这样到排的方式,在插入的操作很频繁的时候,有可能会有错位吧。 php里面有这样的东西,python应该业具备,我也是一直想找一个这样的东西。 2006/12/25, 大熊 <bearsprite at gmail.com>: > i = 0 > while i> print data[i:i+2] > i+=2 > > 2006/12/25, yetist <wu2xiaotian at gmail.com>: > > data=("at","a1","bbt","bb1") > > 如第一次取出"at"和"a1",第二次取出"bbt"和"bb1",怎样才能做到? > > (yetist) 2006-12-25 00:20:15 > > 有类似for ... in data的语句可以实现吗? > > > > -- > 茫茫人海,你是我的最爱 > _______________________________________________ > 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 > -- 武长斌 chbin.w at gmail.com
2006年12月25日 星期一 17:07
Ò»°ãÀ´Ëµ£¬Ð²åÈëÊý¾ÝµÄID£¬¿ÉÒÔͨ¹ý¾ßÌåÊý¾Ý¿âµÄSQLÓï¾äµÃµ½¡£ 2006/12/25, Î䳤±ó <chbin.w在gmail.com>: > > ÄÇôÔõôµÃµ½ÎÒ¸Õ¸Õ²åÈëµÄÒ»ÌõÊý¾ÝµÄidºÅ£¿°´ÕÕÕâÑùµ½Åŵķ½Ê½£¬ÔÚ²åÈëµÄ²Ù×÷ºÜƵ·±µÄʱºò£¬ÓпÉÄÜ»áÓдíλ°É¡£ > phpÀïÃæÓÐÕâÑùµÄ¶«Î÷£¬pythonÓ¦¸ÃÒµ¾ß±¸£¬ÎÒÒ²ÊÇÒ»Ö±ÏëÕÒÒ»¸öÕâÑùµÄ¶«Î÷¡£ > > 2006/12/25, ´óÐÜ <bearsprite在gmail.com>: > > i = 0 > > while i> > print data[i:i+2] > > i+=2 > > > > 2006/12/25, yetist <wu2xiaotian在gmail.com>: > > > data=("at","a1","bbt","bb1") > > > ÈçµÚÒ»´ÎÈ¡³ö"at"ºÍ"a1",µÚ¶þ´ÎÈ¡³ö"bbt"ºÍ"bb1",ÔõÑù²ÅÄÜ×öµ½£¿ > > > (yetist) 2006-12-25 00:20:15 > > > ÓÐÀàËÆfor ... in dataµÄÓï¾ä¿ÉÒÔʵÏÖÂð? > > > > > > > -- > > ããÈ˺££¬ÄãÊÇÎÒµÄ×î°® > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > -- > Î䳤±ó > chbin.w在gmail.com > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- »¶Ó·ÃÎÊ£º http://blog.csdn.net/ccat ÁõöÎ March.Liu -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061225/9748341e/attachment-0001.html
2006年12月25日 星期一 20:40
ok,搞定。 在 2006-12-25一的 09:07 +0800,大熊写道: > i = 0 > while i> print data[i:i+2] > i+=2 > > 2006/12/25, yetist <wu2xiaotian at gmail.com>: > data=("at","a1","bbt","bb1") > 如第一次取出"at"和"a1",第二次取出"bbt"和"bb1",怎样才能做到? > (yetist) 2006-12-25 00:20:15 > 有类似for ... in data的语句可以实现吗? > > -- > 茫茫人海,你是我的最爱 > _______________________________________________ > 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
2006年12月26日 星期二 10:50
为什么这个mail-list里的人自己的问题搞定以后不喜欢把解决方法说一下呢.
2006年12月26日 星期二 14:42
不好意思,我的方法是这样, 原理和上面的一样: for i in xrange(0, len(data), 2): print data[i], data[i+1] 2006/12/26, 东子 <hydonlee at gmail.com>: > > 为什么这个mail-list里的人自己的问题搞定以后不喜欢把解决方法说一下呢. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061226/d152dd56/attachment.htm
Zeuux © 2025
京ICP备05028076号