摘要: ##类装饰器是什么用法 def speak(): print('说话了') def wrapper(func): def innder(*args,**kwargs): res = func() res.name = 'moon' res.speak = speak return res retur 阅读全文
posted @ 2023-04-10 20:19 Python-moon 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 了解几个数据结构 阅读全文
posted @ 2023-04-10 19:48 Python-moon 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 提高代码指令 阅读全文
posted @ 2023-04-10 19:46 Python-moon 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 待学习 阅读全文
posted @ 2023-04-10 19:45 Python-moon 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 微服务是什么? 在微服务架构中,使用消息队列进行通讯? 阅读全文
posted @ 2023-04-10 19:45 Python-moon 阅读(10) 评论(0) 推荐(0) 编辑