2005年11月09日 星期三 22:40
http://projects.edgewall.com/python-sidebar/
2005年11月10日 星期四 08:28
PIL可以处理图像 http://www.pythonware.com/ -- 张骏 <zhangj at foreseen-info.com> 敏捷来自Python 简单源于我们 丰元信信息技术有限公司
2005年11月10日 星期四 09:50
在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道: > http://projects.edgewall.com/python-sidebar/ 赞!!!在FFox 中的Python 开发手册哪!!! 建议大案都安装!!!! -- # Time is unimportant, only life important! ## 面朝开源,我心自由!
2005年11月10日 星期四 10:48
确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load this bookmark in the sidebar选项,他的安装函数如下: function addMozillaPanel() { if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) { window.sidebar.addPanel ("Python Sidebar", "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html",""); } else { alert ("Sorry - you must be running Mozilla or Netscape to install this"); } } 关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。 在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道: > 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道: > > http://projects.edgewall.com/python-sidebar/ > > 赞!!!在FFox 中的Python 开发手册哪!!! > 建议大案都安装!!!! > > -- > # Time is unimportant, only life important! > ## 面朝开源,我心自由! > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > -- Blog:http://www.donews.net/changzheng Blog:http://qingfeng.ushared.com/blog/ MagnoliaCMS:http://www.magnolia.com.cn/
2005年11月10日 星期四 10:58
泥猴中常常使用的吧!? 哈哈哈!!! 看来 Moz 系列的,也忍不往玩方言哪! 在 05-11-10,清风<paradise.qingfeng at gmail.com> 写道: > 确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load > this bookmark in the sidebar选项,他的安装函数如下: > > function addMozillaPanel() { > if ((typeof window.sidebar == "object") && (typeof > window.sidebar.addPanel == "function")) { > window.sidebar.addPanel ("Python Sidebar", > "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html",""); > } else { > alert ("Sorry - you must be running Mozilla or Netscape to > install this"); > } > } > > 关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。 > > 在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道: > > 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道: > > > http://projects.edgewall.com/python-sidebar/ > > > > 赞!!!在FFox 中的Python 开发手册哪!!! > > 建议大案都安装!!!! > > > > -- > > # Time is unimportant, only life important! > > ## 面朝开源,我心自由! > > > > _______________________________________________ > > Python中文技术讨论邮件列表 > > 发言: 发邮件到 python-chinese at lists.python.cn > > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > Blog:http://www.donews.net/changzheng > Blog:http://qingfeng.ushared.com/blog/ > MagnoliaCMS:http://www.magnolia.com.cn/ > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > -- # Time is unimportant, only life important! ## 面朝开源,我心自由!
2005年11月10日 星期四 11:08
Mozilla相关的编程也很丰富有趣啊,有点想写个跟bookmark有关的东东 在 05-11-10,清风<paradise.qingfeng at gmail.com> 写道: > 确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load > this bookmark in the sidebar选项,他的安装函数如下: > > function addMozillaPanel() { > if ((typeof window.sidebar == "object") && (typeof > window.sidebar.addPanel == "function")) { > window.sidebar.addPanel ("Python Sidebar", > "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html",""); > } else { > alert ("Sorry - you must be running Mozilla or Netscape to > install this"); > } > } > > 关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。 > > 在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道: > > 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道: > > > http://projects.edgewall.com/python-sidebar/ > > > > 赞!!!在FFox 中的Python 开发手册哪!!! > > 建议大案都安装!!!! > > > > -- > > # Time is unimportant, only life important! > > ## 面朝开源,我心自由! > > > > _______________________________________________ > > Python中文技术讨论邮件列表 > > 发言: 发邮件到 python-chinese at lists.python.cn > > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > Blog:http://www.donews.net/changzheng > Blog:http://qingfeng.ushared.com/blog/ > MagnoliaCMS:http://www.magnolia.com.cn/ > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号