本文分类:news发布日期:2025/1/11 15:59:27
相关文章
SpringBoot默认配置文件
Spring Boot到底默认帮我们配置了哪些东西,可以从他的默认装配文件查找, 以下是常见的SpringBoot的默认装配文件:
org.springframework.boot:spring-boot:2.6.4:/META-INF/spring.factories
# Logging Systems
org.springframework.boot.lo…
建站知识
2025/1/3 0:32:27
SpringBoot+Vue校园管理系统(前后端分离)
技术栈
JavaSpringBootMavenMyBatisMySQLVueElement-UIShiro
系统角色
管理员用户院系管理员
系统功能截图
建站知识
2025/1/8 5:27:47
MacBook M系列芯片安装php8.2
适用于M1\M2\M3等系列的MacBook,记录下安装过程
安装brew
打开终端,执行如下命令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"安装zsh(非必须) …
建站知识
2025/1/2 16:31:12
MySQL报ERROR 2002 (HY000)解决
今天在连接客户服务器时MySQL的时候报: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql/mysql.sock’ (2) [rootXXX ~]# mysql -uroot -p Enter password: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket…
建站知识
2025/1/6 1:35:50
每日一题34:数据分组之查找每个员工花费的总时间
一、每日一题
表: Employees
-------------------
| Column Name | Type |
-------------------
| emp_id | int |
| event_day | date |
| in_time | int |
| out_time | int |
-------------------
在 SQL 中,(emp_id, event_day, in_time) 是…
建站知识
2025/1/5 22:36:13