随笔分类 - python
摘要:老男孩Alex Python 博客园笔记 https://www.cnblogs.com/alex3714/category/770733.html?page=1
阅读全文
摘要:1、下载安装包 # 1、创建目录 mkdir ~/software # 2、下载安装包 cd ~/software wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py39_4.9.2-Linux-x86
阅读全文
摘要:1、Python3 普通用户安装: 1.1、安装依赖 # 安装 python 依赖 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make
阅读全文
摘要:1、CPU&内存压测脚本-python #! /user/bin/env python # -*- encoding: utf-8 -*- import sys import re import time from multiprocessing import Process,cpu_count d
阅读全文