规范-编码
- 2020 年 1 月 2 日
- 筆記
规范-编码
c++编码规范
c++11, xcode, vistual studio
编码规范
http://zh-google-styleguide.r…
常用库
- 标准库: http://en.cppreference.com/w/
- 日志: https://sourceforge.net/proje…
- 配置: http://www.hyperrealm.com/lib…
- 测试: https://github.com/google/goo…
- boost: http://www.boost.org/
- thrift: http://thrift.apache.org/
- grpc: http://www.grpc.io/docs/quick…
- leveldb: https://github.com/google/lev…
go编码规范
go1.8, gogland
编码规范
http://docscn.studygolang.com…
开发工具
常用库
- 标准库: http://docscn.studygolang.com…
- 日志: https://github.com/cihub/seelog
- 配置: https://github.com/spf13/viper
- uuid: https://github.com/satori/go….
- leveldb: https://github.com/syndtr/gol…
- murmurhash3: https://github.com/spaolacci/…
- redis: https://github.com/garyburd/r…
- redis-cluster: https://github.com/chasex/red…
- mongo: http://gopkg.in/mgo.v2
- 命令行: http://gopkg.in/alecthomas/ki…
- grpc: http://www.grpc.io/docs/quick…
- http: https://github.com/gin-gonic/gin
python编码规范
python3, pycharm
编码规范
http://zh-google-styleguide.r…
开发工具
https://www.jetbrains.com/pyc…
常用库:
- pymysql
- httplib2
- kafka
- kafka-python
- pymongo
- psycopg2
- elasticsearch
- murmurhash3
shell编码规范
bash, zsh, pycharm
编码规范
http://zh-google-styleguide.r…
开发工具
https://www.jetbrains.com/pyc…
常用库
- oh-my-zsh: https://github.com/robbyrusse…
sql编码规范
mysql, psql, hive