2005年06月08日 星期三 12:21
清风,您好! 豆瓣网是什么网啊? ======= 2005-06-08 12:33:00 您在来信中写道:======= >也想听一听大家的意见,我先抛砖 > >1.quixote >所有的html似乎都要写在py文件中??那页面量很大的时候会不会很麻烦,但看到豆瓣网在采用此项技术,不知实际使用中有何问题? > >2.cherrypy >感觉很oo,但是不结合cherrypyTemplate功能就显得弱了一些,处理静态页面也很麻烦,而且其官方网站提供的处理文件上传的代码,在ie下无法使用?ff下正常 > >3.Karrigell >感觉比较完整,连数据库的部分也有考虑,但不知是否有网站在采用此项技术 > >4.plone >做cms类网站非常适合,但复杂度也很高,对于做一些小型网站则显得庞大了 > >python中有哪个web framework是最常用而且稳定性经过验证的呢? > > >-- >Blog:http://www.donews.net/changzheng >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! BaoYongjun byj at net.pku.edu.cn 2005-06-08
2005年06月08日 星期三 12:27
Qiangning Hong,您好! 对,是使用windows2000平台 我按照你的方法设置为bin模式后,输出结果还是一样,无法显示图片 补充说明一下: 使用urllib.urlopen, 只是显示urllib.urlopen返回的html代码,并没有进行url重定向. 因为浏览栏里面的地址并没有被改为http://www.musi-cal.com... , 所以可能是使用其他的方法来完成重定向的, 请高手们指教啊. ======= 2005-06-08 11:58:34 您在来信中写道:======= >陈锦 wrote: >> 各位好! >> >> 使用 >> >>>>>import urllib >>>>>params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0}) >>>>>f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query?%s" % params) >>>>>print f.read() >> >> >> 但是显示出来的页面图片显示不出来, 没有重定向. > >你是windows平台吧,呵呵,可恶的微软默认标准输出是text mode的,会把\n变成 >\r\n。 > >先用msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)设定标准输出为bin mode。 > > >-- >Qiangning Hong > > ___________________________________________________________ >/ Never try to teach a pig to sing. It wastes your time and \ >| annoys the pig. | >| | >\ -- Lazarus Long, "Time Enough for Love" / > ----------------------------------------------------------- > \ > \ > ,__, | | > (oo)\| |___ > (__)\| | )\_ > | |_w | \ > | | || * > > Cower.... >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! 陈锦 jeekchen at 163.com 2005-06-08
2005年06月08日 星期三 12:54
http://www.douban.com Quixote还有很多应用案例,可以在他的主页看到。 2005/6/8, BaoYongjun <byj at net.pku.edu.cn>: > 清风,您好! > > 豆瓣网是什么网啊? > > ======= 2005-06-08 12:33:00 您在来信中写道:======= > > >也想听一听大家的意见,我先抛砖 > > > >1.quixote > >所有的html似乎都要写在py文件中??那页面量很大的时候会不会很麻烦,但看到豆瓣网在采用此项技术,不知实际使用中有何问题? > > > >2.cherrypy > >感觉很oo,但是不结合cherrypyTemplate功能就显得弱了一些,处理静态页面也很麻烦,而且其官方网站提供的处理文件上传的代码,在ie下无法使用?ff下正常 > > > >3.Karrigell > >感觉比较完整,连数据库的部分也有考虑,但不知是否有网站在采用此项技术 > > > >4.plone > >做cms类网站非常适合,但复杂度也很高,对于做一些小型网站则显得庞大了 > > > >python中有哪个web framework是最常用而且稳定性经过验证的呢? > > > > > >-- > >Blog:http://www.donews.net/changzheng > >_______________________________________________ > >python-chinese list > >python-chinese at lists.python.cn > >http://python.cn/mailman/listinfo/python-chinese > > = = = = = = = = = = = = = = = = = = = = > > 致 > 礼! > > BaoYongjun > byj at net.pku.edu.cn > 2005-06-08 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- Blog:http://www.donews.net/changzheng
2005年06月08日 星期三 13:22
我是这么想的,简单的个人站点,小的应用就用quixote,复杂的应用,就用Zope2/3.
2005年06月08日 星期三 13:26
quixote无法直接处理静态页面是吗,比如我输入http://localhost:8080/index.htm不可以?,必须要将html放到py程序中? 2005/6/8, alang yin <alang.yl at gmail.com>: > 我是这么想的,简单的个人站点,小的应用就用quixote,复杂的应用,就用Zope2/3. > -- Blog:http://www.donews.net/changzheng
2005年06月08日 星期三 14:05
为什么不考虑一下 mod_python ? 在05-6-8,alang yin <alang.yl at gmail.com> 写道: > > 我是这么想的,简单的个人站点,小的应用就用quixote,复杂的应用,就用Zope2/3. > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050608/c813538a/attachment-0001.html
2005年06月08日 星期三 20:54
quixote ÓÐ staticfile ºÍ staticdirectory, ¿ÉÒÔÖ±½ÓÓà *.html. Çå·ç <paradise.qingfeng at gmail.com> wrote: > quixoteÎÞ·¨Ö±½Ó´¦Àí¾²Ì¬Ò³ÃæÊÇÂ𣬱ÈÈçÎÒÊäÈëhttp://localhost:8080/index.htm²»¿ÉÒÔ£¿£¬±ØÐëÒª½«html·Åµ½py³ÌÐòÖУ¿ > > 2005/6/8, alang yin <alang.yl at gmail.com>: >> ÎÒÊÇÕâôÏëµÄ£¬¼òµ¥µÄ¸öÈËÕ¾µã£¬Ð¡µÄÓ¦ÓþÍÓÃquixote£¬¸´ÔÓµÄÓ¦Ó㬾ÍÓÃZope2/3. >> > > > -- > Blog:http://www.donews.net/changzheng > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese -- Dryice @ http://dryice.3322.org Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050608/71e547e7/attachment.pgp
2005年06月08日 星期三 21:47
可以参考以下quixote的一位作者的文章, http://www.amk.ca/python/writing/why-not-zope.html On 6/8/05, alang yin <alang.yl at gmail.com> wrote: > 我是这么想的,简单的个人站点,小的应用就用quixote,复杂的应用,就用Zope2/3. > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年06月08日 星期三 23:04
要是使用karrigell的话,根本不用考虑这个问题。所以html都是静态的,模板文件有特别的后缀。python的web frame太多,差别也很大,各有各的方便。 在 05-6-8,Dryice Liu<dryiceliu at gmail.com> 写道: > > quixote 有 staticfile 和 staticdirectory, 可以直接用 *.html. > > 清风 <paradise.qingfeng at gmail.com> wrote: > > > quixote无法直接处理静态页面是吗,比如我输入http://localhost:8080/index.htm不可以?,必须要将html放到py程序中? > > > > 2005/6/8, alang yin <alang.yl at gmail.com>: > >> 我是这么想的,简单的个人站点,小的应用就用quixote,复杂的应用,就用Zope2/3. > >> > > > > > > -- > > Blog:http://www.donews.net/changzheng > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > -- > Dryice @ http://dryice.3322.org > > Please avoid sending me Word or PowerPoint attachments. > See http://www.gnu.org/philosophy/sylvester-response.html > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年06月09日 星期四 09:15
Çå·ç <paradise.qingfeng at gmail.com> wrote: > http://www.douban.com > > Quixote»¹ÓкܶàÓ¦Óð¸Àý£¬¿ÉÒÔÔÚËûµÄÖ÷Ò³¿´µ½¡£ > > 2005/6/8, BaoYongjun <byj at net.pku.edu.cn>: Äܲ»Äܸø¸öÁ´½Ó£¿ÎÒÓÃËü×Ô¼ºµÄsearchÕÒquixoteûÓÐÕÒµ½. -- Dryice @ http://dryice.3322.org Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050609/73eb7c8e/attachment.pgp
2005年06月09日 星期四 09:49
Sorry,我语言表述有问题,是在Quixote老家可以看到他的应用案例 http://www.mems-exchange.org/software/quixote/apps.html 2005/6/9, Dryice Liu <dryiceliu at gmail.com>: > 清风 <paradise.qingfeng at gmail.com> wrote: > > > http://www.douban.com > > > > Quixote还有很多应用案例,可以在他的主页看到。 > > > > 2005/6/8, BaoYongjun <byj at net.pku.edu.cn>: > > 能不能给个链接?我用它自己的search找quixote没有找到. > > -- > Dryice @ http://dryice.3322.org > > Please avoid sending me Word or PowerPoint attachments. > See http://www.gnu.org/philosophy/sylvester-response.html > > -- Blog:http://www.donews.net/changzheng
2005年06月09日 星期四 10:00
Çå·ç <paradise.qingfeng at gmail.com> wrote: > Sorry£¬ÎÒÓïÑÔ±íÊöÓÐÎÊÌ⣬ÊÇÔÚQuixoteÀϼҿÉÒÔ¿´µ½ËûµÄÓ¦Óð¸Àý > http://www.mems-exchange.org/software/quixote/apps.html ºÇºÇ£¬Ð»Ð»¡£ -- Dryice @ http://dryice.3322.org Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050609/b556d691/attachment.pgp
Zeuux © 2025
京ICP备05028076号