上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: linux命令 相对路径:相对于当前路径下 “./”:表示当前所在的目录 cd . cd ./ “. ./”:表示当前目录的... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(441) 评论(0) 推荐(0) 编辑
摘要: def where_v2(condition, x=None, y=None, name=None): 参数只有conditi... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(38) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tfinput = [1, 3, 5, 7]output = ([[1, 2],[3, 5... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 文章目录 第一章1.2.1 互联网1.3互联网的组成1.5 计算机网络的类别1.6 计算机网络的性能1.7 计算机网络体系结构 ... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 文章目录 计算机网络期末复习(个人总结)第一章 概述第二章.物理层第三章 数据链路层第四章 网络层第五章 运输层第六章 应用层其他... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(1196) 评论(0) 推荐(1) 编辑
摘要: import torch 查看cuda是否可用 print(torch.cuda.is_available()) 查看cuda设备的... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(503) 评论(0) 推荐(0) 编辑
摘要: conda :未找到命令 安装完anaconda之后出现报错 解法1:系统没有为conda添加环境变量,这个时候可以进入.bashr... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(5028) 评论(0) 推荐(0) 编辑
摘要: 豆瓣源 pip install -i https://pypi.douban.com/simple/ PackageName ... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(1428) 评论(0) 推荐(0) 编辑
摘要: 遇到这个问题 参考:https://stackoverflow.com/posts/61347413/edit module ‘... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(876) 评论(0) 推荐(0) 编辑
摘要: 文章目录 操作系统复习1. 知识点概念梳理:期末总复习第一章 操作系统引论第二章 进程和线程进程的状态第三章 死锁第四章 调度第五... 阅读全文
posted @ 2022-05-02 19:41 jucw 阅读(369) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页