12 2020 档案

摘要:https://www.cnblogs.com/jiangcun/p/14199130.html https://www.cnblogs.com/jiangcun/p/14197912.html https://www.cnblogs.com/jiangcun/p/14197897.html htt 阅读全文
posted @ 2020-12-27 22:31 wysl 阅读(266) 评论(0) 推荐(0)
摘要:![](https://img2020.cnblogs.com/blog/2169593/202012/2169593-20201227222931112-1510714310.jpg) 阅读全文
posted @ 2020-12-27 22:30 wysl 阅读(60) 评论(0) 推荐(0)
摘要:参考 https://blog.csdn.net/csdnall/article/details/80888038 阅读全文
posted @ 2020-12-27 22:14 wysl 阅读(46) 评论(0) 推荐(0)
摘要:参考 https://blog.csdn.net/csdnall/article/details/80888038, 阅读全文
posted @ 2020-12-27 17:22 wysl 阅读(54) 评论(0) 推荐(0)
摘要:基于tkinter完成一个简易计算器 1 至少包含+-*/运算 2 能正确计算机结果 阅读全文
posted @ 2020-12-27 17:19 wysl 阅读(50) 评论(0) 推荐(0)
摘要:mport random #四则运算 def t(): sym = ['+', '-', '×', '÷'] f= random.randint(0, 3) n1 = random.randint(1, 20) n2 = random.randint(1, 20) result = 0 if f== 阅读全文
posted @ 2020-12-27 17:14 wysl 阅读(125) 评论(0) 推荐(0)
摘要:①选网站 ②在cmd中输入ping加网址,复制IP地址 ③然后打开wire shark 捕获 输入IP地址进行捕获 阅读全文
posted @ 2020-12-20 18:19 wysl 阅读(91) 评论(0) 推荐(0)
摘要:参考:http://www.cnblogs.com/21207-iHome/p/6085334.html 代码:from transitions import Machine 定义一个自己的类 class Matter(object): pass model = Matter() 状态定义 stat 阅读全文
posted @ 2020-12-13 15:50 wysl 阅读(99) 评论(0) 推荐(0)
摘要:![](https://img2020.cnblogs.com/blog/2169593/202012/2169593-20201205104944836-1835602155.jpg) ![](https://img2020.cnblogs.com/blog/2169593/202012/2169593-20201205105000081-1714221187.jpg) 阅读全文
posted @ 2020-12-05 10:53 wysl 阅读(92) 评论(0) 推荐(0)