06 2024 档案

摘要:离线安装 VS Code Server VSCode提供了两种连接服务器的方法,分别使用Remote - SSH和Remote - Tunnels插件。本文介绍使用Remote - SSH连接服务器。 VS Code 连接服务器 安装 Remote-SSH 插件 点击左侧的扩展按钮(或用 Ctrl+ 阅读全文
posted @ 2024-06-22 22:45 michaelchengjl 阅读(4188) 评论(0) 推荐(1) 编辑
摘要:Python将np数组保存成npy文件 import numpy as np np.save("filename.npy",a) b = np.load("filename.npy") https://www.runoob.com/numpy/numpy-io.html https://www.cn 阅读全文
posted @ 2024-06-21 11:16 michaelchengjl 阅读(19) 评论(0) 推荐(0) 编辑