- 博客(4)
- 收藏
- 关注
原创 IDEA Error:java: 无效的源发行版: 17错误
另外:springBoot可以检查一下pom.xml里面springBoot的版本,3.0.4以上的话最低就只支持jdk17,都改了也没用,需要改springBoot的版本。JDK使用的11版本。
2024-05-09 09:26:22
309
1
原创 python 改变数组元素值
import numpy as npfrom keras import backendfrom PIL import Imagea = np.array([0,255,255,0,255,0,0,255,0,0])print(a)print(a.shape)b = np.array([0,255,0,0,255,0,0,255,0,0])c = a.flatten()d = a.flatten()print(c.shape)print(c)#方法一:b[b==255]=1 .
2022-04-02 09:17:50
6205
原创 OSError: `pydot` failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) an
`pydot` failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/)
2022-02-05 17:07:09
924
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人