一、Linux应用程序基础 1、应用程序和系统命令的关系 角色 系统命令 应用程序 文件位置 一般在/bin和/sbin目录中,或为Shell内部指令 通常在/usr/bin、/usr/sbin 和/usr/local/bin、/usr/local/sbin 目录中 主要用途 完成对系统的基本管理工 ...
分类:
其他好文 时间:
2021-06-17 16:50:34
阅读次数:
0
今天调用py文件时 遇到了一点问题,但是不知道问题在哪,所以可以在vs的控制台输出一下py出现的问题 pMod = PyImport_ImportModule("cnn_models_class_old"); if (!pMod) { if (pMod == nullptr) { PyErr_Pri ...
分类:
编程语言 时间:
2021-06-15 18:35:05
阅读次数:
0
dock拉取sonarqube docker pull sonarqube 获取postgre docker pull postgres 创建postgre容器 docker run --name postgresql -e POSTGRES_USER=sonar -e POSTGRES_PASSW ...
分类:
Web程序 时间:
2021-06-11 18:43:15
阅读次数:
0
问题 解决办法 docker system prune -a 重启docker ...
分类:
其他好文 时间:
2021-06-10 18:42:47
阅读次数:
0
k8s证书浅析 来源:https://zhuanlan.zhihu.com/p/123858320 建K8S集群 kubeadm 会生成的很多证书 [root@k8s-master01 ~]# cd /etc/kubernetes/pki [root@k8s-master01 pki]# tree ...
分类:
其他好文 时间:
2021-06-10 18:23:04
阅读次数:
0
Linux 系统,conda create 报错:“CondaHTTPError: HTTP 000 CONNECTION FAILED for url ” 首先,一定要正确的安装 anaconda(任何conda)。 1.问题描述: Collecting package metadata (cur ...
分类:
Web程序 时间:
2021-06-10 17:51:12
阅读次数:
0
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2021/4/16 10:42 上午 4 # @Name : peilun 5 # @File : Fly_book.py 6 # @Software: PyCharm 7 i ...
分类:
其他好文 时间:
2021-06-09 15:27:31
阅读次数:
0
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:
Web程序 时间:
2021-06-08 23:20:59
阅读次数:
0
关闭自动更新 打开 Submine Text,找到 Preferences --> Settings-User 在花括号中间写入 "update_check":false, 注册码 https://www.pythonblogs.com/sublime-text-license-key/ — BEG ...
分类:
其他好文 时间:
2021-06-08 22:48:03
阅读次数:
0
@staticmethoddef unzip_file(failed_file): zip_file = zipfile.ZipFile(failed_file) print(zip_file) if os.path.isdir(failed_file[0:-20]): pass else: os. ...
分类:
编程语言 时间:
2021-06-07 20:42:48
阅读次数:
0