2006年10月10日 星期二 22:36
Hong Yuan,您好! uTidyLib怎么用的呢?WINDOWS/LINUX下都可以吗?输出还是HTML?没有转成XML吧? 谢谢。 在 2006-10-09 13:01:00 您写道: >mxTidy好像很久没有人维护了。现在我使用uTidyLib。 > >cry 写道: >> python,您好! >> >> 有人用过mxTidy吗?怎么使用呢? >> >> 谢谢 >> >> 致 >> 礼! >> >> cry >> zyqmail在tom.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://www.homemaster.cn >Tel: 0086-21-34240987 >Fax: 0086-21-64692422 > >_______________________________________________ >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 致 礼! cry zyqmail在tom.com
2006年10月11日 星期三 11:36
我是在Windows下使用的,Linux下应该也没有问题。是否能够生成xml倒是不太清 楚,我是用来生成html的。下面是使用要点和 sample代码。 uTidyLib(http://utidylib.berlios.de/) 提供了对从python中调用tidylib的途径。 从python程序中调用该库有以下一些注意事项: * utidylib依赖于ctypes包。其主页上提供的binary版本比较旧,其自带的 prv_ctypes无法在python2.4下正常运行,必须安装最新的ctypes包; * tidy.parseString只能接受str对象。从wxPython控件中返回的文本多为 unicode对象,需要先使用encode ('utf8')转换为string对象; * item_description中的内容并不是完整的html代码,只是中的一个片 断。默认情况下tidylib 将自动补上html文档头,这时需要设置show-body- only选项为1,使其只输出部分的内容; * 拼在一起。 实现上述功能的代码片断如下: options = {'wrap': 0, 'show_body_only': 0, 'indent': 'auto', 'char_encoding': 'utf8'} # tidy only accepts string objects as input html = some_html_string_in_unicode.encode('utf8') # A small trick: # tidy will move all ', str(tidy.parseString(html, **options)), re.S)) options['show_body_only'] = 1 if styles: new_html = styles + '\n' + str(tidy.parseString(html, **options)) else: new_html = str(tidy.parseString(html, **options)) cry 写道: > Hong Yuan,您好! > > uTidyLib怎么用的呢?WINDOWS/LINUX下都可以吗?输出还是HTML?没有转成XML吧? > > 谢谢。 > > 在 2006-10-09 13:01:00 您写道: > >> mxTidy好像很久没有人维护了。现在我使用uTidyLib。 >> >> cry 写道: >> >>> python,您好! >>> >>> 有人用过mxTidy吗?怎么使用呢? >>> >>> 谢谢 >>> >>> 致 >>> 礼! >>> >>> cry >>> zyqmail在tom.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://www.homemaster.cn >> Tel: 0086-21-34240987 >> Fax: 0086-21-64692422 >> >> _______________________________________________ >> 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 >> > > 致 > 礼! > > cry > zyqmail在tom.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://www.homemaster.cn Tel: 0086-21-34240987 Fax: 0086-21-64692422
2006年10月11日 星期三 16:27
我现在在写一个登录界面。输入用户名和密码的登录页面的时候写的是一个静态的页面。而当点击登录的时候需要检查用户名和密码是否跟数据库中的想符合。如果想符合就弹出另外的一个页面。如果输入有错误的话就让用继续输入,但是只能输入三次。 但是那个静态的登陆页面老是显示不了,不知道该怎么显示。 怎么办? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061011/0706481d/attachment.htm
2006年10月11日 星期三 23:07
Django admin°üº¬µÇ½ģ¿é£¬Äã¿ÉÒԲο¼Ò»Ï¡£ »òÕßÊÇ¿´limodou blogµÄ´úÂ룬Ӧ¸ÃÓеǼµÄ´úÂë¡£ ÔÚ06-10-11£¬taozikun <taozikun在163.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/20061011/a4db069d/attachment.html
2006年10月15日 星期日 01:50
的 urls.py 的 urlpatterns 中加入: (r'^login/$', 'django.views.generic.simple.direct_to_template', {'template': 'login.html'}), -- Shaun Li -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061015/1b4e9ec4/attachment.html
Zeuux © 2025
京ICP备05028076号