Linux常用命令
1 文件列表 – ls :
ls #以默认方式显示当前目录文件列表;
ls –a #显示所有文件包括隐藏文件;
ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。
2 目录切换 – cd :
cd dir #切换到当前目录下的dir 目录;
cd / #切换到根目录;
cd .. #切换到到上一级目录。
3 复制 – cp : ...
C++读取Excel
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resourc ...
Compile SQLite using the cross-compiler such as arm-linux-gcc
first, get sqlite-3.3.6.tar.gz from www.sqlite.org
unzip it,
#tar -zxvf sqlite-3.3.6.tar.gz
change into the sqlite-3.3.6 directory
cd sqlite-3.3.6