重学python
空余时间较系统的重新学python
VS2022中Opencv的配置
在VS2022中进行Opencv的配置,能在C++中使用Opencv库
基于anoconda的python环境搭建与版本控制
anaconda的安装与使用、python环境的搭建、jupyter的使用
yolov5源代码学习与调试
yolov5源代码学习与调试,包括报错与输出等
“2”开头的第一年
20岁总结日志
缺陷检测综述
缺陷检测综述
基础网络架构
基础主干网络架构
hexo教程
hexo主题的配置
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.$1 \times 1$
\begin{bmatrix}
0 & 0 & 0\\\\
0 & 1 & 0\\\\
0 & 0 & 0\\\\
\end{bmatrix}\begin{pmatrix}
0&1&1\\\\
1&1&0\\\\
1&0&1\\\\
\end{pmatrix}
\begin{pmatrix}
x & y\\\\
z & t
\end{pmatrix}Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo serv ...