Super Snail

At the bottom of the well, it is destined to see only the sky at the wellhead. However, the starting point only affects the process of reaching your peak and does not determine the height you reach.

    Hexo-Theme-Snail

A succinct hexo theme.

hexo-theme-snailView Hexo-Theme-Snail Sources On Github ➾ Light theme preview Dark theme preview Star theme preview Hexo-theme-snail is a succinct hexo theme. It has two colors, light an......

Linux Reads Serial Data

This is a program that reads the data in the serial port in linux and stores it in the local satabase.

Computer serial port data reading is often used when using sensors. Next, I introduce the method of reading Linux serial port data in a project. I hope it will be helpful to you. Data FormatA set o......

LAMP Server Environment Tutorial

This is a Nginx server configure on Centos.

...

Start using hexo

This is a hexo blog building tutorial on GitHub.

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. Qu......

Vim configuration

This is a vim configuration.

Vim is one of the most popular text editors on linux, and it is a very powerful editor. Next, I take CentOS as an example to introduce the configuration of my vim. Live Demo Install Vim12./configur......

Sublime配置Python开发环境

Sublime is a great editor. This article mainly introduces how to make sublime compile python.

Sublime text3是一款跨平台的非常好用的编辑器,插件多,界面酷,属于轻量级的编辑器。经过配置,可以作为Python的编译器使用,下面是我的配置方法,以Windows为例。 安装Python直接去Python官网下载安装,安装比较简单,这里不再赘述 配置Sublime点击Tools -> Build System -> New Build System… 复制下面的代码1......