上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: -clean -startup plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417 -product ... 阅读全文
posted @ 2015-11-28 19:17 aprial 阅读(235) 评论(0) 推荐(0) 编辑
摘要: http://it.taocms.org/12/6457.htm 浅析配置更快的Eclipse方法 What is the Metadata GC Threshold and how do I tune it? 给Eclipse提速的7个技巧 阅读全文
posted @ 2015-11-28 17:20 aprial 阅读(687) 评论(0) 推荐(0) 编辑
摘要: https://support.microsoft.com/zh-cn/kb/978610 症状 在运行 Windows 7 的计算机上,可用内存 (RAM) 可能会低于安装内存。 例如,32 位版本的 Windows 7 可能会报告,安装了 4 GB 内存的计算机只有 3.5 GB 可用系统内存。 或者,64 位版本的 Windows 7 可能会报告,安装了 8 GB 内存的计算机... 阅读全文
posted @ 2015-11-28 16:05 aprial 阅读(1580) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 import logging import random import wx import wx.lib.inspection def GetMyBitmap(): image = wx.Image("0.png", wx.BITMAP_TYPE_PNG) return wx.BitmapFromImage(im... 阅读全文
posted @ 2015-11-08 14:33 aprial 阅读(574) 评论(0) 推荐(0) 编辑
摘要: Pychart PyChart is a Python library for creating high quality Encapsulated Postscript, PDF, PNG, or SVG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because i... 阅读全文
posted @ 2015-11-08 11:51 aprial 阅读(539) 评论(0) 推荐(0) 编辑
摘要: text = ("This is text box") panel = wx.Panel(self, -1) chkAll1 = wx.CheckBox(panel, ID_CHKBOX_CAN_SEL_ALL, u'全选') chkKnown = wx.CheckBox(panel, ID_CHKBOX_CAN_UNKNOW... 阅读全文
posted @ 2015-11-01 23:34 aprial 阅读(5047) 评论(0) 推荐(1) 编辑
摘要: 获取窗口的方法 wxWindow *FindWindow(long winid) const; wxWindow *FindWindow(const wxString& name) const; // Find a window among any window (all return NULL if not found) static wxWindow *FindWindow... 阅读全文
posted @ 2015-11-01 15:38 aprial 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/yasi_xi/article/details/13629753 添加书签: 在编辑框左边栏右击 > Add Bookmark > 编辑书签名称(可以直接使用默认名称)> OK 查看书签: Window > Show View > Other > 输入book字样会出现Bookmarks > OK 然后就可以在IDE的底部出现的Bookma... 阅读全文
posted @ 2015-11-01 15:16 aprial 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 基于x64的处理器意思是CPU的架构是X64的,也是64位的CPU。 基本简介: “x86-64”,有时会简称为“x64”,是64位微处理器架构及其相应指令集的一种,也是Intel x86架构的延伸产品。“x86-64”1999由AMD设计,AMD首次公开64位集以扩充给IA-32,称为x86-64(后来改名为AMD64)。其后也为英特尔所采用,现时英特尔称之为“Intel 64”,... 阅读全文
posted @ 2015-11-01 14:25 aprial 阅读(2616) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/zhen656/p/4249759.html 工具箱(多种工具共用一个快捷键的可同时按【Shift】加此快捷键选取) 矩形、椭圆选框工具、单行单列选取工具 【M】 裁剪工具、透视、切片、透视裁剪工具 【C】 移动工具 【V】 套索、多边形套索、磁性套索 【L】 魔棒工具 、快速选择工具【W】 污点修复画笔工具、修复画笔工具、修补工... 阅读全文
posted @ 2015-10-18 16:33 aprial 阅读(490) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页