摘要:
import os import shutil # todo python 递归算法 def copy(src,dest): files=os.listdir(src) os.mkdir(dest) for file in files: src_file_path= os.path.join(src 阅读全文
posted @ 2020-03-12 16:28
不带R的墨菲特
阅读(382)
评论(0)
推荐(0)
摘要:
a= [80, 46, 21, 18, 79, 78, 95, 7, 91, 4] length = len(a) for i in range(length): for j in range(length-1-i): if a[j]>a[j+1]: a[j],a[j+1]=a[j+1],a[j] 阅读全文
posted @ 2020-03-12 16:22
不带R的墨菲特
阅读(147)
评论(0)
推荐(0)
摘要:
# coding=utf-8 import pandas as pd import numpy as np import uuid from hashlib import sha256 # batch_size of each time write rows to id_sha256.csv bat 阅读全文
posted @ 2020-03-12 16:20
不带R的墨菲特
阅读(731)
评论(0)
推荐(0)
摘要:
netstat ano |findstr 8080 ,python subprocess 管道使用: import subprocess import threading def demo(iter_list, if_child=True): if not if_child: sub = subpr 阅读全文
posted @ 2020-03-12 16:13
不带R的墨菲特
阅读(287)
评论(0)
推荐(0)


浙公网安备 33010602011771号