摘要: 创建Spring项目 IDEA打开New Project-Maven Archetype,选择Archetype:org.apache.maven.archetypes:maven-archetype-quickstart IDEA更换国内源,Maven可以配置aliyun镜像(这里略) 添加 Sp 阅读全文
posted @ 2024-07-09 11:27 Andy_lu020 阅读(370) 评论(0) 推荐(1)
摘要: 博客站点: https://www.wdbyte.com/bing-wallpaper-400/ https://codexun.com/posts/bing-wallpaper-data-scraper-and-doc-generator https://blog.csdn.net/weixin_ 阅读全文
posted @ 2025-10-24 14:34 Andy_lu020 阅读(2) 评论(0) 推荐(0)
摘要: 日期:2025.09.04 首先新建java文件: import java.util.ArrayList; import java.util.List; public class HeapOOM { static class OOMObject{} public static void main(S 阅读全文
posted @ 2025-09-04 15:50 Andy_lu020 阅读(4) 评论(0) 推荐(0)
摘要: 日期:2025.08.28 简介 Arthas 是阿里开源的一款线上监控诊断工具。 官方网址: https://arthas.aliyun.com/ 码云地址: http://arthas.gitee.io/ GitHub地址:https://github.com/alibaba/arthas 安装 阅读全文
posted @ 2025-08-28 16:12 Andy_lu020 阅读(20) 评论(0) 推荐(0)
摘要: 一. 安装Firefox国际版 1. 检查是否是国际版 看截图: 是Mozilla基金会的就是国际版 2. 下载安装包 地址:https://www.firefox.com/en-US/download/all/ 最新版是 Firefox Setup 141.0.3.exe 二. 登录账号 1. 提 阅读全文
posted @ 2025-08-12 16:57 Andy_lu020 阅读(316) 评论(0) 推荐(0)
摘要: 需求截图: 开始拿到这个中文域名(XXXX.公益),浏览器访问返回: 直接访问不行,ping域名: 发现ping中文域名和之前的英文域名都能返回服务器的ip,telnet端口也是通的。 这里有个知识点,浏览器访问中文域名会自动进行Punycode编码转换成英文地址,英文地址的后缀表示网站的类别: 常 阅读全文
posted @ 2025-06-30 16:50 Andy_lu020 阅读(22) 评论(0) 推荐(0)
摘要: 某pod应用:pre-secure-modules-system,连MySQL库报异常。 异常信息: 始以为是数据库版本问题,查看服务器数据库版本为: 而东南亚的是8.0.30-txsql,查找文档说明,mysql-jdbc,8.0.*都适配版本,排除是驱动版本问题。 参考地址:(https://w 阅读全文
posted @ 2025-05-09 13:43 Andy_lu020 阅读(13) 评论(0) 推荐(0)
摘要: 硬件准备 购买清单: esp8266 01s开关继电器模块(带烧录器) -220v转5v模块 -usb插头线 软件准备 安装Arduino编译环境 1.1 下载Arduino IDE 下载地址:https://www.arduino.cc/en/software/ 1.2 安装与配置 主页 这些提示 阅读全文
posted @ 2025-04-17 10:17 Andy_lu020 阅读(176) 评论(0) 推荐(0)
摘要: 准备linux环境 购买的是腾讯云2G、2核、5M、按量竞价计费的服务器,一天大概需要1元,很便宜。 准备一个jar包,能通过java命令启动就行 访问阿里云云原生应用脚手架(https://start.aliyun.com/) 选择Spring Web模块下载(需要SpringBoot版本是2.* 阅读全文
posted @ 2025-04-14 14:03 Andy_lu020 阅读(11) 评论(0) 推荐(0)
摘要: 需要安装Tree for Windows工具 打开进入 Tree for Windows 页面,选择下载 Binaries zip 文件。 解压压缩包,找到压缩包内的 bin 目录,可以看到 tree.exe 工具。 打开需要导出的目录,在当前目录执行cmd命令,命令如C:\Users\***\Do 阅读全文
posted @ 2025-01-08 11:38 Andy_lu020 阅读(308) 评论(0) 推荐(0)
摘要: 官方文档 What is Apache Shiro? Apache Shiro is a powerful and easy to use Java security framework that offers developers an intuitive yet comprehensive so 阅读全文
posted @ 2024-07-19 16:18 Andy_lu020 阅读(47) 评论(0) 推荐(0)