loading
Life has abused me thousands of times, and I treat life like my first love.
22
Docker Docker
docker 基础入门 参考链接:菜鸟 Docker docker 入门官方文档中文文档 大概操作流程: docker 在线测试网站: play With Docker,这是一个可以用来在线练习 docker 指令的网站,具备一切 d
2020-03-22
21
Linux 基础 Linux 基础
Linux 基础LAMP:Linux Apache MySQL PHP LNMP:Linux Nginx MySQL PHP WAMP:Windows Apache MySQL PHP Linux 是一个操作系统。 一、Linux 介绍1、
2020-03-21
12
Nginx Nginx
location 优先级 = > ^~(匹配开头) > ~(正则) > / 反向代理 设想: 访问 http://localhost/music 代理到 http://music.jingho
2020-03-12
08
TypeScript TypeScript
tsconfig 文件配置选项介绍compilerOptions编译选项target用于指定编译之后的版本目录“target”: “es5”, module用来指定要使用的模板标准 “module”: “commonjs”, lib用于指定
2020-03-08