摘要:
cat aa.txt | tr -s '[:blank:]' ',' > bb.csv 阅读全文
摘要:
原文链接https://www.cnblogs.com/suchang/p/10568998.html 一、用一个初始函数创建一个线程 直接看代码:注意c++在运行一个可执行程序的时候(创建了一个进程),会自动的创建一个主线程,这个主线程和进程同生共死,主线程结束,进程也就结束了。 1 #inclu 阅读全文
摘要:
include<iostream> #include<stdlib.h> #include<stdio.h> #include<unistd.h> using namespace std; int main(){ system("mkdir 123"); if ( !access("/home/ml 阅读全文
摘要:
原文链接:https://www.cnblogs.com/wc-chan/p/8085452.html def alter(file,old_str,new_str): """ 替换文件中的字符串 :param file:文件名 :param old_str:就字符串 :param new_str: 阅读全文
摘要:
when I use the cv2.imred() which is absolute path path = r'C:\\Users\\hp\\Desktop\\常用Python代码\\mycv2\\998dcd7a46333361fff21eafd563b3d1.jpg', it occurr 阅读全文
摘要:
how to sovle this prolem? 1)with the administrator user to run cmd 2)imput and run : pip install --update skimage 3)it hints "拒绝访问" 4)i ru it again an 阅读全文