- 授权协议: GPL
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/chatfeed/yii2-doc
- 软件文档: https://github.com/chatfeed/yii2-doc/blob/master/README.md
- 官方下载: https://github.com/chatfeed/yii2-doc
软件介绍
YII2接口文档工具:
使用注释自动生成基于YII2的接口文档,自动获取模型中注释。
安装方式
composer require chatfeed/yii2-doc "*"
配置
'module'=>[ 'doc' => [ 'class' => 'cfd\doc\Module', 'modelDescriptions'=>require __DIR__.'/model_description.php', 'modelsMap'=>[ '\common\base_models\kds\\', ] ] ]
用户自定义模型
return [ 'demo'=>[ ['object','demo','模型'], ['integer','id','ID'], ['string','name','名称'], ['string','desc','描述'], ['integer','created_at','创建时间'], ['integer','updated_at','更新时间'], ] ];
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!
