设置VSCode 中文
摘要:设置中文VSCode 启动VSCode,然后按Ctrl + Shift + P打开命令调试板, 然后输入“Configure Display Language”,选择并按下Enter键,会打开一个locale.json文件。 将文件中的配置项修改为"locale":"zh-cn",并且保存修改。 接
阅读全文
posted @
2023-03-27 22:30
ldx-wsj
阅读(32)
推荐(0) 编辑
验证时间超期日期超过特定日期4个月
摘要:1 def clean_bdsx(self): 2 year=self.cleaned_data['tysj'].year #'tysj'为特定日期 3 month=self.cleaned_data['tysj'].month 4 year_add,month_max= divmod((month
阅读全文
posted @
2023-03-05 07:42
ldx-wsj
阅读(12)
推荐(0) 编辑