<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_cbbukn_分类_程序设计</title><id>http://feed.cnblogs.com/blog/u/42504/category/228635/rss</id><updated>2012-05-30T19:23:25Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cbbukn/category/228635.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/42504/category/228635/rss"/><entry><id>http://www.cnblogs.com/cbbukn/archive/2010/11/22/1883858.html</id><title type="text">用Python写个翻译工具</title><summary type="text">在英语词典方面，Linux环境下的软件远不及Win环境下，由于工作一般都在Linux环境下，并且希望在堆码的时候不用离开vim编辑器，于是花了一点时间写了个翻译的小工具，主要方便我在Linux环境下遇到不认识的英语单词时充当翻译小助手。这个小工具使用Python语言编写完成，其中使用到这些类库（urllib,BeautifulSoup），前者主要负责网络通讯方面，后者负责HTML的解析。这也是Py...</summary><published>2010-11-22T02:20:00Z</published><updated>2010-11-22T02:20:00Z</updated><author><name>cbbukn</name><uri>http://www.cnblogs.com/cbbukn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cbbukn/archive/2010/11/22/1883858.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cbbukn/archive/2010/11/22/1883858.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/cbbukn/archive/2010/11/16/1878250.html</id><title type="text">初体验开发一个HttpServer雏形</title><summary type="text">记得迷上Python的那段时间，同时也关注了IronPython一段时间，IronPython项目的源代码中就包含了一个简单的HttpServer，因为一直都对Web服务器的运行机制很感兴趣，因此研究了一下源代码并跟踪调试，也让我这服务器开发的门外汉体验了一把。熟话说，看归看，写归写，写程序远比看懂代码有难度多了，于是乎堆码热情澎湃，堆了一个HttpServer雏形（实现原理的模型） </summary><published>2010-11-16T02:21:00Z</published><updated>2010-11-16T02:21:00Z</updated><author><name>cbbukn</name><uri>http://www.cnblogs.com/cbbukn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cbbukn/archive/2010/11/16/1878250.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cbbukn/archive/2010/11/16/1878250.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/cbbukn/archive/2010/11/15/1877487.html</id><title type="text">Python使用Pygtk和Py2exe打包遇到的问题</title><summary type="text">最近花了一天的时间使用Pygtk开发了一个下载器Demo，这个小工具也可以认为是在线升级的原始模型，功能很简单，根据配置文件的Url地址下载数据到本地。之前一直都没有接触过gtk编程，好在高中时就开始用VB写Winform程序，有事件触发机制编程的基础，因此上手写程序比较顺利，可是在打包部署时却遇到了不少的小麻烦。恩，本篇文章不是介绍怎么开发这样的工具，而是介绍以下2个主题：一、如何在windows平台下配置gtk开发环境二、使用Py2exe打包也许您会认为安装软件是很容易的事情，可是我花在这2个主题上的时间比编码实现功能的时间的比例是2:8，也许是我在这2个主题上接触少，研究不够透彻。</summary><published>2010-11-15T03:23:00Z</published><updated>2010-11-15T03:23:00Z</updated><author><name>cbbukn</name><uri>http://www.cnblogs.com/cbbukn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cbbukn/archive/2010/11/15/1877487.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cbbukn/archive/2010/11/15/1877487.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/cbbukn/archive/2010/05/16/1736842.html</id><title type="text">使用委托，满足不同的场景，开放封闭原则</title><summary type="text">委托是虾米根绝国际惯例，先借用隐喻的强大威力说说委托是啥，委托：将自己的事务嘱托他人代为处理。那么计算机中的委托概念呢？大同小可。在现实生活中，这样的场景天天都在发生。比如老王的项目快上线了，可是当月的报销少了通讯费的发票，这咋办了？不用急，把话费钱给小张，委托小张童鞋代缴，而小张是个好同志呀，不用打的，做公交车去。老王想起了上次小邓同学同样帮我代缴通讯费，几个站的路却玩享受坐的奔过去的。那么在程...</summary><published>2010-05-16T10:08:00Z</published><updated>2010-05-16T10:08:00Z</updated><author><name>cbbukn</name><uri>http://www.cnblogs.com/cbbukn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cbbukn/archive/2010/05/16/1736842.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cbbukn/archive/2010/05/16/1736842.html"/><content type="text">委托是虾米根绝国际惯例，先借用隐喻的强大威力说说委托是啥，委托：将自己的事务嘱托他人代为处理。那么计算机中的委托概念呢？大同小可。在现实生活中，这样的场景天天都在发生。比如老王的项目快上线了，可是当月的报销少了通讯费的发票，这咋办了？不用急，把话费钱给小张，委托小张童鞋代缴，而小张是个好同志呀，不用打的，做公交车去。老王想起了上次小邓同学同样帮我代缴通讯费，几个站的路却玩享受坐的奔过去的。那么在程...</content></entry></feed>
