logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux 实现c 插件,linux下C++ 插件(plugin)实现技术(二)

3. 在主程序中如何使用使用起来也非常简单,在主程序(main.cpp)中:...#include "pluginhelper.h"#include "polygon.h"...CPluginHelper pluginHelper;pluginHelper.Load( "./plugin", "*.so" );CPolygon * pbase = (CPolygon*)pluginHelper.C

安卓html文件放在那,Android浏览器如何打开本地html文件

有两种方法:1、代码如下:Intent intent=new Intent(); intent.setAction(android.intent.action.VIEW); Uri CONTENT_URI_BROWSERS = Uri.parse(content://com.有两种方法:1、代码如下:Intentintent=newIntent();intent.setAction("androi

到底了