2021年7月26日

摘要: 第一次用flutter 开发web,遇到不少坑: 1.图片问题:Image.memory来加载图片会报错,估计是html5原生控件没有使用memory创建图片的接口吧。 2.WebAssembly使用有点复杂,c++的socket跟多线程在谷歌浏览器上不能使用的,只能用websocket。 3.使用 阅读全文
posted @ 2021-07-26 19:48 HemJohn 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #define Export __attribute__((visibility("default"))) __attribute__((used)) extern "C" { st 阅读全文
posted @ 2021-07-26 18:17 HemJohn 阅读(541) 评论(0) 推荐(0) 编辑

导航