上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页
摘要: # 什么是miniconda Miniconda是一个轻量级的Conda发行版,它是Anaconda的一个精简版本。Anaconda是一个流行的Python发行版,内置了Python解释器以及大量科学计算和数据科学相关的软件包。 Miniconda的目标是提供一个更精简和灵活的发行版,它只包含了Co 阅读全文
posted @ 2023-06-10 13:57 __username 阅读(1229) 评论(0) 推荐(0)
摘要: win11 安装ws12 # 前置条件: ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230609143559374-1098554639.png) ![](https://img2023.cnblogs.com/blo 阅读全文
posted @ 2023-06-09 14:27 __username 阅读(709) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230608120056059-1243156350.png) 我用的win11 远程 乌班图22.0 参考:https://service.oray.com/question 阅读全文
posted @ 2023-06-08 12:01 __username 阅读(24) 评论(2) 推荐(0)
摘要: # 双系统教程 安装教程(我用的win11+ubuntu): ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230607144757614-1556153233.png) https://www.bilibili.com/ 阅读全文
posted @ 2023-06-07 14:36 __username 阅读(541) 评论(0) 推荐(0)
摘要: 如图: ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230605094450863-1973741605.png) 要使用SSH建立远程连接,可以使用以下命令: ```shell ssh [选项] [用户名@]主机地址 阅读全文
posted @ 2023-06-05 09:45 __username 阅读(714) 评论(1) 推荐(0)
摘要: ~~~python import re import aiohttp import asyncio class Asyn: def __init__(self): self.__headers = { 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win6 阅读全文
posted @ 2023-06-04 15:04 __username 阅读(9) 评论(0) 推荐(0)
摘要: # 解包 ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230604100911235-538410632.png) ![](https://img2023.cnblogs.com/blog/3005444/202306/ 阅读全文
posted @ 2023-06-04 10:29 __username 阅读(47) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230602215543405-1548057609.png) 在Python中,序列是一种有序的数据类型,它包括字符串、列表、元组和范围。下面是这些序列类型的简要介绍: 字符 阅读全文
posted @ 2023-06-02 21:57 __username 阅读(54) 评论(0) 推荐(0)
摘要: 1.https://ww2.mathworks.cn/products/matlab/plot-gallery.html?s_tid=srchtitle_gallery_1 2.https://matplotlib.org/ 3.https://seaborn.pydata.org/ 4.https 阅读全文
posted @ 2023-06-02 21:42 __username 阅读(88) 评论(0) 推荐(0)
摘要: # 安装PyTorch ![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230601221306197-763054686.png) pytorch官网 https://pytorch.org/ ![](https://im 阅读全文
posted @ 2023-06-01 22:17 __username 阅读(56) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页