kZjPBD.jpg

03 2022 档案

摘要:01-.tar格式 解包:[*******]tarxvfFileName.tar[] tar cvf FileName.tar DirName(注:tar是打包,不是压缩!) 02-.gz格式 解压1:[*******]$ gunzip FileName.gz 解压2 阅读全文
posted @ 2022-03-16 22:34 Through_The_Night 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-06 10:14 Through_The_Night 阅读(75) 评论(0) 推荐(0) 编辑
摘要:import numpy as npfrom matplotlib import pyplot as plt t=np.arange(0.0,2.0,0.1)s=np.sin(t*np.pi)figure,ax=plt.subplots(1,1) ax.plot(t,s,'r*')ax.plot(t 阅读全文
posted @ 2022-03-04 15:21 Through_The_Night 阅读(33) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示