2004年04月15日 星期四 08:58
刘鑫,您好! 期待中...... ======= 2004-04-15 08:35:00 您在来信中写道:======= >Zoom.Quiet: > 您好! > 其实,作为一个VIM菜鸟,我的要求也很简单(绝大部分前面贴出来过)。不过,相信大多玩儿Python的VIM新人都会有类似的需求吧。没问题,今天的事情忙完,我整理一下我的VIM定制方法。不过各位高手可以放心的忽略它,呵呵。这里面没有任何高级内容,只是一个新人最简单的应用体验。 > > >======= 2004-04-14 21:28:02 您在来信中写道:======= > >>Hello 刘鑫, >> >>咦咦咦?! >>好哪! >>最近公司项目忙了起来,回家也没有空研究Vim 了, >>原来Emacs 连书都买了 68大元哪! >>可是折腾半个月,愣是连中文问题都没有弄明白! >> >>反而是在尝试 结构化文本为中心,进行公司的技术文档写作时,发现了 Vim >>一下子就使用了起来, >> >>不过与 Python 编程结合一直没有弄, >>您都是如何定制的? >> >>详细讲一下子?现在有关 Vim 的专门的编程环境定制的中文文档没有的, >>我们完善出一个QuickStart 让同志们可以享受到开源的第一快乐是也乎? > >= = = = = = = = = = = = = = = = = = = = > > > 致 >礼! > > > 刘鑫 > liux at gdcn.com > 2004-04-15 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! ouli ouli at eastcom.com 2004-04-15
2004年04月15日 星期四 10:31
python-chinese大家好: 请问,谁搭建过emacs的环境,我想用来调试python, python-mode太弱了(或许是我没有发现)好像不行,5555。。。。 请问大家有没有好的建议,我想在linux下作开发,但没有好的ide环境。 致 礼! Anew Anewboy at citiz.net 2004-04-15
2004年04月15日 星期四 10:34
各位好! 我使用下列程序来获取http的内容 def urlify(txt): txt = re.findall(r"http://[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.[0-9a-zA-Z_-]{1,}.['mp3']{2,3}" ,txt) return txt def openurl(song): fhin='' source = 'http://mp3.baidu.com/m?rn=&tn;=baidump3&ct;=134217728&word;='+song try: fhin = urllib.urlopen(source) except: print(source+' could not be opened!') doc = '' for line in fhin.readlines(): # Need to normalize line endings! tmp=string.rstrip(line) if tmp.find('baidu.com')==-1: doc = doc+string.rstrip(line) return urlify(doc) print openurl('前门情深大碗茶') 返回的结果只有html的地址,我想把歌曲的名称也取出来,请问正则表达式怎么操作? 致 礼! info info at xichen.com 2004-04-15
2004年04月15日 星期四 10:51
大家好: 请问,谁搭建过emacs的环境,我想用来调试python, python-mode太弱了(或许是我没有发现)好像不行,5555。。。。 请问大家有没有好的建议,我想在linux下作开发,但没有好的ide环境。 致 礼! Anew Anewboy at citiz.net 2004-04-15
2004年04月15日 星期四 10:52
Dear all, 我想问问大家有谁用miniGUI做过开发, 有什么资料吗(中文最好)? Best Regards L.R BenQ. "Bringing Enjoyment 'N Quality to Life". Enjoyment Matters. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040415/d585e6cf/attachment.html
2004年04月15日 星期四 11:03
¢ÐÖ£º ÄãºÃ£¬ÆÚ´ýÄã±M¿ì¸ã³öí£¬Ï£ÍûÔÚVIMÅcPYTHONµÄ½YºÏʹÓ÷½ÃæÄÜÖvµÄԼЩ£¬ÎÒ ÉÏ´Î]Óи㶨! ----- Original Message ----- From: "ouli" <ouli at eastcom.com> To: <python-chinese at lists.python.cn> Sent: Thursday, April 15, 2004 8:58 AM Subject: Re: Re: Re: [python-chinese]VIMÉÏÕÒµ½ÁËËùÓÐÎÒÐèÒªµÄ¹¦ÄÜ ÁõöÎ,ÄúºÃ£¡ ÆÚ´ýÖÐ...... ======= 2004-04-15 08:35:00 ÄúÔÚÀ´ÐÅÖÐдµÀ£º======= >Zoom.Quiet£º > ÄúºÃ£¡ > Æäʵ£¬×÷Ϊһ¸öVIM²ËÄñ£¬ÎÒµÄÒªÇóÒ²ºÜ¼òµ¥£¨¾ø´ó²¿·ÖÇ°ÃæÌù³öÀ´¹ý£©¡£²»¹ý£¬ ÏàÐÅ´ó¶àÍæ¶ùPythonµÄVIMÐÂÈ˶¼»áÓÐÀàËƵÄÐèÇó°É¡£Ã»ÎÊÌ⣬½ñÌìµÄÊÂÇéæÍ꣬ÎÒÕû ÀíÒ»ÏÂÎÒµÄVIM¶¨ÖÆ·½·¨¡£²»¹ý¸÷λ¸ßÊÖ¿ÉÒÔ·ÅÐĵĺöÂÔËü£¬ºÇºÇ¡£ÕâÀïÃæûÓÐÈÎºÎ¸ß ¼¶ÄÚÈÝ£¬Ö»ÊÇÒ»¸öÐÂÈË×î¼òµ¥µÄÓ¦ÓÃÌåÑé¡£ > > >======= 2004-04-14 21:28:02 ÄúÔÚÀ´ÐÅÖÐдµÀ£º======= > >>Hello ÁõöÎ, >> >>ß×ß×ß×£¿£¡ >>ºÃÄÄ£¡ >>×î½ü¹«Ë¾ÏîĿæÁËÆðÀ´£¬»Ø¼ÒҲûÓпÕÑо¿Vim ÁË£¬ >>ÔÀ´Emacs Á¬Ê鶼ÂòÁË 68´óÔªÄÄ£¡ >>¿ÉÊÇÕÛÌÚ°ë¸öÔ£¬ã¶ÊÇÁ¬ÖÐÎÄÎÊÌⶼûÓÐŪÃ÷°×£¡ >> >>·´¶øÊÇÔÚ³¢ÊÔ ½á¹¹»¯Îı¾ÎªÖÐÐÄ£¬½øÐй«Ë¾µÄ¼¼ÊõÎĵµÐ´×÷ʱ£¬·¢ÏÖÁË Vim >>Ò»ÏÂ×Ó¾ÍʹÓÃÁËÆðÀ´£¬ >> >>²»¹ýÓë Python ±à³Ì½áºÏһֱûÓÐŪ£¬ >>Äú¶¼ÊÇÈçºÎ¶¨ÖƵģ¿ >> >>Ïêϸ½²Ò»ÏÂ×Ó£¿ÏÖÔÚÓÐ¹Ø Vim µÄרÃŵıà³Ì»·¾³¶¨ÖƵÄÖÐÎÄÎĵµÃ»Óеģ¬ >>ÎÒÃÇÍêÉƳöÒ»¸öQuickStart ÈÃͬ־ÃÇ¿ÉÒÔÏíÊܵ½¿ªÔ´µÄµÚÒ»¿ìÀÖÊÇÒ²ºõ£¿ > >= = = = = = = = = = = = = = = = = = = = > > >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ö >Àñ£¡ > > >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÁõöÎ >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡liux at gdcn.com >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2004-04-15 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ö Àñ£¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ouli ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ouli at eastcom.com ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2004-04-15 _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
2004年04月15日 星期四 13:08
Hollo Terry: 嗯嗯! 没有! 那是实时系统的开发包…… 原先站点有中文文档的,现在怎么没有了? 不过 http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml 还有一些 嵌入式系统与 MiniGUI 专题 /******** [2004-04-15]13:07:53 ; you wrote: Terry Lu> Dear all, Terry Lu> 我想问问大家有谁用miniGUI做过开发, 有什么资料吗(中文最好)? Terry Lu> Best Regards Terry Lu> L.R Terry Lu> BenQ. "Bringing Enjoyment 'N Quality to Life". Enjoyment Matters. ********************************************/ -- Free as in Freedom Zoom.Quiet #=========================================# ]Time is unimportant, only life important![ #=========================================# sender is the Bat!2.02 CE
Zeuux © 2024
京ICP备05028076号