06 2012 档案

django学习笔记
摘要:框架普通代码好处: 简单易懂不足: 没有函数,不能重复调用 程序员必须同时关心HTML与py 很难重用 很难提供给web设计师工作,(页面逻辑与数据库逻辑不能分开)MVC设计模式models.py - databaseviews.py - business logicurls.py - ... 阅读全文

posted @ 2012-06-28 21:58 js.yeyong 阅读(130) 评论(0) 推荐(0)

导入python2.7至注册表
摘要:## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry settings## written by Joakim Loew f... 阅读全文

posted @ 2012-06-26 15:50 js.yeyong 阅读(227) 评论(0) 推荐(0)

导航