摘要: 问题 android studio打开项目一直卡在scan files to index解决方法 解决方法 方法1:删除用户目录下的.gradle/caches文件夹 //我的:C:\Users\86177.gradle\caches 我没删除数字目录,这个是各个版本gradle文件的缓存,删除了要 阅读全文
posted @ 2025-01-16 17:04 yongfengnice 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 方式一:直接网站提取下载 选择1:直接搜素应用名称下载 直接进到下面任意一个网站中,搜索想要下载的应用即可。 (1)apkpure https://apkpure.com/ [推荐] (2)ApkMirro https://www.apkmirror.com/ (3)apkcombo https:/ 阅读全文
posted @ 2025-01-15 17:47 yongfengnice 阅读(458) 评论(0) 推荐(0) 编辑
摘要: vue开发调试源代码 1. main.js添加Vue.config.devtools = true //Vue.config.productionTip = false Vue.config.devtools = true 2. vue.config.js添加devtool: 'source-map 阅读全文
posted @ 2024-12-30 18:35 yongfengnice 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1. 概念说明 在js里,万物皆对象。方法(Function)是对象,原型(Function.prototype)是对象。实例(new Function)也是对象,因此,它们都会具有对象共有的特点。 所以这里涉及到对象有函数对象,原型对象、实例对象,说明的时候可以省略了对象两个字方便在说法上有区别, 阅读全文
posted @ 2024-12-27 11:32 yongfengnice 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #include "openssl/rsa.h" #include "openssl/pem.h" #include "openssl/err.h" #include "openssl/evp.h" #include "openssl/ec.h" #include <string> #include 阅读全文
posted @ 2024-11-26 18:52 yongfengnice 阅读(87) 评论(0) 推荐(0) 编辑
摘要: flutter开发使用blutter开源库逆向flutter应用步骤 1. 安装最新版本的Visual Studio,我安装的是Visual Studio 2022版本 2. 安装的是Visual Studio 2022的时候,也就是运行Visual Studio Installer安装模块的时候, 阅读全文
posted @ 2024-11-26 17:07 yongfengnice 阅读(215) 评论(0) 推荐(0) 编辑
摘要: android开发flutter项目每次运行都很慢的解决方法 1. 修改依赖库访问源为国内阿里云镜像 构建慢的原因一般都是卡在远程依赖地址访问的速度问题,比如国外镜像的访问,那就改为国内的,比如阿里云的看看能不能解决问题 //阿里云地址配置说明:https://developer.aliyun.co 阅读全文
posted @ 2024-10-24 16:26 yongfengnice 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 需要ubuntu安装patchelf软件:sudo apt-get install patchelf 1. 先使用readelf -d查看so内容结构 先使用readelf -d libpsl.so.5.3.5 查看libpsl.so.5.3.5库类型是NEEDED和SONAME的对应的名称是不是以 阅读全文
posted @ 2024-10-14 15:35 yongfengnice 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Ubuntu20环境下Android开发交叉编译curl库给Android使用 1. 编译zlib库 官网:http://zlib.net/ 解决后面出现的error: --with-openssl was given but OpenSSL could not be detected export 阅读全文
posted @ 2024-10-14 12:34 yongfengnice 阅读(327) 评论(3) 推荐(0) 编辑
摘要: openssl编译 本篇文章的操作是在Linux环境之下,在虚拟机ubuntu 20版本上操作的步骤 1. openssl下载解压tar包 openssl下载地址:https://openssl-library.org/source/ 下载完解压:tar -zxvf openssl-3.3.2.ta 阅读全文
posted @ 2024-10-10 18:13 yongfengnice 阅读(681) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示