Dean's blog
首页
关于
登录
菜单
首页
关于
归档
2026 年 05 月
springCloudAlibaba搭建笔记
2026-05-17
默认分类
# Nacos搭建 - 创建文件conf/cluster.conf 配置地址 \`\`\`shell ip1:port1 ip2:port2 # nacos对应的ip与端口,每个ncaos都要有本文件 \`\`\` - 然后修改application.properties对应端口 - 数据库使用同一
SpringCloud_未完成
2026-05-17
默认分类
# 传统架构 分布式+Dubbo !\[image-20200906111828992\](https://i.loli.net/2020/09/06/9jUCHOSyFZqTpWk.png) # 微服务架构 ## 微服务架构的优缺点 微服务关注的是敏捷,快速开发 !\[image-20211126
springboot2
2026-05-17
默认分类
# Managing the Application Availability State \`\`\`java @Component public class ReadinessStateExporter { @EventListener public void onStateChange(Ava
SpringCloud,微服务,云原生
2026-05-17
默认分类
!\[请输入图片描述\]\[1\] !\[请输入图片描述\]\[2\] !\[请输入图片描述\]\[3\] !\[请输入图片描述\]\[4\] \[1\]: https://img1.imgtp.com/2022/07/30/ViPN6RDT.png \[2\]: https://img1.imgt
tensorflow 测量工具,与自定义训练
2026-05-17
默认分类
``` # 新建测量器 m = tf.keras.metrics.Accuracy() # 写入测量器 m.update_state([0,1,1],[0,1,2]) # 读取统计信息 m.result() # 准确率为0.66 # 清除 m.reset_states() ``` ``` acc_m
systemctl
2026-05-17
默认分类
--- 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
tensorflow,keras,cuda对应关系
2026-05-17
默认分类
  * MeanAbsoluteError (绝对值误差,用于回归,可以简写为MAE,函数形式为mae) * MeanAbsolutePercentageError
ThreadLocal
2026-05-17
默认分类
!\[请输入图片描述\]\[1\] \[1\]: https://img1.imgtp.com/2022/07/30/9o0tvWCr.png
上一页
1 / 26
2 / 26
3 / 26
4 / 26
5 / 26
6 / 26
7 / 26
8 / 26
9 / 26
10 / 26
11 / 26
12 / 26
13 / 26
14 / 26
15 / 26
16 / 26
17 / 26
18 / 26
19 / 26
20 / 26
21 / 26
22 / 26
23 / 26
24 / 26
25 / 26
26 / 26
下一页