环境准备。
安装mingw并设置好系统PATH。
mingw。windows下的GUN编程环境。
系统变量的作用——可执行文件的搜索路径。这样在cmd直接输入g++就能调用到D:\Program Files (x86)\CodeBlocks\MinGW\bin\g++.exe。
打开cmd后的默认工作目录为 C:\Users\Administrator。
g++与gcc。
...
分类:
其他好文 时间:
2014-08-12 00:42:03
阅读次数:
321
原帖:http://blog.csdn.net/yiyaaixuexi/article/details/7864974写这篇文章的缘由,是因为我泡在stackoverflow上翻帖子,看到一个名为Should IBOutlets be strong or weak under ARC?的帖子很热,而...
分类:
移动开发 时间:
2014-08-11 20:47:12
阅读次数:
325
the apple tree
A long time ago, there was a huge apple tree.
A little boy loved to come and lay around it every day. He climbed to the tree top, ate
-the apples, took a nap under the shadow... He l...
分类:
移动开发 时间:
2014-08-11 06:19:12
阅读次数:
265
Character code and keyboards under windowsCharacter setBasically, windows uses the ANSI character set and not the 8-bits ASCII char set. The ANSI cha....
Step 1
Open MongoVUE and connect to the server that contains the collection “cities”
Step 2
Right-click on “cities” collection under “Database Explorer”, and select “MapReduce”. This will laun...
分类:
数据库 时间:
2014-08-06 19:07:42
阅读次数:
352
Now, it is time to gather all the major Java 8 features under one reference post for your reading pleasure. Enjoy!Table Of Contents1. Introduction2. N...
分类:
编程语言 时间:
2014-08-05 10:56:09
阅读次数:
340
我们先来看看前台JS: Ext.onReady(function() { Ext.QuickTips.init();// 浮动信息提示 Ext.form.Field.prototype.msgTarget = ‘side‘;// 设置控件的错误信息显示位置,主要可选的位置有:qtip,title,under,side...
分类:
Web程序 时间:
2014-08-04 14:50:28
阅读次数:
392
You can use?CFGetRetainCount?with Objective-C objects, even under ARC: NSLog(@"Retain?count?is?%ld",?CFGetRetainCount((__bridge?CFTypeRef)myObject));...
分类:
其他好文 时间:
2014-07-30 01:11:23
阅读次数:
472
For example, the following code will store uploaded files under /media/photos regardless of what yourMEDIA_ROOT setting is:from django.db import model...
分类:
其他好文 时间:
2014-07-30 00:52:02
阅读次数:
207
Logging.c:/* Copyright (c) 2008-2012 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesse...
分类:
其他好文 时间:
2014-07-29 21:13:02
阅读次数:
382