2007年01月01日 星期一 22:30
On 12/28/06, linda. s <samrobertsmith at gmail.com> wrote: > > 在文件夹ABC里有一个PYTHON代码叫QQ.PY和一个文件夹DEF;在DEF下有ZZ.PY; > 请问我怎样可以在ZZ.PY里IMPORT QQ? > _______________________________________________ > 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 你需要把 ABC 文件夹的路径加到 sys.path 中去,然后直接 import QQ 。 另外 python2.5 支持模块的相对导入。 从面向对象编程的角度来说,这样作不好,相当于从子类里访问父类的东西了。 > 这个跟 OO 没啥关系吧。 -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070101/e814f2f6/attachment-0001.html
2007年01月02日 星期二 02:08
从子目录级访问上层目录的东西,感觉怪怪的。这样代码被自己包含的东西依赖,代码量大的话,维护起来会比较麻烦(也不是不可以) 要说起来倒不是 OO 有啥关系,是用父类和子类的关系拿来类比了。 On 1/1/07, yi huang <yi.codeplayer在gmail.com> wrote: > 这个跟 OO 没啥关系吧。
2007年01月02日 星期二 12:54
On 1/2/07, Rocky Lee <nuffin at gmail.com> wrote: > > 从子目录级访问上层目录的东西,感觉怪怪的。这样代码被自己包含的东西依赖,代码量大的话,维护起来会比较麻烦(也不是不可以) > > 要说起来倒不是 OO 有啥关系,是用父类和子类的关系拿来类比了。 > > On 1/1/07, yi huang <yi.codeplayer at gmail.com> wrote: > > 这个跟 OO 没啥关系吧。 > _______________________________________________ > 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 子类里面也还需要有 super 呢,呵呵。 -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070102/bce536f3/attachment.html
2007年01月02日 星期二 18:22
Ö÷ÒªÊÇÓÃmod_python²»ÖØÆôapacheµÄʱºò×ÜÊÇÎÞ·¨×Ô¶¯ÕÒµ½Í¬Ä¿Â¼µÄ°ü£¬¶ø°üº¬Ïà¶ÔÍêÕûµÄ°üÃûµÄ»°¾Í²»»áÓÐÕâÖÖÎÊÌâ¡£¡£¡£ÓÐÔÚĿ¼ÖзÅÉÏ__init__.pyÎļþ£¬ÉϲãĿ¼Ҳ·ÅÁË£¬²»ÖªµÀ´ó¼ÒÓÐûÓÐÓöµ½¹ý £¿ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070102/bee1d5bc/attachment.html
Zeuux © 2025
京ICP备05028076号