23种设计模式都提供测试用例,使用方法:
克隆项目: git clone git@github.com:TIGERB/easy-tips.git
运行脚本: php [文件夹名称]/test.php, 例如测试责任链模式: 运行 php chainOfResponsibility/test.php
运行结果: 请求5850c8354b298: 令牌校验通过~ 请求5850c8354b298: 请求频率校验通过~ 请求5850c8354b298: 参数校验通过~ 请求5850c8354b298: 签名校验通过~ 请求5850c8354b298: 权限校验通过~
原文地址:http://benchmarking.blog.51cto.com/12343634/1882906