摘要: 2020-2021-1 20201224 《信息安全专业导论》第十一周学习总结 作业信息 这个作业属于哪个课程 (https://edu.cnblogs.com/campus/besti/2020-2021-1fois)) 这个作业要求在哪里 (https://www.cnblogs.com/roc 阅读全文
posted @ 2020-12-13 20:16 20201224吴卓航 阅读(80) 评论(0) 推荐(0) 编辑
摘要: #代码如下: import tkinter as tk class jsj: def init(self): self.root = tk.Tk() self.root.title('简易计算器') self.mylist = [] self.result = tk.StringVar() self 阅读全文
posted @ 2020-12-13 20:09 20201224吴卓航 阅读(47) 评论(0) 推荐(0) 编辑
摘要: #代码如下 from transitions import Machine 定义一个自己的类 class Matter(object): pass model = Matter() #状态定义 states=['New','Ready','Waiting','Running','Terminated 阅读全文
posted @ 2020-12-13 19:52 20201224吴卓航 阅读(86) 评论(0) 推荐(0) 编辑