___jb_bak___ and ___jb_old___ files in PyCharm(PyCharm 中的 ___jb_bak___ 和 ___jb_old___ 文件)
问题描述
当我从同事那里得到一些 PyCharm 项目时,我看到了一些 *.py 文件的备份文件.
When I got some PyCharm project from my colleague I saw some backup files of *.py files.
这些文件的类型有:*.___jb_old___ 和 *.___jb_bak___.
This files have types: *.___jb_old___ and *.___jb_bak___.
我在 Notepad++ 中打开这些文件,发现这些是对应 *.py 文件的相同备份文件.我问过我的同事,但他不知道这些是什么.
I open the files in Notepad++ and see that these are identical backup files of the corresponding *.py files.
I asked my colleague, but he didn't know what these are.
- 为什么每个 *.py 文件都有两个完全相同的备份文件?
- 如何调整 PyCharm?我们想关闭此备份.
Google 什么也没给我 :(
Google gave me nothing :(
推荐答案
你可以禁用安全写入"
使用安全写入"(首先将更改保存到临时文件)如果这样复选框被选中,更改的文件将首先保存到临时文件;如果保存操作成功完成,则原文件被删除,临时文件被重命名.
Use "safe write" (save changes to a temporary file first) If this check box is selected, a changed file will be first saved to a temporary file; if the save operation is completed successfully, the original file is deleted, and the temporary file is renamed.
https://www.jetbrains.com/webstorm/help/system-settings.html
这篇关于PyCharm 中的 ___jb_bak___ 和 ___jb_old___ 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PyCharm 中的 ___jb_bak___ 和 ___jb_old___ 文件
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
