BlogPump: Blog Post Client with Web Crawler(1) – big picture

imageBig Picture is:

1) Module A: Interface with supported Weblog Server to post/retrieve web page, article and others;

2) Module B: Container to support editor or list for data;

3) Module C: Interface with to grasp pages you wanted or articles relevant information against popular search engines;

4) Module D: Profile management for source, patterns and destination combination flexibility;

5) Module E: Data persistent module to store/read locally;

Continue reading BlogPump: Blog Post Client with Web Crawler(1) – big picture - 全文阅读

Python 3 简介

python_programming_logo 打算用和wxPython开发一个个人投资组合的小软件,当然是要基于 3。的支持选择wxPython,最终是不是需要转换成exe文件发布看性能需求了。所以会有一系列的相关文章发布或转载。使用让我又找到了编程的那种快乐,是一种享受程序的过程。以前写过一个基于的网页抓取程序,真的是快捷方便,对于中文的支持和的操作都非常方便…闲话不说,下面是一篇关于 3的介绍文章,来自于ibm。

Continue reading Python 3 简介 - 全文阅读

Book: Cross-Platform GUI Programming with wxWidgets (Bruce Perens)(含中英文版本下载地址)

Cross-Platform GUI Programming with wxWidgets 以前通过学习认识了,那里面有很多文档和源代码实例可以参考学习,对编程帮助很大。后来在C++项目中也需要用到,发现这本书非常实用,结合的官方手册,编程感觉非常畅快。特别推荐大家阅读,如果你对编程感兴趣的话。有什么读书心得也可以跟贴共享给大家。

now has its own 700-page to help you learn or brush up on your cross-platform skills. Written by Julian Smart and Kevin Hock with Stefan Csomor, "Cross-Platform with " was published on July 27th 2005 by Prentice Hall. It’s part of Bruce Perens’ Series.

Continue reading Book: Cross-Platform GUI Programming with wxWidgets (Bruce Perens)(含中英文版本下载地址) - 全文阅读

Using XRC in wxWidgets based Application for UI design

WxWidgets 相信很多程序员有过类似的经历,想实现一款图形界面的应用软件。核心算法和后台程序都写好后,等到实现界面时总是发现缺乏艺术细胞,对自己设计的界面和对话框等不满意,或者是消耗在挑选控件、配色和布局等繁琐的工作中不能自拔,最终也许会因为的问题而导致放弃整个项目。一款没有优秀界面的应用软件在繁多的类似产品中很难获得用户的喜爱。利用我们可以将很多界面设计工作轻松搞定,而且利用 based resource,规范,可以将界面设计工作和程序分离,独立的文件维护容易,简单直观而且可以使得程序本身只关注于逻辑,何乐而不为呢。

以下包括几个部分介绍,有介绍包括中英文的(摘自网络)和使用步骤,以及几个常用设计工具的链接。

Continue reading Using XRC in wxWidgets based Application for UI design - 全文阅读

Contact us

Admin: Bryan Wu