摘要:
1、还原UFDATA, 2、还原UFMeta 3、更新UFSystem 的 UA_Identity update v2 set v2.iFatherId=v1.iFatherId,v2.iChildId=v1.iChildId from UFSystem.dbo.UA_Identity v1 inn 阅读全文
摘要:
Use Your Default Free Space As you can see above: the Ubuntu installer (by default) left almost half of my disk space unusable by the root file system 阅读全文
摘要:
项目背景 2022年10月4日 微软更改了Exchange的验证方式,原来exchangelib的库没法继续实现邮件的发送。 实现方式 利用Microsoft Graph API 里 发送邮件 - Microsoft Graph v1.0 | Microsoft Learn POST https:/ 阅读全文
摘要:
目的 一直用Token做Django REST API的验证方式,突然有个低安全要求的应用,只用用户名密码来访问。 from rest_framework.authentication import SessionAuthentication, BasicAuthentication from re 阅读全文