共 8 篇文章
本周阅读清单 20191130
Uber 的 Go 指导规范
https://github.com/uber-go/guide/blob/master/style.md使用 JWT 保证服务间通信的安全
https://abekthink.github.io/backend/json-web-token/MySQL 查询对大小写不敏感
https://www.jianshu.com/p/408daf82ac71服务流量限制(漏桶、令牌桶)
https://chai2010.cn/advanced-go-programming-book/ch5-web/ch5-06-ratelimit.html为什么推荐 InnoDB 引擎使用自增主键?
https://blog.csdn.net/zheng0518/article/details/76302167MySQL 唯一性索引与 NULL 字段
https://yemengying.com/2017/05/18/mysql-unique-key-null/
本周阅读清单 20190830
HTTP 代理原理及实现
https://imququ.com/post/web-proxy.html为什么使用通信来共享内存?
https://draveness.me/whys-the-design-communication-shared-memory深入理解 Go-defer 的原理剖析
https://juejin.im/post/5d71d1edf265da03e52356fbNginx 实现 JWT 验证-基于 OpenResty 实现
https://segmentfault.com/a/1190000015677681更加顺手的用好 Laravel 的多态关联
https://segmentfault.com/a/1190000020811031
本周阅读清单 20190808
PHP 正则 preg_match 匹配长度限制
https://learnku.com/articles/7193/php-regular-preg-match-matching-length-limit深悉正则(pcre)最大回溯/递归限制
http://www.laruence.com/2010/06/08/1579.htmlRedis 的内存优化
https://cachecloud.github.io/2017/02/16/Redis内存优化Content-Disposition 的 filename 与 filename 区别*
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Content-DispositionRedis Scan 命令原理
https://segmentfault.com/a/1190000018218584Redis 字典的遍历 dictScan 算法
http://www.langdebuqing.com/redis%20notebook/redis源码解读:字典的遍历dictScan.html
本周阅读清单 20181112
腾讯云点播视频加密方案
https://cloud.tencent.com/document/product/266/9638HTTP Live Streaming (HLS) 概念
https://www.jianshu.com/p/2ce402a485caRTMP HLS HTTP 直播协议一次看个够
https://www.jianshu.com/p/4c89b2c83e59Golang 并发原理及 GPM 调度策略(一)
http://www.cnblogs.com/mokafamily/p/9975980.htmlGo 基础系列:互斥锁 Mutex 和读写锁 RWMutex 用法详述
http://www.cnblogs.com/f-ck-need-u/p/9998729.html
本周阅读清单 20181105
Writing Protobuf Services in PHP
https://mattallan.org/posts/protobuf-php-services/Practical Persistence in Go: Organising Database Access
https://www.alexedwards.net/blog/organising-database-accessCORS 跨域 Cookie 的设置与获取
https://www.jianshu.com/p/13d53acc124fGo 语言字符串高效拼接(一)
https://juejin.im/post/5be23a01518825697344f05egovendor 使用
https://www.orztu.com/post/using-govendor/
本周阅读清单 20181022
Practical Go: Real world advice for writing maintainable Go programs
https://dave.cheney.net/practical-go/presentations/qcon-china.htmlWhat happened to MySQL 6 & 7?
https://dba.stackexchange.com/questions/207506/what-happened-to-mysql-6-7工厂模式——看这一篇就够了
https://juejin.im/entry/58f5e080b123db2fa2b3c4c6What is a Laravel Interface?
https://vegibit.com/what-is-a-laravel-interface/理解 UUID
http://wsfdl.com/algorithm/2013/09/05/理解UUID.html
本周阅读清单 20181008
Laravel 中的 Pivot 表与多对多关系
https://9iphp.com/web/laravel/pivot-tables-and-many-to-many-relationships.htmlLaravel 的 tap 函数用法
https://laravel-china.org/articles/3893/laravel-tap-usageLaravel 5.5 模型关联
https://laravel-china.org/docs/laravel/5.5/eloquent-relationships/1333Laravel Collection “tap” Method
https://laravel-news.com/collection-tapgoroutine 同步方法总结
https://yq.aliyun.com/articles/649314面向对象设计之里氏替换原则(LSP)
https://juejin.im/post/5a31ecedf265da43346fed08