会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Peter Jones
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
90
下一页
2025年8月20日
MySQL主从搭建
摘要: 参考:https://www.cnblogs.com/Sol-wang/p/17122439.html 规划 1.机器规划 # 单台虚拟机 192.168.239.128:3306 master 192.168.239.128:3307 slave1 192.168.239.128:3308 sla
阅读全文
posted @ 2025-08-20 17:54 Peter.Jones
阅读(3)
评论(0)
推荐(0)
2025年8月10日
内网穿透SSH-中转服务方式
该文被密码保护。
阅读全文
posted @ 2025-08-10 19:34 Peter.Jones
阅读(0)
评论(0)
推荐(0)
2025年7月8日
Skywalking配置
该文被密码保护。
阅读全文
posted @ 2025-07-08 17:10 Peter.Jones
阅读(0)
评论(0)
推荐(0)
支付系统
该文被密码保护。
阅读全文
posted @ 2025-07-08 14:43 Peter.Jones
阅读(0)
评论(0)
推荐(0)
2025年6月12日
shardingJDBC分库和分表
摘要: application.yml spring: shardingsphere: props: sql-show: true datasource: names: db0,db1 db0: type: com.zaxxer.hikari.HikariDataSource driver-class-na
阅读全文
posted @ 2025-06-12 14:36 Peter.Jones
阅读(16)
评论(0)
推荐(0)
shardingJDBC分表
摘要: pom.xml <!-- 数据库分片 --> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
阅读全文
posted @ 2025-06-12 14:30 Peter.Jones
阅读(21)
评论(0)
推荐(0)
2025年4月24日
SpringMVC源码分析之:Tomcat容器启动过程和Spring的初始化机制
摘要: 总览 Tomcat容器启动阶段 │ ├─ 1. StandardContext#startInternal() │ │ │ ├─ 1.1 调用SpringServletContainerInitializer#onStartup() │ │ │ │ │ ├─ 注册ContextLoaderListe
阅读全文
posted @ 2025-04-24 11:53 Peter.Jones
阅读(19)
评论(0)
推荐(0)
2025年4月8日
AI学习之 Hello World : 识别鸢尾花(Iris)【深度学习】
摘要: # 导入库 import seaborn as sns # 绘图 import numpy as np # 数值运算 # 机器学习: sklearn from sklearn.model_selection import train_test_split # 深度学习:tf.keras from t
阅读全文
posted @ 2025-04-08 09:32 Peter.Jones
阅读(33)
评论(0)
推荐(0)
AI学习之 Hello World : 识别鸢尾花(Iris)【机器学习】
摘要: # 导入库 import seaborn as sns # 绘图 import numpy as np # 数值运算 # 机器学习: sklearn from sklearn.model_selection import train_test_split from sklearn.linear_mo
阅读全文
posted @ 2025-04-08 09:23 Peter.Jones
阅读(30)
评论(0)
推荐(0)
2025年3月26日
matplotlib之柱状图
摘要: # 柱状图 import matplotlib.pyplot as plt movie_name = ['雷神3:诸神黄昏','正义联盟','东方快车谋杀案','寻梦环游记','全球风暴','降魔传','追捕','横坐标'] x = range(len(movie_name)) y = [73853
阅读全文
posted @ 2025-03-26 18:44 Peter.Jones
阅读(4)
评论(0)
推荐(0)
1
2
3
4
5
···
90
下一页
公告