首先下载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
文件,目录 pwd:查看当前目录 Print Working Directory
cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch
创建新文件 ln -s source dest ...
分类:
系统相关 时间:
2014-06-09 00:05:22
阅读次数:
334
前面的步骤按说明书上就没有问题,但在移植内核时,当进行到
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
出现以下错误:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuco...
分类:
其他好文 时间:
2014-06-08 10:40:46
阅读次数:
184
突然回想起了往事,那是2007年的冬天的一个周五,我在看我的老湿调试Linux协议栈的IP层,只见他修改了路由查找的逻辑,然后直接make install了一下就即时生效了,当时我只知道的是,修改了这个逻辑需要重新编译内核,而他并没有重新编译,好像只是编译了一个文件...编译内核这个耗时又无聊的工作阻碍了我对Linux内核的探索进度,直到今天,我依然对编译内核有相当的恐惧,不怕出错,而是怕磁盘空间...
分类:
其他好文 时间:
2014-06-08 03:43:31
阅读次数:
361