0%
Unable to find real location for frozen codecs
问题描述
pycharm 在debug时出现了如下bug
-------------------------------------------------------------------------------
pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
pydev debugger: Related bug: http://bugs.python.org/issue1666807
-------------------------------------------------------------------------------
已连接到 pydev 调试器(内部版本号 222.4345.23)pydev debugger: Unable to find real location for: <frozen codecs>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external>
pydev debugger: Unable to find real location for: <frozen zipimport>
pydev debugger: Unable to find real location for: <frozen ntpath>
pydev debugger: Unable to find real location for: <frozen genericpath>
pydev debugger: Unable to find real location for: <frozen os>
pydev debugger: Unable to find real location for: <frozen _collections_abc>
虽然不影响运行,但是看着很难受,这个bug网上有一些人通过升级pycharm成功解决,但是我不想升级,这里提供一个治标不治本的方法。
powershell增加TAP补全功能
ubuntu系统固定wifi网卡ip地址
ubuntu下配置Typora自动上传图片
vim自定义指导(一)——自动补齐括号+tap跳出括号
问题描述
使vim写代码时,发现vim没有自动补齐括号和tap键跳出括号的功能,这种基础的功能各个IDE已经部署了,我不允许自己在使用vim时没有这个功能,幸vim有着高度自定义的特性。这里就来简单描述一下实现方案,方案来自博主 Ciruy B.Heimerdinger 以及 lazybios