Tony老师的博客
  • 首页
  • 文章
  • 相册
  • 技术
  • 关于

Tony老师的博客

本周阅读清单20190128

1.golang select-case 实现机制

https://hitzhangjie.github.io/jekyll/update/2018/05/19/golang-select-case%E5%AE%9E%E7%8E%B0%E6%9C%BA%E5%88%B6.html

2.如何优雅的控制 goroutine 的数量

https://my.oschina.net/xlplbo/blog/682884

3.LIMIT THE NUMBER OF GOROUTINES RUNNING AT THE SAME TIME

https://blog.antoine-augusti.fr/2015/12/limit-the-number-of-goroutines-running-at-the-same-time/

4.Hive 之 COUNT DISTINCT 优化

http://datavalley.github.io/2016/02/15/Hive%E4%B9%8BCOUNT-DISTINCT%E4%BC%98%E5%8C%96

5.理解 LINUX 的 MEMORY OVERCOMMIT

http://linuxperf.com/?p=102

6.mysql: show processlist 详解

https://zhuanlan.zhihu.com/p/30743094

继续阅读

本周阅读清单20190103

1.TDSQL 特有的 MySQL 内核功能介绍

https://zhuanlan.zhihu.com/p/50774800

2.MySQL 主键设计

http://seanlook.com/2016/05/13/mysql-innodb-primary_key/

3.Logstash 最佳实践

https://doc.yonyoucloud.com/doc/logstash-best-practice-cn

4.消息队列技术很好的总结

https://www.jianshu.com/p/689ce4205021

5.剖析Laravel队列系统–Worker

https://yuanxuxu.com/2017/07/17/pou-xi-laraveldui-lie-xi-tong-worker/

继续阅读

本周阅读清单20181210

1.go 指针和内存分配详解

https://segmentfault.com/a/1190000017473672

2.初探 Go 的编译命令执行过程

https://halfrost.com/go_command/

3.[译]代码审查之最佳实践

https://mp.weixin.qq.com/s/p_CNasQxzdni4G2eD0xUrQ

4.WEB内容安全政策(CSP)

https://developers.google.com/web/fundamentals/security/csp/?hl=zh-cn

5.如何学习分布式系统

https://www.cnblogs.com/xybaby/p/7787034.html

继续阅读

本周阅读清单20181123

1.MySQL的异步复制和半同步复制

https://www.jianshu.com/p/d877cbe9f0f0

2.Go调度器原理浅析

https://www.cnblogs.com/ralap7/p/9190416.html

3.golang后台服务设计精要

http://litang.me/post/golang-server-design/

4.Go’s http package by example(总结很好)

https://cryptic.io/go-http/

5.函数式编程初探

http://www.ruanyifeng.com/blog/2012/04/functional_programming.html

继续阅读

本周阅读清单 20181112

  1. 腾讯云点播视频加密方案
    https://cloud.tencent.com/document/product/266/9638

  2. HTTP Live Streaming (HLS) 概念
    https://www.jianshu.com/p/2ce402a485ca

  3. RTMP HLS HTTP 直播协议一次看个够
    https://www.jianshu.com/p/4c89b2c83e59

  4. Golang 并发原理及 GPM 调度策略(一)
    http://www.cnblogs.com/mokafamily/p/9975980.html

  5. Go 基础系列:互斥锁 Mutex 和读写锁 RWMutex 用法详述
    http://www.cnblogs.com/f-ck-need-u/p/9998729.html

继续阅读

本周阅读清单 20181105

  1. Writing Protobuf Services in PHP
    https://mattallan.org/posts/protobuf-php-services/

  2. Practical Persistence in Go: Organising Database Access
    https://www.alexedwards.net/blog/organising-database-access

  3. CORS 跨域 Cookie 的设置与获取
    https://www.jianshu.com/p/13d53acc124f

  4. Go 语言字符串高效拼接(一)
    https://juejin.im/post/5be23a01518825697344f05e

  5. govendor 使用
    https://www.orztu.com/post/using-govendor/

继续阅读

MySQL 字段为 NULL 的查询问题

MySQL 中 NULL 的处理与普通值不同,需要特别注意。

继续阅读

本周阅读清单 20181022

  1. Practical Go: Real world advice for writing maintainable Go programs
    https://dave.cheney.net/practical-go/presentations/qcon-china.html

  2. What happened to MySQL 6 & 7?
    https://dba.stackexchange.com/questions/207506/what-happened-to-mysql-6-7

  3. 工厂模式——看这一篇就够了
    https://juejin.im/entry/58f5e080b123db2fa2b3c4c6

  4. What is a Laravel Interface?
    https://vegibit.com/what-is-a-laravel-interface/

  5. 理解 UUID
    http://wsfdl.com/algorithm/2013/09/05/理解UUID.html

继续阅读

本周阅读清单 20181008

  1. Laravel 中的 Pivot 表与多对多关系
    https://9iphp.com/web/laravel/pivot-tables-and-many-to-many-relationships.html

  2. Laravel 的 tap 函数用法
    https://laravel-china.org/articles/3893/laravel-tap-usage

  3. Laravel 5.5 模型关联
    https://laravel-china.org/docs/laravel/5.5/eloquent-relationships/1333

  4. Laravel Collection “tap” Method
    https://laravel-news.com/collection-tap

  5. goroutine 同步方法总结
    https://yq.aliyun.com/articles/649314

  6. 面向对象设计之里氏替换原则(LSP)
    https://juejin.im/post/5a31ecedf265da43346fed08

继续阅读

本周阅读清单(2018年9月24日)

  1. iOS 中使用 Protocol Buffers

  2. Laravel 模型事件实现原理

  3. Install PEAR and PECL on Mac OS X

  4. GNU Linux和Unix Darwin BSD等

  5. 编译器的工作过程

继续阅读
  • ««
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • »»
© Tony老师的博客 2026