文章列表
工作需要,需要在2.7中使用4Suite-XML库,pypi上一直以来只有for 2.5的版本,所以自己编译了一个egg出来,放在这里给有需要的朋友下载
http://www.zeuux.org/pipermail/zeuux-python/2007-October/045197.html
- 2009-06-01 20:18
- 浏览 833
- 评论(0)
October
And the trees are stripped bare
Of all they wear
What do I care
October
And Kingdoms rise
And Kingdoms fall
But you go on...
- 2009-05-11 11:46
- 浏览 991
- 评论(0)
今天装了emacs-snapshot,终于看到反锯齿的字体了,不过在shell模式下ls出的东西都不太正常,google了一圈,找到这个帖子http://stackoverflow.com/questions/704616/something-wrong-with-emacs-shell,问题解决,不容易啊
- 2009-04-14 22:22
- 浏览 1823
- 评论(0)
http://bbs.hoopchina.com/htm_data/5/0804/332174.html
看了公子那么多文章,又被头像误导(杨立新?),今天才知道公子比我还小两岁。
- 2008-05-20 20:43
- 浏览 1244
- 评论(0)
Eastsun 写道另外,按LZ"通过查找字典把输入的数字变成可能的字母输出"的意思
我的上面代码得到的结果字符串中不会包含数字,也就是某些号码会无解
但我看了下原题,貌似是可以包含数字的,譬如号码"1-800-PICK-UPS "应该可以以"1800-PICK-UPS "形式作为一个解.
我写了个容许数字出现的代码,不过稍微复杂些.
贴一个python版本的,惭愧,弄了一晚上
#-*- coding: utf-8 -*-
#!/usr/bin/env python
from __future__ import with_st ...
- 2008-04-20 02:05
- 浏览 1055
- 评论(0)