作者:Administrator

springboot_项目结构_数据库

# TOMCAT项目结构 !\[Springboot war\](https://z3.ax1x.com/2021/06/26/R8YDfg.png) \`\`\`xml index.jsp index1.jsp servlet1 net.test.TestServlet servlet1 \*.d

Administrator Administrator 发布于 2026-05-17

Springboot,Spring

!\[请输入图片描述\]\[1\] !\[请输入图片描述\]\[2\] \[1\]: https://img1.imgtp.com/2022/07/30/OQFPCgdo.png \[2\]: https://img1.imgtp.com/2022/07/30/AWjWZxSp.png

Administrator Administrator 发布于 2026-05-17

Springboot启动前执行方法

## 1.实现ServletContextAware接口并重写其setServletContext方法 \`\`\`java @Component public class TestStarted implements ServletContextAware { /\*\* \* 在填充普通bean

Administrator Administrator 发布于 2026-05-17

SQL优化

--- title: Sql date: 2022-01-20 11:16:50 updated: 2022-01-20 11:16:50 comments: true tags: - 优化 - sql lang: zh_CN --- 1. 对查询进行优化,应尽量避免全表扫描,首先应考虑在 wher

Administrator Administrator 发布于 2026-05-17

springCloudAlibaba搭建笔记

# Nacos搭建 - 创建文件conf/cluster.conf 配置地址 \`\`\`shell ip1:port1 ip2:port2 # nacos对应的ip与端口,每个ncaos都要有本文件 \`\`\` - 然后修改application.properties对应端口 - 数据库使用同一

Administrator Administrator 发布于 2026-05-17

SpringCloud_未完成

# 传统架构 分布式+Dubbo !\[image-20200906111828992\](https://i.loli.net/2020/09/06/9jUCHOSyFZqTpWk.png) # 微服务架构 ## 微服务架构的优缺点 微服务关注的是敏捷,快速开发 !\[image-20211126

Administrator Administrator 发布于 2026-05-17

springboot2

# Managing the Application Availability State \`\`\`java @Component public class ReadinessStateExporter { @EventListener public void onStateChange(Ava

Administrator Administrator 发布于 2026-05-17

SpringCloud,微服务,云原生

!\[请输入图片描述\]\[1\] !\[请输入图片描述\]\[2\] !\[请输入图片描述\]\[3\] !\[请输入图片描述\]\[4\] \[1\]: https://img1.imgtp.com/2022/07/30/ViPN6RDT.png \[2\]: https://img1.imgt

Administrator Administrator 发布于 2026-05-17

tensorflow 测量工具,与自定义训练

``` # 新建测量器 m = tf.keras.metrics.Accuracy() # 写入测量器 m.update_state([0,1,1],[0,1,2]) # 读取统计信息 m.result() # 准确率为0.66 # 清除 m.reset_states() ``` ``` acc_m

Administrator Administrator 发布于 2026-05-17

systemctl

--- title: Systemctl date: 2022-01-16 15:04:50 updated: 2022-01-16 15:04:50 comments: true tags: - linux - systemctl categories: - \[note\] lang: zh_C

Administrator Administrator 发布于 2026-05-17
上一页 下一页