logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android studio opencv报错undefined reference to 'cv::imwrite(cv::String const&, c

最近研究opencv识别银行卡号,集成opencv的时候ndk编译报错如下:E:\codingPath\BankCardOCR\app/src\main\cpp\CardOcr.cpp:229: error: undefined reference to 'cv::imwrite(cv::String const&, cv::_InputArray const&, std::...

#opencv#c++#android studio +1
Charles导致gradle报错Plugin [id: ‘com.android.application‘, version: ‘7.1.3‘, apply: false] was not foun

项目升级gradle7.2之后报错Build file '/Users/xuefeng.kuang/Documents/GitHub/AndroidGradle7/build.gradle' line: 3Plugin [id: 'com.android.application', version: '7.1.3', apply: false] was not found in any of th

#android#gradle#android studio
gradle集成sonarqube

// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {repositories {google()maven{ url'http://maven.aliyun.com/nexus...

#gradle
Android httpclient如何让客户端提示服务器close连接

最近遇到一个问题,就是服务器上的连接数量很多,弄得服务器都崩溃了,但是查看客户端的代码,通讯完成后都关闭了输入输出流,所以只能在服务器端找原因了,找了半天,服务器没问题的,没有办法,只能去看httpClient的通讯模型了!通过查看模型,发现了一个问题,就是主动关闭连接的一方会立即断开连接,而被动断开连接的一方会过一会断开(类似于有个等待的时间),所以原因明确了!服务器端肯定是要主

#android#服务器
macos M1 vue项目node-sass预编译报错

错误原因是找不到python,Monterey 12.3苹果官方移除了python2,然后有些老的依赖又使用了python。安装下 python2即可。下面是全部的报错信息:

#前端#javascript#vue.js
react-native版本为0.60版本及以上版本时Android工程自动link无效

react-native版本为0.60版本及以上版本时Android工程自动link无效,如以下的依赖都没显示出来:这是因为我们的项目中用到Android studio打开Android工程的时候,rn的代码还没有执行npm install(或者配置的依赖路径不对),node_modules下没有需要link的依赖,这时候在.idea/modules.xml文件中没有相对应的依赖路径:解决方法:删

#android#react.js#react native
react-native axios https请求证书问题

_method: 'POST',_response: 'Unacceptable certificate: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US',

#android#react native
weex从入门到放弃。。

工作之余学习weex开发,记录下一些坑。。附下weex的版本信息问题一.版本不对应报错如下:E:\WeexProject\weext>weex debug tech_list.we./tech_list.weModule build failed: Error:Vue packages version mismatch:- vue@2.5.21 (C:\Use...

Flutter环境搭建

flutter中文官网https://flutterchina.club/setup-windows/一。下载前准备配置临时镜像export PUB_HOSTED_URL=https://pub.flutter-io.cnexport FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn上面是临时添加,也可以直接添加到系统...

#flutter
react-native axios https请求证书问题

_method: 'POST',_response: 'Unacceptable certificate: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US',

#android#react native
到底了