终端输入: apt-get autoremove open-vm-tools sudo apt-get install open-vm-tools-desktop 然后重启电脑就可以了。 https://blog.csdn.net/weixin_42670402/article/details/86 ...
多进程 macname@MacdeMacBook-Pro Desktop % macname@MacdeMacBook-Pro Desktop % macname@MacdeMacBook-Pro Desktop % python3 test.py main test 0 test 0 test 1 ...
分类:
编程语言 时间:
2020-12-07 11:57:50
阅读次数:
7
安装githubforwindows问题解决githubforwindows安装包下载地址https://desktop.github.com/下载安装包,打开安装报错如下:Anerroroccurredtryingtodownload‘http://github-windows.s3.amazonaws.com/GitHub.application‘.Seethesetuplog
import os, base64,reli=os.listdir(r'C:\Users\lenovo\Desktop\allsvg')os.chdir(r'C:\Users\lenovo\Desktop\allsvg')print(li)for i in li: with open(i,mode= ...
分类:
其他好文 时间:
2020-12-04 11:38:25
阅读次数:
7
第一种: Linux服务器上安装redis,然后进入到bin目录,执行如下命令 ./redis-cli -h IP -p PORT -a PASSWORD keys 'key*' | xargs ./redis-cli -h IP -p PORT -a PASSWORD del IP:redis服务 ...
分类:
其他好文 时间:
2020-12-04 10:58:03
阅读次数:
7
code macname@MacdeMBP Desktop % macname@MacdeMBP Desktop % cat test.py import time from multiprocessing import Process def func(name, sec): print(name ...
分类:
编程语言 时间:
2020-12-03 11:51:59
阅读次数:
5
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:
系统相关 时间:
2020-12-01 12:32:52
阅读次数:
24
一、Web应用 1、什么是Web应用?Web应用程序是一种可以通过Web访问的应用程序,特点是用户很容易访问,只需要有浏览器即可,不需要安装其他软件。 2、Web应用程序的模式 应用程序有两种模式,即C/S、B/S两种,C/S是客户端/服务器端程序,这类程序一般独立运行;而B/S就是浏览器端/服务器 ...
分类:
Web程序 时间:
2020-12-01 12:05:16
阅读次数:
11
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:
系统相关 时间:
2020-11-30 16:14:46
阅读次数:
16
code macname@localhost Desktop % echo `uname -a` Darwin localhost 19.6.0 Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141 ...
分类:
系统相关 时间:
2020-11-30 16:12:29
阅读次数:
12