上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 56 下一页
摘要: import numpy as np import matplotlib.pyplot as plt 创建一个等差数组,这个数据... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(45) 评论(0) 推荐(0)
摘要: 学习资源 http://matplotlib.org/api/pyplot_api.html http://old.sebug.... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(72) 评论(0) 推荐(0)
摘要: ubuntu系统 apt-get install redhat系统(后续实际使用再补充) rpm -qa 查询系统安装包 rp... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(80) 评论(0) 推荐(0)
摘要: md5sum 来检查文件的完整性和同一性 linux windows 官网所给的MD5校验值 我下载所得文件的MD5校验... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(117) 评论(0) 推荐(0)
摘要: 参考 http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(246) 评论(0) 推荐(0)
摘要: 时间转换格式控制符: %Y 年 %m 月 %B 月名 %b 月名缩写 %d 日 %A 星期 %a 星期缩写 %H 时... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(31) 评论(0) 推荐(0)
摘要: peach是一个测试工具。 fuzz是一种模糊测试方法。 本文主要用来讲解peach测试api的方法。 原理就是peach生成各种数据,把这些数据作为参数传递给被测试的接口,从而实现黑盒模糊测试。 linux安装 windows安装 peach版本 ... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(380) 评论(0) 推荐(0)
摘要: $IFS是域分割符echo $IFS|od https://linux.die.net/man/1/tr tr --help or man tr tr translate 用法概要synopsis tr [OPTION]... SET1 [SET2] 从标准... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(66) 评论(0) 推荐(0)
摘要: who可以查看有谁登陆了系统,who am i 查看我是谁 /etc/motd, /etc/issue.net登陆时显示的信息 1... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(460) 评论(0) 推荐(0)
摘要: find ./ -type f -exec rm {} \; 解释find的-exec选项是以;作为结尾标志的,转移符是防止she... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(88) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 56 下一页