11 2024 档案
摘要:起因:执行数据库迁移操作时异常 Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
阅读全文
摘要:# request.GET 是一个 不可变的 QueryDict 对象 # 使用 copy 创建一个新的副本数据修改 def IndexView(request): data = request.GET.copy() obj_id = data.get("obj_id") if obj_id: da
阅读全文