解决启动Flutter App时出现s_glGetUniformLocation:2206 GL error 0x502错误

错误: 一种临时解决方式:修改AVD使用软件渲染。 该解决方案来自

acautomaton 发布于 2024-08-11

解决Flutter编译一直显示Running Gradle task 'assembleDebug'...

Flutter版本:3.22.3 该解决办法源自https://www.cnblogs.com/fanqisoft/p/17528904.html,但是原文已不适用于最新版本。

acautomaton 发布于 2024-08-11

Java 21通过Maven导入全部Spring Framework包

<properties> <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> <project.buil

acautomaton 发布于 2023-09-14

redis.conf

# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen

acautomaton 发布于 2023-08-01

SpringBoot 引入 Log4j2

一、引入依赖 SpringBoot默认使用logback的日志框架,所以需要排除logback,否则会有依赖冲突 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-star

acautomaton 发布于 2023-07-22

EMQX使用JwtToken进行访问控制

一、认证 进入后台界面后,选择访问控制->客户端认证 在右上角选择创建 认证方式选择JWT JWT无需选择数据源 配置参数 JWT来自于password 加密方式hmac-based Secret填写预设的JWT私钥,关闭Base64编码 配置负载验证 Claim Expected Value cl

acautomaton 发布于 2023-06-25

基于 Springboot 3.0.x 使用MQTT协议连接到EMQX服务器

一、引入依赖 <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-stream</artifact

acautomaton 发布于 2023-06-24