Azus

Never be a sad song with nothing to say.

0%

学习的时候的bin,碎碎记~ 💪

Read more »

Homebrew 🍺

在安装OpenCV过程中需要不同版本的python,这个时候了解了homebrew的相关技术,觉得unix文件系统管理相当的有意思。但是没有深挖,觉得是一个很大的技术黑盒,在这里站一个坑,以后来填。

Read more »

第一次接触计算机视觉,决定在Python下使用Opencv库,学习图像处理的同时熟悉Python语法。

Python@3.8 PyCharm with Opencv and numpy

Read more »

C++笔记

从C到C++的笔记,主要是面向对象方面的内容。

Read more »

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.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment