2006年10月24日 星期二 11:14
´ó¼ÒºÃ£¬ ÎÒѧϰpythonÒ»ÖÜÁË£¬Ïë×ö¸öGUI + DB µÄÀý×Ó³ÌÐò¡£ÕýºÃÒ»¸öÅóÓÑ×öÒ»¸ö½Ìʦ²âÆÀϵͳ£¬Ë³±ã¾ÍѧϰһÏÂÁË¡£ ¿´ÁË¿´ÊÖ²áºÍwxpyhonµÄ¿â£¬ÓÐһЩ¼òµ¥µÄÀý×Ó¡£ ÁíÍâ¶ÔÓÚpythonÖÐÈçºÎ½øÐгÌÐòµÄ¼Ü¹¹·Ö²ã£¬¸Ðµ½ÒÉ»ó¡£ pythonÖÐÓÃDAOÀ´×öÊý¾Ý²Ù×÷£¬¸ôÀëÊý¾Ý¿â²î±ð£¬ÔöÇ¿¿ÉÒÆÖ²ÐÔÂ𣿠pythonÖеÄwxPython»ùÓÚʼþ±à³ÌµÄÔÀíÁ˽⡣²»¹ý£¬ÈçºÎÓëºËÐÄÂß¼Á¼ºÃ°þÀëñîºÏ£¿ MVC ?? ʼþÏìÓ¦ÀàΪ Controller £¬ ¿ÉÊÓ»¯±à¼³ö View £¬ ½« Kernel Logic ¼¯³Éµ½ Model¡£ ÔÚModelÖÐÓ¦Óà DAO Â𠣿 ÄÇôʹÓÃʵÌåÀà ( Entity ) À´³éÏó ´æ´¢Êý¾Ý £¿ -----------------------×¢£º ̽ÌÖÉÔ΢´óÐ͵ãµÄ³ÌÐò £¬ Èç¹ûºÜ¼òµ¥µÄ£¬¿ÉÄܾͲ»±ØÒª Entity ÁË¡£ ´ó¼ÒÌÖÂÛһϣ¬×îºÃÄܾپÙһЩ±È½ÏÅ£µÄÏîÄ¿ÖÐÊÇÔõô×öµÄ¡£ лл phpxer -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061024/39cf3bd2/attachment.html
2006年10月24日 星期二 12:52
不知道Kernel Logic是啥东西,不过在model中用orm多爽。 不用MVC的话,我不知道还能用什么。 -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061024/fa17968e/attachment.html
2006年10月24日 星期二 13:14
ÇëÎÊ£º Kernel Logic ÊǺËÐÄÂß¼µÄÒâ˼¡£ £º£© ÓÃMCV ºÍ ORM µÄÄܹ»¸ø¸öÀý×ÓѧϰһÏÂÂ𣿠ORMÑ¡ÓÃʲôÄØ£¿ On 10/24/06, yi huang <yi.codeplayer在gmail.com> wrote: > > ²»ÖªµÀKernel LogicÊÇɶ¶«Î÷£¬²»¹ýÔÚmodelÖÐÓÃorm¶àˬ¡£ > ²»ÓÃMVCµÄ»°£¬ÎÒ²»ÖªµÀ»¹ÄÜÓÃʲô¡£ > > -- > http://codeplayer.blogspot.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 > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061024/a30018dd/attachment.html
2006年10月24日 星期二 13:32
两大 ORM 就是 SQLAlchemy <http://www.sqlalchemy.org/>和 SQLObject <http://sqlobject.org/>了。 好像说前者好话的多一些,主要是因为它对复杂查询支持好,而且可以自动反射已有数据库的信息。后者学习曲线低一些,用起来也好用一些。 要我推荐的话那就用前者把 -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061024/091b9b5b/attachment.htm
2006年10月24日 星期二 13:55
¶àлÁË :) On 10/24/06, yi huang <yi.codeplayer在gmail.com> wrote: > > Á½´ó ORM ¾ÍÊÇ SQLAlchemy <http://www.sqlalchemy.org/>ºÍ SQLObject > <http://sqlobject.org/>ÁË¡£ > ºÃÏñ˵ǰÕߺû°µÄ¶àһЩ£¬Ö÷ÒªÊÇÒòΪËü¶Ô¸´ÔÓ²éѯ֧³ÖºÃ£¬¶øÇÒ¿ÉÒÔ×Ô¶¯·´ÉäÒÑÓÐÊý¾Ý¿âµÄÐÅÏ¢¡£ºóÕßѧϰÇúÏßµÍһЩ£¬ÓÃÆðÀ´Ò²ºÃÓÃһЩ¡£ > ÒªÎÒÍƼöµÄ»°ÄǾÍÓÃÇ°Õß°Ñ > > -- > http://codeplayer.blogspot.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 > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061024/07cd9e77/attachment.htm
Zeuux © 2025
京ICP备05028076号