中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error:
X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error:
X11/xpm.h: No such file or directory...
分类:
其他好文 时间:
2014-06-16 11:06:23
阅读次数:
384
While it’s cool to make a custom element like
we did the the previous cast, it’s actually more common to do things like create
custom attributes. Thes...
分类:
Web程序 时间:
2014-06-16 10:19:04
阅读次数:
276
首先下载lua源码包,然后分别是make,make linux,make
install注意如果没有make
install,那么在#include时,会报找不到lua.h文件的错误。网上找到一段源码:func.lua--变量定义width=1;height=2;--lua函数定义,实现加法func...
分类:
编程语言 时间:
2014-06-10 16:19:01
阅读次数:
323
mapEmployees;Employees["MikeC."]=12306;
Employees.insert(make_pair("PeterQ.",5328));
分类:
其他好文 时间:
2014-06-10 14:15:43
阅读次数:
160
Two players, S and T, are playing a game where they make alternate moves. S plays
first.
In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:
其他好文 时间:
2014-06-10 06:31:29
阅读次数:
302
You know as a beginner to learn WCF, the first
thing is to make a simplest WCF service work like a classic "Hello World"
console application. Now I wi...
this blog will make your emacs as C++ IDE. It
implements code-completion, google-style-check and project manager.
分类:
编程语言 时间:
2014-06-09 13:07:04
阅读次数:
696