添加依赖
<dependency>
<groupId>com.digitalreef.phoenix</groupId>
<artifactId>core</artifactId>
<version>5.11.0</version>
</dependency>
implementation 'com.digitalreef.phoenix:core:5.11.0'
com.digitalreef.phoenix:core:5.11.0
<dependency org="com.digitalreef.phoenix" name="core" rev="5.11.0" />
libraryDependencies += "com.digitalreef.phoenix" % "core" % "5.11.0"
@Grab(group='com.digitalreef.phoenix', module='core', version='5.11.0')
[com.digitalreef.phoenix/core "5.11.0"]
'com.digitalreef.phoenix:core:jar:5.11.0'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | core-5.11.0.jar |
| 源码包 | core-5.11.0-sources.jar |
相关教程
ARKit 与 ARCore:平台 AR 开发实战
利用苹果 ARKit 和谷歌 ARCore 实现平面检测、人脸追踪和光照估计。
移动端 AR 入门:增强现实基础
使用设备摄像头叠加 3D 内容,构建简单的测量或游戏类 AR 体验。
Core Data 持久化:Apple 原生对象图管理
使用 Core Data 管理模型对象,结合 SQLite 实现本地数据存储与查询。
Core Web Vitals 优化:LCP、FID 和 CLS 实战
针对谷歌核心 Web 指标,优化最大内容绘制、首次输入延迟和累积布局偏移。
Seldon Core:Kubernetes 上的 MLOps 服务
学习在 Kubernetes 上使用 Seldon Core 编排模型推理图,支持多组件管道、金丝雀发布、漂移检测与内置解释,实现企业级模型服务。