SimonLiu
SimonLiu
When I paste some texts from one of my plain text file and try to put it in markdown format, the numbered list is not displayed correctly. Please find my...
When the mouse is out of the image boundary , the second click doesn't work, I have to move the mouse back and forth to see the "+" mark and...
使用Ubuntu/pyenv虚拟环境,我已经指定了pyenv虚拟环境库文件的文件夹了,nb_log在虚拟环境`site-packages`文件夹里面也能找到。例如使用名为`myenv1`的虚拟环境的时候,打包命令如下: `pyinstaller -F ./login.py -p ~/.pyenv/versions/myenv1/lib/python3.8/site-packages/,/usr/local/lib/python3.8/dist-packages,/usr/lib/python3/dist-packages,/usr/lib/python3.8/dist-packages` 打包出来的可执行文件还是提示: ```shell File "login.py", line 10, in from nb_log import get_logger ModuleNotFoundError: No module named 'nb_log' [5067] Failed to execute script 'login' due to...
/etc/ppp/chap-secrets will be overwritten after running this script, it is recommended to append a new account to /etc/ppp/chap-secrets instead of overwriting it.
操作系统: MacOS Catalina 10.15.3 KiCAD版本: 5.1.4_0_10_14 今天首次使用,发现BOM某些元件的Description和LibRef会出问题。如下图: 其中,发生错误的元件中仅有一个C12来自 https://github.com/xtoolbox/lc_kicad_lib 其他出问题的行,来自KiCad自带的库修改的元件,或者来自自建的元件库。  C12元件属性如下图:  但是奇怪的是,我单独用两个电容,一个22uf,一个上面的47pF建了一个新项目,就可以正确识别。