月光魔草

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2020 档案

摘要:DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹 foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.listBox1.Items 阅读全文
posted @ 2020-09-28 16:00 月光魔草 阅读(451) 评论(0) 推荐(0)

摘要:from pylab import * mpl.rcParams['font.sans-serif'] = ['SimHei'] # 添加这条可以让图形显示中文 x_axis_data = [1, 2, 3, 4, 5] y_axis_data = [1, 2, 3, 4, 5] # plot中参数 阅读全文
posted @ 2020-09-19 16:06 月光魔草 阅读(935) 评论(0) 推荐(0)