修改文件
lib\site-packages\django\core\serializers\json.py
在 Deserializer
方法中找到这行代码
stream_or_string = stream_or_string.decode()
改成这样
stream_or_string = stream_or_string.decode('UTF-16')
再进行导入操作
参考资料
- https://docs.djangoproject.com/en/4.1/ref/django-admin/
- https://www.shubhamdipt.com/blog/django-transfer-data-from-sqlite-to-another-database/
- https://javaatpoint.com/solved-unicodedecodeerror-utf-8-codec-cant-decode-byte-0xff-in-position-0-invalid-start-byte/
- https://counter2015.com/2020/01/15/django-migration-sqlite-to-postgre/
- https://stackoverflow.com/questions/64457733/django-dumpdata-fails-on-special-characters
推荐阅读
- MySQL数据库的性能分析 ---图书《软件性能测试分析与调优实践之路》-手稿节选
- Django的简单使用
- rabbitmq docker安装消息队列及数据库(mongo、mysql)
- 如何更换彩铃铃声(6元彩铃怎么退订)
- 无期迷途监管对象怎么更换
- django-environ学习
- Redis先操作数据库和先删除缓存, 一致性分析
- 时序数据库TDengine详细安装+集成流程+问题解决
- 云数据库时代,DBA将走向何方?
- 我的Vue之旅 09 数据数据库表的存储与获取实现 Mysql + Golang