Visual Studio命令行创建库文件lib OS:win7 旗舰版SP1 64位 编译器: VS 2013 express 的cl 建一个文件Static_Lib.h,源代码如下 #ifndef _STATIC_LIB_H_ #define _STATIC_LIB_H_ int Add ( int , int ); #endif 同一个文件夹下建一个文件Static_Lib.c,源代码如下 #include "Static_Lib.h" int Add (int a, int b
前面说到了用navicat工具导入导出数据库,今天给同事导入数据库的时候,发现到不进去,好多错误,情急之下,用命令行导入的 1.打开mysql的服务.cmd-->net start mysql 关闭服务:cmd-->net stop mysql 2.找到你的mysql安装包下的bin目录 "E:\MySQL\MySQL Server 5.0\bin\" 3.在cmd下运行 cd E:\MySQL\MySQL Server 5.0\bin 回车 4.运行 mysql -