码迷,mamicode.com
首页 > 2015年04月29日 > 全部分享
wxPython中文教程 简单入门加实例
wx.Window 是一个基类,许多构件从它继承。包括 wx.Frame 构件。技术上这意味着,我们可以在所有的子类中使用 wx.Window 的方法。我们这里介绍它的几种方法:* SetTitle( string title ) —— 设置窗口标题。只可用于框架和对话框。* SetToolTip(...
分类:编程语言   时间:2015-04-29 07:14:14    阅读次数:209
一边挥舞长枪攻击了
http://v.qq.com/page/a/h/u/w041493ct5y.htmlhttp://v.qq.com/page/a/h/u/w0414auylb0.htmlhttp://v.qq.com/page/a/h/u/w0414b14qwm.htmlhttp://v.qq.com/page/...
分类:其他好文   时间:2015-04-29 07:12:18    阅读次数:190
CCDH证书
4月份有些冲动,想报名考个CCDH证书,一直没有找到合适的付款方式,因为自己没有外币信用卡,后来受到朋友的帮助,22号付了款,26号就去考了试,不是很满意,如果少冲动一下,多看两天书,效果会更好。
分类:其他好文   时间:2015-04-29 07:14:00    阅读次数:174
[ES6] 22. Const
'const' keyword is for creating a read only variable, something you can never change once created.'const' likes 'let' keyword alos has block scope.des...
分类:其他好文   时间:2015-04-29 07:10:13    阅读次数:125
-INFINITY的一个坑
float a=INFINITY;if(a==INFINITY){ cout<<"a is inf"<<endl;}else{ cout<<"a is not inf"<<endl;}输出结果为:a is inf没问题。但是:float b=-INFINITY;if(b==-INFINITY){.....
分类:其他好文   时间:2015-04-29 07:10:06    阅读次数:155
将Uploads文件夹移到其它地方
1、在创建目录cd /mnt/xvdbmkdir qingtong2、复制目录和权限cp -rp /Uploads/ ./-r 包括目录 p权限3、创建软链接ln -s /mnt/xvdb/qingtong/Uploads/ ./Uploads
分类:其他好文   时间:2015-04-29 07:10:34    阅读次数:122
阿里云盘挂载
1. 查看未挂载的硬盘fdisk -l2、直接格式化mkfs.ext4 /dev/xvdb3、新建文件夹mkdir /mnt/xvdb4、挂载硬盘mount /dev/xvdb /mnt/xvdb6、设置开机自动挂载/dev/xvdb /mnt/xvdb ext4 defaults 0 0重启后生效
分类:其他好文   时间:2015-04-29 07:08:52    阅读次数:120
Qt-MindMap(1)- dockwindow
关于dockwindow.cpp: 1 #include "mainwindow.h" 2 #include 3 #include 4 5 MainWindow::MainWindow(QWidget *parent) : 6 7 QMainWindow(parent) 8 { 9 ...
分类:Windows程序   时间:2015-04-29 07:07:52    阅读次数:183
发给你高房价附件
http://s.dianping.com/topic/8128740?addNote=8128740http://s.dianping.com/topic/8128740?addNote=8128740 http://s.dianping.com/topic/8128740?addNote=812...
分类:其他好文   时间:2015-04-29 07:08:16    阅读次数:123
C# 注册 Windows 热键
闲扯: 前几日,一个朋友问我如何实现按 F1 键实现粘贴(Ctrl+V)功能,百度了一个方法,发给他,他看不懂(已经是 Boss 的曾经的码农),我就做了个Demo给他参考。今日得空,将 Demo 整理一下,做为收集,也给大家一个参考。Begin: 注册系统热键,.net 类库好像没有提供现成的.....
分类:Windows程序   时间:2015-04-29 07:08:06    阅读次数:203
struts2与velocity的整合有两种方式
1、以struts2为主。struts2内置了对velocity的支持,只要在success.vm即可自动解析velocity的模板文件。问题:直接访问vm文件时,输出的是vm的源代码。如何禁止对*.vm类型文件的直接访问?好处:可使用类似struts标签。我总感觉这样使用怪怪的。2、以veloci...
分类:其他好文   时间:2015-04-29 07:08:16    阅读次数:134
PCL 1.6.0 VS2010 Configuration
Open VS2010, create a new project, then open Property Manager, double-click Microsoft.Cpp.win32.user, open the Property Pages. Then go to VC++ Directo...
分类:其他好文   时间:2015-04-29 07:06:05    阅读次数:170
[ES6] 20. Polyfills
Polyfill is something you don't need to set up traceur but start to use es6 in today's browser.You can search for polyfill which you want to use on Go...
分类:其他好文   时间:2015-04-29 07:06:33    阅读次数:131
《Code:The Hidden Language Of Computer Hardware and Software》 ——笔记
怎么由逻辑电路实现二进制的加法 首先二进制的加法可以拆解为两个步骤:加与进位。+加法01001110+进位01000101 加这一步骤可以由异或门来完成,进位这一步骤则可以用与门来完成。 但是由这两个逻辑门只能组成一个半加器,输入2个值,输出加和位与进位。这是不够的,除了最低位的加法不需要进位...
分类:其他好文   时间:2015-04-29 07:04:37    阅读次数:171
[ES6] 21. ESNext, ES6-Shim & Node
ES-Next:Esnext is similar to traceur, you can use command line to compile files.Install:npm install esnext -g Here's how to compile a single file an p...
分类:其他好文   时间:2015-04-29 07:06:55    阅读次数:192
LINK : fatal error LNK1104: cannot open file "mfc42d.lib"
VC++6.0上建立了个基于MFC应用程序,在编译时候没出现错误,但在LINK的是时候出现这样的错误:Linking...LINK : fatal error LNK1104: cannot open file "mfc42d.lib"执行 link.exe 时出错.Calculator.exe -...
分类:编程语言   时间:2015-04-29 07:03:55    阅读次数:123
c++11特性与cocos2d-x 3.0之std::bind与std::function
昨天同事让帮忙写一小功能,才发现cocos2d-x 3.0 和 cocos2d-x 3.0rc0 差别还是相当大的。发现Label这一个控件,3.0就比rc0版本多了一个创建函数,更为关键的是3.0内的Label锚点是在ccp(0.5,0.5),而一直3.0rc0是ccp(0,0)。累觉不爱。尽管c...
分类:编程语言   时间:2015-04-29 07:05:40    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!