wxAuiToolBar‘s overflow function cannot work as expected, when as pane in wxAuiManager, on GTK. ![1][1] ![2][2] 当增加一个AuiToolBar到一个auimanager之后,如果想用它的overflow feature,在gtk平台,无...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
228
1,安装virtualbox 2, 安装virtualbox Extension Pack 3, Virtualbox虚拟机配置面板中打开USB设备选项,分别勾选上“启动USB控制器”“启用usb2.0控制器”选项 4,添加用户到vboxusers用户组 ????cat /etc/...
分类:
其他好文 时间:
2014-07-22 08:16:36
阅读次数:
186
首先要导入对命名空间usingSystem.Runtime.InteropServices;的引用[StructLayout(LayoutKind.Sequential, Pack = 1)]internalstructTokPriv1Luid{publicintCount;publiclongLu...
分类:
其他好文 时间:
2014-07-22 00:22:36
阅读次数:
215
1. 在Activity中的onCreate方法中加入如下代码: //Remove title bar
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
//Remove notification bar
this.getWindow().setFlags(WindowManager.L...
分类:
移动开发 时间:
2014-07-21 10:08:56
阅读次数:
362
Volley主页https://android.googlesource.com/platform/frameworks/volleyhttp://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,...
分类:
移动开发 时间:
2014-07-21 09:34:21
阅读次数:
345
时间:Today地点:420实验室事件:在重新安装VS2010 的过程中,总是在.NET Framework 4 Multi-Targeting Pack 这个地方失败。错误代码如下:[07/19/14,13:41:48] .NET Framework 4 Multi-Targeting Pack:...
分类:
其他好文 时间:
2014-07-19 18:17:04
阅读次数:
265
function trimUTF8BOM($file){ $content = file_get_contents($file); if(substr($content, 0, 3) == pack('CCC', 239, 187, 191)) { $content = s...
分类:
Web程序 时间:
2014-07-19 00:32:06
阅读次数:
266
µVISION: Pack Installer Reports ErrorsInformation in this knowledgebase article applies to:MDK version 5.01 and earlierSYMPTOMWhen the pack installer ...
分类:
其他好文 时间:
2014-07-18 20:01:47
阅读次数:
317
Stepsuppose you need to develop a feature,when you finish the feature ,you need to release the jar to Nexus,and other projects will depend on your jar...
分类:
其他好文 时间:
2014-07-18 19:00:08
阅读次数:
262
using System;using System.Drawing;using System.Data;using GemBox.Spreadsheet;namespace Samples{ /// /// Feature samples. /// class FeatureSamplesCS .....
分类:
其他好文 时间:
2014-07-18 17:31:24
阅读次数:
293