摘要:
有时候导入本地模块或者py文件时,下方会出现红色的波浪线,但不影响程序的正常运行,但是在查看源函数文件时,会出现问题问题如下:解决方案:1. 进入设置,找到Console下的Python Console,勾选选项“Add source roots to PYTHONPAT” 2. 在当前项目程序目录 阅读全文
摘要:
[root@localhost mnt]# cat /etc/docker/daemon.json { "registry-mirrors": ["https://3laho3y3.mirror.aliyuncs.com"] } [root@localhost mnt]# systemctl res 阅读全文
摘要:
1 pip install werkzeug Werkzeug是一个WSGI工具包,他可以作为一个Web框架的底层库。这里稍微说一下, werkzeug 不是一个web服务器,也不是一个web框架,而是一个工具包,官方的介绍说是一个 WSGI 工具包,它可以作为一个 Web 框架的底层库,因为它封装 阅读全文
摘要:
E:\> pip install python-daemon Collecting python-daemon Downloading https://files.pythonhosted.org/packages/5a/0c/57f15b1572661877ff1acbe66c2f5be9d999 阅读全文
摘要:
1.安装:输入pip install pyyaml或者pip3 install pyyaml 2.检查是否安装成功:输入python 阅读全文
摘要:
# centos7 # 换成阿里云的yum源 yum -y install epel-release yum repolist yum -y install python36 测试 [root@localhost ~]# python3 Python 3.6.8 (default, Aug 7 20 阅读全文
摘要:
cyberb commented on 15 Apr Traceback (most recent call last): File "/snap/users/x1/python/bin/ldapcherryd", line 11, in <module> load_entry_point('lda 阅读全文
摘要:
1.get-pip.py安装 (官方)https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py $wget https://bootstrap.pypa.io/get-pip.py $ sudo python get-p 阅读全文
摘要:
看例子是最快的熟悉方法: # cat << EOF > test.sh > #!/bin/bash #“shell脚本” > #you Shell script writes here. > EOF 结果: 引用# cat test.sh #!/bin/bash #you Shell script 阅读全文
摘要:
CN2全称为中国电信下一代承载网,英文Chinatelecom Next Carrier Network,缩写为CNCN,进一步缩写为CN2。 CN2线路的优势在哪里 CN2作为“精品网络项目”被提出来,其技术构造是远远领先于电信原有网络的,极为先进的QOS保证网络的畅通性,具体可参考资料。当然除了 阅读全文