随笔分类 - linux
摘要:/etc/init.d/networking restart #这种方式必须有/etc/network/interface文件ifconfig eth0 down #直接重启网卡ifconfig eth0 up
阅读全文
摘要:1.sudo apt-get install mysql-server2.apt-get isntall mysql-client3. sudo apt-get install libmysqlclient-dev检查是否安装成功:sudo netstat -tap | grep mysql
阅读全文
摘要:1、在安装好mysql后,可以应该安装必要的库文件 $sudo apt-get install libmysqlclient-dev2、将codeblocks与mysql的库文件连接起来在codeblocks中的setting->complier->complier settint->othero...
阅读全文
摘要:1.安装基本编译环境$sudo apt-get install build-essential$sudo apt-get install gdb2.安装codeblock$sudo apt-get install codeblocks$sudo apt-get install codeblocks-...
阅读全文
摘要:1、安装g++$sudo apt-get install build-essential注:此命令会同时安装gcc和make2、安装cmake$sudo apt-get install cmake3、安装mysql进入mysql文件所在目录(cd)$unzip mysql-5.6.4-m7.tar\...
阅读全文

浙公网安备 33010602011771号