smelikecat

导航

2016年8月25日 #

[Laravel-Swagger]如何在 Laravel 项目中使用 Swagger

摘要: 如何在 Laravel 项目中使用 Swagger http://swagger.io/getting-started/ 安装依赖 swagger-php composer require zircote/swagger-php 创建 SwaggerController,用于为了 swagger-p 阅读全文

posted @ 2016-08-25 21:54 smelikecat 阅读(6091) 评论(0) 推荐(1) 编辑

2016年8月7日 #

[Linux-shell] AWK

摘要: Go to the first, previous, next, last section, table of contents. Printing Output One of the most common actions is to print, or output, some or all o 阅读全文

posted @ 2016-08-07 19:09 smelikecat 阅读(342) 评论(0) 推荐(0) 编辑

[UDP] UDP 报文数据(CoAP protocol)

摘要: UDP 机器控制项目 协议报文格式: Ver + T + TKL + Code + MessageID + 11111111 + Command + Payload 01 + ( 00 | 01 | 02 | 03) + (000000) 40 02 00 00 FF 01 00 E0 4C 1E 阅读全文

posted @ 2016-08-07 11:38 smelikecat 阅读(1485) 评论(0) 推荐(0) 编辑

[UDP] UDP 报文数据(CoAP protocol)

摘要: UDP 机器控制项目 协议报文格式: Ver + T + TKL + Code + MessageID + 11111111 + Command + Payload 01 + ( 00 | 01 | 02 | 03) + (000000) 40 02 00 00 FF 01 00 E0 4C 1E 阅读全文

posted @ 2016-08-07 11:38 smelikecat 阅读(405) 评论(0) 推荐(0) 编辑

2016年8月4日 #

[laravel] Laravel - composer install

摘要: #composer install 阅读全文

posted @ 2016-08-04 17:11 smelikecat 阅读(540) 评论(2) 推荐(0) 编辑