An open API service indexing awesome lists of open source software.

https://github.com/tiechui1994/note

web develop note
https://github.com/tiechui1994/note

linux mysql network networks nginx pgsql redis

Last synced: 5 months ago
JSON representation

web develop note

Awesome Lists containing this project

README

          

# Note

## 权限控制
- [访问权限列表](auth/acl.md)
- [基于角色的访问控制](auth/rbac.md)
- [基于属性的访问控制](auth/abac.md)
- [casbin](auth/casbin.md)

## TCP
- [TCP状态迁移](tcp/state.md)

## HTTP
- [QPS概念](http/qps.md)
- [websocket数据帧](http/ws.md)
- [时间格式](http/timezone.md)
- [跨域共享方案](http/cors.md)
- [跨域解决方案](http/cross-method.md)

## CERT
- [TLS/SSL 证书解读](cert/ssl.md)

## Redis相关
- [redis的发布/订阅基础](redis/redis.md)

## MySQL相关
- [mysql的sqlmode](mysql/sqlmode.md)
- [mysql时间类型详解](mysql/time.md)
- [mysql列的信息](mysql/column.md)
- [mysql关键字COLLATE](mysql/collate.md)

- [mysql树结构设计](mysql/tree-design.md)
- [mysql性能注意点](mysql/performance.md)

- [mysql InnoDB 锁](mysql/innodb-lock.md)
- [mysql日志](mysql/log.md)

- [variables](mysql/variable.md)
- [alter](mysql/cmd/alter.md)
- [grant](mysql/cmd/grant.md)
- [function](mysql/function.md)
- [show](mysql/cmd/show.md)

- [时间函数](mysql/time.md)

## PgSQL
- [table](pgsql/table.md)
- [user](pgsql/user.md)

## Mongodb
- [user](mongodb/user.md)

## Nginx配置
- [nginx介绍](nginx/nginx.md)
- [https配置](nginx/https.md)
- [location配置](nginx/location.md)
- [log配置](nginx/log.md)
- [rewrite配置](nginx/redirect.md)
- [upstream配置](nginx/upstream.md)

- [代理配置](nginx/nginx-proxy.md)
- [代理缓存配置](nginx/nginx-proxy-cache.md)
- [代理缓冲配置](nginx/nginx-proxy-buffer.md)
- [memcached配置](nginx/nginx-memcached.md)

## Git
- [git tag的使用](git/git-tag.md)
- [gitlab ci编写](git/gitlab-ci.md)

## Linux
- [vim](linux/vim.md)
- [io](linux/io.md)

## DNS
- [DNS安装脚本](https://www.github.com/tiechui1994/linux-tools/master/web/dns.sh)

## Docker
- [Dockerfile文件](docker/dockerfile.md)
- [docker-compose](docker/docker-compose.md)

## RPC
- [protobuf协议](rpc/protobuf.md)