随笔分类 - 一些记录
摘要:阿里云: <mirror> <id>aliyun</id> <mirrorOf>central</mirrorOf> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> 华为云: <m
阅读全文
摘要:https://www.pudn.com/detail/6011226
阅读全文
摘要:最近项目需要,将C++的算法工程编译成动态链接库,交给 Java后台当作函数库调用。就去了解了下Jni。使用起来还是比较方便的。 1. 首先编写Java的调用类。例如: public class TestJni(){ static{ System.loadLibrary("TestJinDll");
阅读全文