07 2023 档案
摘要:5.类的继承 class Employee: raise_amount =1.04 def __init__(self, first, last, pay): self.first = first self.last = last self.pay= pay self.email = first +
阅读全文
摘要:课程地址:https://www.bilibili.com/video/BV1qm4y1L7y1/ 1. Pass占位符 新建类后如果暂时不确定如何实现,可用pass占位 2.构造函数,属性 # Python Object-Oriented Programming class Employee: d
阅读全文
摘要:1 #region 保存数据 2 public void WriteCSV(string text) 3 { 4 object _lock = new object(); 5 string path = Environment.CurrentDirectory + "\\生产数据"; 6 if (!
阅读全文
摘要:一、检查PyCharm版本 建议升级到最新,AWS不支持2022.03以前的版本。 二、设置插件存储库 From the JetBrains main menu, open your Preferences menu (expand File choose Settings, for Windows
阅读全文

浙公网安备 33010602011771号