文章列表
 
您正在查看 "Python" 分类下的文章

2010-02-01 23:21
http://www.ibm.com/developerworks/cn/aix/library/au-python_test/
 
2009-12-23 11:28

PyBit 是一个基于 wxPython 编写的一个图形界面的小工具,用来生成很短的URL地址。

  • 开发语言: Python
  • 操作系统: Linux 
  • 项目主页:
 
2009-12-23 10:16

Griffith 是一个电影数据收集和管理软件,你可简单的通过输入电影的名称来添加该电影,Griffith 会尝试从网络中获取该电影的详细信息。

  • 开发语言: Python
  • 操作系统: Linux 
  • 项目主页:
 
2009-12-15 23:01
pip installs Python packages. It is a replacement for easy_install http://pip.openplans.org/
 
2009-12-11 12:53

Python自动单元测试框架

http://www.ibm.com/developerworks/cn/linux/l-pyunit/index.html

http://www.ibm.com/developerworks/cn/linux/theme/python/

使用 setuptools 孵化 Python egg


http://www.ibm.com/developerworks/cn/linux/l-cppeak3.html

Python Enterprise Application Kit

http://www.ibm.com/developerworks/cn/linux/l-cppeak/index.html

深入 PEAK 的新特性

http://www.ibm.com/developerworks/cn/linux/l-cppeak2/
 
2009-12-04 13:15
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. This is a service provided by a library which allows to detect when a file or a directory has been modified.
http://www.gnome.org/~veillard/gamin/
 
2009-11-30 21:48
http://matplotlib.sourceforge.net/ matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits. http://djangobook.py3k.cn/chapter11/
 
2009-11-28 21:52
官网的wiki也是一个不错的地方。 http://code.djangoproject.com/wiki/DjangoResources 资源 django官网 django文档 Django Step by Step 曾是最佳的django入门教程,只是这个教程是针对0.95的,现在不少地方已经有所变动。 django可复用app设计 django最佳实践 django可复用app设计 的一个更好的分支。个人为人这个文档是每个django开发人员必读的。 django最佳实践 中文翻译 django book 一本免费的django电子书 django book 中文翻译 djangosnippets 一个关于django的代码片段网站,在里面可以找到一些应用的django代码片段。站点本
 
2009-04-14 14:42

正则表达式

正则表达式是一种字符串匹配模式。

一般字符

对于绝大多数的字符来说,它们都只是简单地匹配自己。如
>>> p=re.compile('hi')      # 匹配 hi
>>> m=p.search('very,high') #
>>> m.span() # 找到了位置
(5, 7)
>>>
在正则表达式中,如下的字符是具有特殊含义的
. ^ $ * + ? { [ ] \ | ( )
它们的含义,我们会慢慢地说。 <dl>
 
2009-03-18 13:40
 
2009-03-17 12:57
今天看到一份很好的文档,用pdb进行python调试,用法基本和gdb差不多,
先看一个简单的例子:
 
2009-03-14 23:44
文本差异比较工具 Meld
http://www.oschina.net/p/meld
 
2009-03-12 19:21
CSV全称为“Comma Separated Values",是一种格式化的文件,由行和列组成,分隔符可以根据需要来变化。如正面为一csv文件:
 
2009-02-02 16:20
有时候在python中使用一些shell的功能,其实是非常有必要的。以前自己只知道os.path/stat/glob/shutil等模块,今天发现还有一个模块:commands,用起来非常方面。举例如下: $ python
>>> import commands
>>> s=commands.getoutput("ps -ef").split('\n')
>>> for i in s:
...     print i
...
     UID     PID    PPID TTY     STIME COMMAND
testuser
 
2008-12-22 22:34
1。 服务器端(buildbot master)维护
buildbot的服务器通过下面命令创建:
buildbot create-master buildmaster_dir
命令执行后,会在指定的buildmaster_dir下生成buildbot的服务器信息。其中有四个重要的文件/目录:
    a) buildbot.tac -- 该文件包含创建buildmaster的状态信息,里面指定buildmaster的工作路径(basedir)
                   
 
   
 
 
文章分类
 
 
Cdn(17)
 
Linux(57)
 
Grid(2)
 
P2p(8)
 
 
 
Ace(36)
 
Hps(16)
 
web2.0(60)
 
 
 
News(4)
 
 
Hadoop(57)
 
 
c++(31)
 
Stl(6)
 
 
 
 
Life(11)
 
 
 
 
Lucene(28)
 
 
 
Java(26)
 
 
Shell(12)
 
 
 
 
 
 
Python(43)
 
 
 
Fun(1)
 
 
 
 
 
 
Http(5)
 
 
 
 
 
Gh(4)
 
 
Test(6)
 
 
Sun(3)
 
 
 
 
Vm(6)
 
Gnome(61)
 
 
Gnu(44)
 
Ubuntu(21)
 
Js(1)
 
Fc(2)
 
 
Webkit(49)
 
 
 
A11y(3)
 
 
Vim(2)
 
 
 
 
Jfkj(0)
 
 
 
Ibm(1)
 
Kvm(1)
 
   
 
文章存档
 
     
 
最新文章评论
  

为什么我在多机的情况下显示是0 nodes ,你是怎么做到的啊
 

没有数据 没有脚本。没有论文引用。
 

沙发..
 

这篇文章不知道原作者到底是谁,各论谈博客到处都是,就没有工具URL,搞什么啊。
 

这篇文章不知道原作者到底是谁,看到了N处都不,就没有工具URL,搞什么啊。
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu