03 2020 档案

摘要:1、编译so库: gcc -std=c++11 -fPIC -shared -o libDiabetesAlgorithm.so cJSON.c CJsonObject.cpp AlgorithmManage.cpp RiskManage.cpp 2、编译运行程序: g++ -std=c++11 c 阅读全文
posted @ 2020-03-23 10:43 Quilt 阅读(251) 评论(0) 推荐(0)