background picture of the home page

Hello World

免费随机图片api接口

参考: https://blog.csdn.net/likepoems/article/details/123924270 搏天:https://api.btstu.cn/ 樱道:https://api.r10086.com/ 樱花:https://www.dmoe.cc/ 保罗:https://a

thumbnail of the cover of the post

SpringBoot使用@Value注入静态属性

参考: https://www.cnblogs.com/bgyb/p/14945489.html 配置文件:yml #用户信息 userMag: userName: "王小波" userAge: "21" 工具实体类:UserConstant @Component public class

thumbnail of the cover of the post

用随机森林回归填补缺失值

参考: https://blog.csdn.net/BSLDTH/article/details/106405281 #导入需要的库 import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklear

thumbnail of the cover of the post

动态sql

0.前期准备 CREATE TABLE tb_employee ( id INT AUTO_INCREMENT PRIMARY KEY, loginname VARCHAR(18) NULL, password VARCHAR(18) NULL, name

thumbnail of the cover of the post