上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 遇到这个问题 参考:https://stackoverflow.com/posts/61347413/edit module ‘... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(960) 评论(0) 推荐(0)
摘要: 豆瓣源 pip install -i https://pypi.douban.com/simple/ PackageName ... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(1599) 评论(0) 推荐(0)
摘要: conda :未找到命令 安装完anaconda之后出现报错 解法1:系统没有为conda添加环境变量,这个时候可以进入.bashr... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(5421) 评论(0) 推荐(0)
摘要: import torch 查看cuda是否可用 print(torch.cuda.is_available()) 查看cuda设备的... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(529) 评论(0) 推荐(0)
摘要: 文章目录 计算机网络期末复习(个人总结)第一章 概述第二章.物理层第三章 数据链路层第四章 网络层第五章 运输层第六章 应用层其他... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(1804) 评论(0) 推荐(1)
摘要: 文章目录 python 日记【NO.1】a.astype(bool)==False与a.astype(bool) time:202... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(54) 评论(0) 推荐(0)
摘要: 笔记本实现扩屏 win+p 打开投影模式 扩屏模式 复制 扩屏 : 实现两个屏幕操作不同内容,大多数外接就是为... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(667) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/gatieme/article/details/50989257 ... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(49) 评论(0) 推荐(0)
摘要: 路径问题,在默认的解释器是使用ascll编码; 直接复制window下的路径中 \ (反斜杠)会被认为是转义符号,在路径字符串前添加... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(159) 评论(0) 推荐(0)
摘要: linux命令 相对路径:相对于当前路径下 “./”:表示当前所在的目录 cd . cd ./ “. ./”:表示当前目录的... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(486) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页