techone's recent timeline updates
techone

techone

V2EX member #360722, joined on 2018-11-04 11:32:39 +08:00
techone's recent replies
@imgradeone 正版也是基于 VS Code
Sep 26, 2019
Replied to a topic by JingNi PHP 一个关于 foreach 的很奇怪的问题。
$id 是什么,
根据 id 批量查询,用 `in`
```php
DB::table('market_hour')->whereIn('id', $a)->orderBy('day_time', 'desc')->get();
```
Sep 9, 2019
Replied to a topic by jimzhong PHP Restful API 如何做权限控制
推荐个扩展,基于 Casbin 的 Laravel 权限控制: https://github.com/php-casbin/laravel-authz
支持中间件、RESTful 权限控制、缓存等。

[Casbin]( https://github.com/php-casbin/php-casbin) 是一个强大的、高效的开源访问控制框架,它支持基于各种访问控制模型( RBAC ABAC ACL )的权限管理,并且跨语言支持 Golang, Java, Node.js, PHP, Python, .NET (C#), Delphi and Rust 等。
Aug 8, 2019
Replied to a topic by banzi PHP PHPCon 2019,第七届 PHP 中国开发者大会抽奖送票
走一个
推荐你个授权库:Laravel Authorization ( https://github.com/php-casbin/laravel-authz
支持 acl、rbac、基于 restful 的访问控制。
Feb 16, 2019
Replied to a topic by techone 程序员 ThinkGo:一个轻量级的 Go 语言 MVC 框架
最像 Laravel 的 Eloquent ORM 的 Go 版:ThinkORM
https://github.com/thinkoner/torm
Feb 14, 2019
Replied to a topic by techone 程序员 ThinkGo:一个轻量级的 Go 语言 MVC 框架
快来吐槽
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   750 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 21:09 · PVG 05:09 · LAX 14:09 · JFK 17:09
♥ Do have faith in what you're doing.