自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

转载 [Happy Coding] lcc 4.2 build on ubuntu(linux)

This page explain how to build lcc 4.2 on ubuntu. 1. download source code lcc 4.2 source code tarbar can be downloaded fromhttps://github.c...

2015-09-17 13:43:00 128

转载 [Happy DSA] Heap Structure

A heap is a partially sorted binary tree. Although a heap is not completely in order, it conforms to a sorting principle: every node has a value le...

2014-07-31 07:46:00 90

转载 [Happy DSA] Queue Data Structure

Queues are data structures that, like the stack, have restrictions on where you can add and remove elements. To understand a queue, think of a cafe...

2014-07-26 01:04:00 106

转载 [Happy DSA] Stack Data Structure

The stack is a common data structure for representing things that need to maintained in a particular order. For instance, when a function calls ano...

2014-07-26 00:57:00 90

转载 wxAuiToolBar的overflow cannot work on GTK 解决方法

wxAuiToolBar's overflow function cannot work as expected, when as pane in wxAuiManager, on GTK.当增加一个AuiToolBar到一个auimanager之后,如果想用它的overflow fea...

2014-07-14 19:26:00 200

转载 luabind 0.9.1版本尝试

luabind 0.9.1版本尝试http://www.rasterbar.com/products/luabind1. 编译luabind 0.9.1 linux版本编译luabind需要bjam binary。直接copy boost/1.37.0目录中编译好的bjam binar...

2014-01-14 12:37:00 142

转载 [Happy Coding] 加速Windows GUI debug版本的编译

加速Windows GUI debug版本的编译1. 问题描述我们重构我们的GUI程序时,增加了很多小的工程库,VC2008编译GUI最顶层DLL库libpkgA的速度让人几乎无法忍受。以下是从我们的buildbot系统里截取出来的LOG:28>...28>Embedd...

2014-01-10 18:48:00 156

转载 [Effective WX] wxGTK上popup wxMenu的一个crash问题分析及解决方案

在GUI应用编程中,我们通常会提供给用户一些右键菜单选项。假如有这样的编程案例:右键菜单依托于某个窗口,如果某个右键菜单项提供这样的功能:当用户选择它之后,GUI代码做了一些事情后,需要跳转到其它窗口,在跳转之前或之后,我们不得不销毁之前右键菜单依托的窗口类对象。1. 问题描述:在wxG...

2014-01-10 18:36:00 141

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除