cuda 安装前检查
各个版本 cuda 兼容列表https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
需要安装NV驱动版本查询 LINUX X64 (AMD64/EM64T) DISPLAY DRIVER https://www.nvidia.cn/geforce/drivers/
去站点 https://developer.nvidia.com/cuda-downloads 查找 cuda 的下载
CUDA Toolkit 历史版本收集
version | link | desc |
---|---|---|
11.8.0 | cuda-11.8.0 | |
11.7.1 | cuda-11-7.1 | |
11.6.0 | cuda-11-6.0 |
测试安装结果
poetry build 打包构建注意事项
找不到打包目标
失败日志
python poetry 依赖管理
python 依赖管理工具 poetry
支持 Python 2.7+, 3.7+
poetry 使用 pyproject.toml
代替 setup.py
, requirements.txt
, setup.cfg
, MANIFEST.in
和新特性Pipfile
pyproject.toml 演示
unity openupm 使用
官方文档
- 官方文档https://github.com/openupm/openupm-cli
- 中文文档https://github.com/openupm/openupm-cli/blob/master/README.zh-cn.md
使用前注意
版本支持
Unity 2019.3.4f1
及以上- node 6+
其实 unity editor 本身内置了一套 node 环境
基础使用
- 首先请安装好 node 12+
AOP in Android
AOP 是什么
AOP wiki Aspect-oriented programming, 意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。
是函数式编程的一种衍生范型。利用AOP可以对业务逻辑的各个部分进行隔离,从而使得业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率。