12 2021 档案
摘要:2021-2022-1 20211424 《信息安全专业导论》第X周学习总结 作业所属课程:https://edu.cnblogs.com/campus/besti/2021-2022-1fois 作业要求:https://www.cnblogs.com/rocedu/p/9577842.html#
阅读全文
摘要:GUI菜鸟教程:https://www.runoob.com/python/python-gui-tkinter.html 基于tkinter完成一个简易计算器 1 至少包含+-*/运算 2 能正确计算机结果参考资料:https://www.cnblogs.com/wujiuchun/p/15664
阅读全文
摘要:HTML 基础教程 基于XAMPP搭建个人网站(XAMPP下载) 如何使用xampp:https://jingyan.baidu.com/article/17bd8e5268584685ab2bb8d5.html 参考 http://www.w3school.com.cn/,基于XAMPP(http
阅读全文
摘要:参考 https://www.cnblogs.com/mq0036/p/11187138.html,访问一个网站,抓包分析一次TCP三次握手,四次分手的过程。 提交截图或博客链接。 参考资料 实战 | wireshark抓包解析TCP三次握手和四次分手的过程
阅读全文
摘要:import random n1 = random.randrange(1,10) n2 = random.randrange(1,10) class PointLenth: def __init__(self,x,y,x1,y1): self.x=x self.x1=x1 self.y=y sel
阅读全文
摘要:import datetime day = datetime.date.today() print(day) Day = datetime.timedelta(days=24) day +=Day print("星期%d" % (day.weekday() + 1))
阅读全文
摘要:2021-2022-1 20211424 《信息安全专业导论》第十一周学习总结 作业所属课程:https://edu.cnblogs.com/campus/besti/2021-2022-1fois 作业要求:https://www.cnblogs.com/rocedu/p/9577842.html
阅读全文
摘要:
阅读全文