2005年07月20日 星期三 08:32
这绝对是重大新闻! Qutr , qutianrang at gmail.com 2005-7-20 ----- 收到以下来信内容 ----- 发件人: alang yin 收件人: python-chinese 时 间: 2005-07-20, 08:25:14 主 题: [python-chinese] {Google设中国研发中心,李开复任中国公司总裁}建议Zoom兄不要再呆在Sina里了 李开复已经转投Google门下了。昨天最大的新闻。请密切关注这里头有没有工作机会。 我建议Zoom兄不要再呆在Sina里了,转投Google吧。Sina可是evil,人家Google说Don't Be Evil! http://www.donews.com/Content/200507/95d1bf826154978a49db468d17e28a2.shtm "设立中国研发中心,将巩固Google在向我们的全球用户和合作伙伴提供最佳搜索体验方面的成就,"Google工程副总裁艾伦・尤斯塔斯(Alan Eustace)说,"凭借李博士已被证实的创新成就以及他的技术和研究热情,在他的领导下,Google中国研发中心将使我们能够为中国和全世界数百万用户开发出更多的创新产品和技术。" Google中国研发中心是Google不断增加的全球工程机构的最新成员,此前已有日本东京、瑞士苏黎世、印度班加罗尔、美国纽约、加州圣莫尼卡、华盛顿柯克兰以及加州山景城。由于所有这些研发中心,Google将继续在中国和整个亚洲寻求技术天才加入Google团队。 _______________________________________________ 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/20050720/efadc4bc/attachment-0001.htm
2005年07月20日 星期三 09:18
这里推荐的大部分我也装了,另外也补充推荐几个: showpairs.vim 显示匹配的括号(),{},{} ctags.vim 在状态栏里显示当前所在的函数 cream-numberlines.vim 给每行加上行号 runscript.vim 运行python脚本 python_box.vim 增强python编辑功能 ======= 2005-07-19 18:15:22 Qiangning Hong wrote: ======= >呵呵,我的vim装的插件有: > >vimpython: 增强python编辑功能 >xml-plugin: 方便编辑XML文档 >crefvim: 在vim中查看C函数文档 >EnhancedCommentify: 方便的注释/反注释(推荐) >matchit: 增强"%"键的功能 >minibufexpl: 方便在各buffer中切换(推荐) >SearchComplete: 在搜索中使用TAB键补全 >SuperTab: 在插入状态使用TAB键补全(推荐) >taglist: 迅速查看/定位类/函数定义(推荐) >---- 以下为linux下才能用的插件 >sudo: 在vim内使用root用户权限编辑文件 >locateopen: 使用locate迅速定位文件 > >配色方案我用desert,在console下和gVim下都很舒服。 > >On 7/19/05, nEO <gentoo.cn at gmail.com> wrote: >> vim在windows下也可以和linux console一样的配色啊 >> 我觉得那个搭配很舒服,比Gvim好 >> 另外python fold plugin装上,在来个Ctag插件 >> 用起来很爽的 >> >> 在05-7-19,lifr <lifr_sh at yeah.net> 写道: >> > >> > 建立一个simple project,然后建立文件xxx.py,然后就可以用了. >> > 也就是说:pydev不支持project. >> > >> > 以前用过一点点pydev.主要看到了eclipse项目管理方便,但编辑一个py就要打开庞大(>10 >> sec)的eclipse,等得让人烦.后来就用vim了. >> > >> > 如果不做大项目,可以试试vim, >> > 它也有python的插件,有高亮,语法检查,文件内移动...功能. >> > 关键一点是,它启动狂快.比ue还快. >> > 另外,我个人特别喜欢vim的配色.在linux控制台下用vim编辑文件简直就是享受...扯远了:-) >> > >> > >> > >> > >> > -----Original Message----- >> > From: python-chinese-bounces at lists.python.cn >> [mailto:python-chinese-bounces at lists.python.cn] On Behalf >> Of jam.zheng >> > Sent: Tuesday, July 19, 2005 4:55 PM >> > To: Spirit Auding; python-chinese at lists.python.cn >> > Subject: RE: [python-chinese] >> 今天安装了eclipse3.1和pydev,怎么新建工程里面没有和python有关的项目啊 >> > >> > >> > 我安装的是pydev0.95 >> > >> > -----Original Message----- >> > From: python-chinese-bounces at lists.python.cn >> [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of >> Spirit Auding >> > Sent: Tuesday, July 19, 2005 4:43 PM >> > To: python-chinese at lists.python.cn >> > Subject: Re: [python-chinese] >> 今天安装了eclipse3.1和pydev,怎么新建工程里面没有和python有关的项目啊 >> > >> > >> 那不是挺好的,我的Eclipse升级到3.1之后,pydev0.9.3就不行了,Eclipse找不到它,看来我也需要个新版本了。 >> > >> > >> > On 7/19/05, jam.zheng <jam.zheng at achievo.com > wrote: >> > > >> > > >> 可是新建一个简单工程后,然后添加文件xxx.py能支持高亮和代码补齐,而且能运行,调试等,用得还很不错的这个插件!!! >> > > >> > > >> > > -----Original Message----- >> > > From: python-chinese-bounces at lists.python.cn [mailto: >> python-chinese-bounces at lists.python.cn]On Behalf Of nEO >> > > Sent: Tuesday, July 19, 2005 3:53 PM >> > > To: Tintin; python-chinese at lists.python.cn >> > > Subject: Re: [python-chinese] >> 今天安装了eclipse3.1和pydev,怎么新建工程里面没有和python有关的项目啊 >> > > >> > > pydev还不支持3.1 >> > > >> > > >> > > 在05-7-19,Tintin <genedna at gmail.com> 写道: >> > > > 3.1的版本可能不支持吧,我也遇到过这个问题. >> > > > 3.0.2的eclipse+0.95pydev没有什么问题. >> > > > >> > > > >> > > > >> > > > On 7/19/05, jam.zheng < jam.zheng at achievo.com> wrote: >> > > > > >> > > > > >> > > > > 可是我里面是enable的?在eclipse里面看不到任何的pydev(除了那个 >> windows--->preferences) >> > > > > >> > > > > >> > > > > >> > > > > -----Original Message----- >> > > > > From: python-chinese-bounces at lists.python.cn >> [mailto: python-chinese-bounces at lists.python.cn]On Behalf >> Of Spirit Auding >> > > > > Sent: Tuesday, July 19, 2005 3:20 PM >> > > > > To: python-chinese at lists.python.cn >> > > > > Subject: Re: [python-chinese] >> 今天安装了eclipse3.1和pydev,怎么新建工程里面没有和python有关的项目啊 >> > > > > >> > > > > >> > > > > Help -> Software Updates -> Manage Configuration >> > > > > >> > > > > 找到PyDEV,Enable。 >> > > > > >> > > > > >> > > > > On 7/19/05, jam.zheng < jam.zheng at achievo.com > wrote: >> > > > > > 各位大侠: >> > > > > > 小弟我平时都是在command line里面用的python,今天安装了eclipse3.1和 >> > > > > > pydev,怎么新建工程里面没有和python有关的项目啊? >> > > > > > >> > > > > > Best regards, >> > > > > > * * * * * * * >> > > > > > Jam Zheng >> > > > > > Engineer of Software Section 1 >> > > > > > Achievo China >> > > > > > Phone: (86-755) 2603-0128 X203 >> > > > > > Fax: (86-755) 2603-0138 >> > > > > > >> > > > > > _______________________________________________ >> > > > > > python-chinese list >> > > > > > python-chinese at lists.python.cn >> > > > > > http://python.cn/mailman/listinfo/python-chinese >> > > > > > >> > > > > >> > > > > >> > > > > >> > > > > -- >> > > > > ############################################# >> > > > > # "your future depends on your dreams." so go to sleep. >> > > > > # save water. shower with your girlfriend. >> > > > > # >> > > > > # Welcom2 : http//blog.csdn.net/auding1900/ >> > > > > ############################################# >> > > > > _______________________________________________ >> > > > > python-chinese list >> > > > > python-chinese at lists.python.cn >> > > > > http://python.cn/mailman/listinfo/python-chinese >> > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > > > -- >> > > > 欢迎访问我的Blog: >> > > > http://spaces.msn.com/members/meaglith/ >> > > > http://blog.360.yahoo.com/genednaparadox >> > > > >> > > > ---------------------------------------- >> > > > .--. >> > > > |o_o | >> > > > |:_/ | >> > > > // \ \ >> > > > (| | ) >> > > > /'\_ _/`\ >> > > > \___)=(___/ >> > > > ------------------------------------------------- >> > > > 沧海笑 滔滔两岸潮 浮沉随浪记今朝 >> > > > 苍天笑 纷纷世上潮 谁负谁胜天知晓 >> > > > 江山笑 烟两遥 涛浪淘尽红尘俗也知多少 >> > > > 竟惹寂寥 一襟晚照 >> > > > 苍生笑 不再寂寥 豪情仍在痴痴笑笑 >> > > > _______________________________________________ >> > > > python-chinese list >> > > > python-chinese at lists.python.cn >> > > > http://python.cn/mailman/listinfo/python-chinese >> > > > >> > > > >> > > > >> > > >> > > >> > > >> > > -- >> > > I'm the one, powered by nEO >> > > _______________________________________________ >> > > python-chinese list >> > > python-chinese at lists.python.cn >> > > http://python.cn/mailman/listinfo/python-chinese >> > > >> > > >> > > >> > >> > >> > >> > -- >> > ############################################# >> > # "your future depends on your dreams." so go to sleep. >> > # save water. shower with your girlfriend. >> > # >> > # Welcom2 : http//blog.csdn.net/auding1900/ >> > ############################################# >> > _______________________________________________ >> > python-chinese list >> > python-chinese at lists.python.cn >> > http://python.cn/mailman/listinfo/python-chinese >> > >> > >> > >> >> >> >> -- >> I'm the one, powered by nEO >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> >> > > >-- >Qiangning Hong > >I'm usually annoyed by IDEs because, for instance, they don't use VIM >as an editor. Since I'm hooked to that, all IDEs I've used so far have >failed to impress me. > -- Sybren Stuvel @ c.l.python > >Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = Best regards, Bruce Who 2005-07-20
2005年07月20日 星期三 09:42
这个安装过程基于Django内置的Web服务器,不涉及Apache和mod_python。 在最新的Debian/Testing上,基于python2.4,需要的软件包括: Postgresql 8.0 Django egenix-mx-base(mxDateTime) psycopy 在我的安装经验中,只有Postgresql8.0可以使用Debian的包管理器apt-get安装,其他 软件包都必须使用源代码编译安装(包括mod-python,因为Debian还没有发布这些软件 包 基于python2.4的版本)。 1、安装Postgresql8.0 首先su -成为超级用户,然后 apt-get update atp-get install postgresql-8.0 如果安装过程成功,Postgresql的客户端也会被安装。 2、配置Postgresql Postgresql的配置必须有postgres用户来进行,安装网络上找到的在Debian上安装 Postgres的文档,步骤如下: su su postgres 但我在我的Debian/Testing上发现执行后系统没有报错,但我用命令whoami,发现身份 仍然是root。 在这里耽误了几个小时后,我猜想是postgres用户缺省shell的问题(参考 /etc/passwd,postgres的缺省shell被设置成/bin/false) 将命令su postgres换成 su postgres -h /bin/bash 后,成功成为postgres用户。 接下来,创建用户,创建数据库: createuser mep -W 配置/etc/postgres/8.0/main/pg_hba.conf为刚才创建的用户授权,编辑添加如下的 行: localhost all mep ideng sameuser 重新启动Postgres,/etc/init.d/postgresql-8.0 restart,使用psql登录template1 数据库验证是否成功。 创建数据库: createdb -U mep -W mydb 然后使用psql登录验证是否成功: psql -U mep mydb 如果这一步成功了,Postgres就OK了。 2、编译安装mxDateTime(版本2.0.6) 我原本是使用Debian的包管理器安装mxDateTime,安装后发现编译安装psycopg需要的 一个头文件没有。于是从源代码开始。 安装mxDateTime,使用经典的./configure、make在sudo make install即能成功。 3、安装psycopg(版本1.1.19) 没什么特别,在运行configure的时候,需要指明--with-mxdatetime-includes=DIR, 即mxDateTime头文件的目录。 接下来就是make && sudo make install。 4、安装Django 跟随官方网站上的指令,建立一个符号链接即可。 以上步骤运行官方网站上的Tutorial1和2成功,3还没有时间做。 __ Best Regards, Kebo Wang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050720/5caf6dee/attachment.html
Zeuux © 2025
京ICP备05028076号