EvanZhao

The journey is the reward

Mac OS X配置环境变量

Mac端环境变量配置 Mac使用bash做为默认的shell MAC OS X环境配置的加载顺序 ### 系统级别 /etc/profile /etc/paths ### 用户级别 /.bash_profile /.bash_login /.profile /.bashrc 前两个是系统级别的环境变量

公平的洗牌算法

很多时候,面对很多问题,我们思考的方向,并非是怎么解决,而是,我们要解决的问题究竟是什么

今天给大家介绍大名鼎鼎的Knuth-Shuffle算法

微服务核心知识整理与归纳

本人初学微服务,此文章是对自己所学的内容进行整理和总结

我对相关知识的理解还不是很到位,随着学习的深入,本文也会随时被更新,如有发现了错误还请指出,感谢

How To Build A Personal Blog Site

This tutorial will teach you how to build a website like mine, and it's completely free.

Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website. How to Install Install Hugo as Your Site Generator (Binary Install) Homebrew (macOS) brew install hugo Chocolatey (Windows) choco install hugo -confirm Use the installation instructions in the Hugo documentation

How To Build A Personal Blog Site(中文版)

This tutorial will teach you how to build a website like mine, and it's completely free.

Hugo 是一款使用Go语言编写的静态语言生成器。它对构建速度,易用性和可配置性等方面进行了优化。Hugo的目录内包含content和templat