JeeSite 删除数据拦截 3Vshej, 2023年12月29日 周五2023年12月29日 周五 单表操作删除时,默认框架已提供了,但有时候需要根据条件判断是否允许删除;如,客户表,如果客户信息已被… Continue Reading
JeeSite 验证数据唯一 3Vshej, 2023年12月29日 周五2023年12月29日 周五 在日常开发中,最常用的是数据唯一验证;如客户名称不能重复。因为,自己水平有限,在 JeeSite 中… Continue Reading
Manticore Search 简单入门 3Vshej, 2023年12月27日 周三2023年12月27日 周三 Manticore Search 是一个使用 C++ 开发的高性能搜索引擎,创建于 2017 年,其… Continue Reading
PHP OAuth Server 用户存储库接口文档 3Vshej, 2023年12月27日 周三2023年12月27日 周三 getUserEntityByUserCredentials() : UserEntityInter… Continue Reading
PHP OAuth Server 身份验证代码存储库接口文档 3Vshej, 2023年12月27日 周三 getNewAuthCode() : AuthCodeEntityInterface 此方法应返回 … Continue Reading
PHP OAuth Server 范围存储库接口文档 3Vshej, 2023年12月27日 周三2023年12月27日 周三 getScopeEntityByIdentifier() : ScopeEntityInterfac… Continue Reading
PHP OAuth Server 刷新令牌存储库接口文档 3Vshej, 2023年12月27日 周三 getNewRefreshToken() : RefreshTokenEntityInterface… Continue Reading
PHP OAuth Server 客户端存储库接口文档 3Vshej, 2023年12月27日 周三 getClientEntity() : ClientEntityInterface 此方法应返回 的… Continue Reading
PHP OAuth Server 访问令牌存储库接口文档 3Vshej, 2023年12月27日 周三 getNewToken() : AccessTokenEntityInterface 此方法应返回 … Continue Reading