Posted by
夏泽民
Apr 10, 2021
https://github.com/casbin/casbin
Posted by
夏泽民
Apr 10, 2021
https://marketplace.visualstudio.com/items?itemName=svenzhao.var-translation
Posted by
夏泽民
Apr 10, 2021
ACL(Access Control List):访问权限列表 如:
user1–>AC1
user1–>AC2
user2–>AC1 此时权限汇总成一个列表
这种设计最常见的应用就是文件系统的权限设计,如微软的NTFS
Posted by
夏泽民
Apr 10, 2021
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/CORS
Posted by
夏泽民
Apr 6, 2021
go get 取包原理
不论是否开启Go Module功能,go get从版本控制系统VCS中取包的基础过程是类似的,除了在新的实现中不再循环拉取submodule子模块以外。