sjl421 / notes-3

:notebook_with_decorative_cover: Linux、MySQL、Nginx、PHP、Git、Shell等笔记

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes

学习笔记

目录树

├── Frontend
│   ├── CSS.md
│   ├── HTML.md
│   ├── JSON.md
│   ├── Javascript.md
│   ├── Less.md
│   ├── Sass.md
│   ├── XML.md
│   ├── YAML.md
│   └── jQuery.md
├── Git
│   ├── Git.md
│   ├── git-commit-message-change-log.md
│   └── 常用Git命令清单.md
├── Go
│   ├── Go.md
│   ├── Golang.md
│   ├── golang.go
│   └── hello-world.go
├── Linux
│   ├── C++.md
│   ├── C.md
│   ├── Java.md
│   ├── Vim.md
│   ├── bash.md
│   └── the-art-of-command-line.md
├── Lua
│   └── Lua.md
├── MongoDB
│   └── SQL到Mongo的对应表.md
├── MySQL
│   ├── MySQL数据库开发的三十六条军规.md
│   ├── 语法.md
│   └── 数据类型.md
├── PHP
│   ├── PHP.md
│   ├── PHP7.0至PHP7.3的新特性.md
│   ├── PHPUnit.md
│   ├── PHP的SPL-Exception.md
│   ├── PHP常量.md
│   ├── PHP工具包.md
│   ├── PHP常用函数.md
│   ├── PHP学习路线图.md
│   └── php.php
├── Python
│   ├── Python.md
│   └── Python3.md
├── Redis
│   └── Redis.md
├── Ruby
│   └── Ruby.md
├── Rust
│   ├── Rust.md
│   └── hello-world.rs
├── Vue
│   └── demo.html
├── CHANGELOG.md
├── Chrome.md
├── LICENSE
├── PhpStorm.md
├── README.md
├── Select-license.md
├── Shell.md
├── Sublime.md
├── Useful-website.md
├── Vscode.md
├── iOS.md
├── mac-man-cn.md
├── macOS.md
├── 设计模式(45种).md
├── 应用代码分层.md
├── 《代码整洁之道》.md
└── 设计模式的七大原则.md

Linux

PHP

Redis

Go

MySQL

MongoDB

Git

其他

License

Apache License 2.0

About

:notebook_with_decorative_cover: Linux、MySQL、Nginx、PHP、Git、Shell等笔记

License:Apache License 2.0


Languages

Language:Python 85.3%Language:Go 8.5%Language:PHP 6.0%Language:Rust 0.2%