内容提要:复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题: 复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”! 在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题: 10:21:18  [Apache]  Problem detected!10:21:18  [Apache]…
在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题: 11:23:37  [Apache]     Problem detected! 11:23:37  [Apache]    Port 443 in use by “vmware-hostd.exe”! 11:23:37  [Apache]     Apache WILL NOT start without the configured ports free! 11:23:37  [Apache]     You need…
在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题: 11:23:37  [Apache]     Problem detected! 11:23:37  [Apache]    Port 443 in use by "vmware-hostd.exe"! 11:23:37  [Apache]     Apache WILL NOT start without the configured ports free! 11:23:37  [Apache]     You…
Apache XAMPP Fails to start under Windows XP I’ve been installing XAMPP a hundred times before since 2005 and back then everything was running well. But yesterday was kind of exceptional, I got error that I couldn’t solved till I found this great sol…
启动xampp出错,Port 80 in use by "Unable to open process" with PID 4! 环境:windows10 80端口被PID为4的应用占用. 参考文章:win10端口被占用如何查看 解决方法: 参考: XAMPP - Port 80 in use by “Unable to open process” with PID 4! 12 更改Apache所要用的端口 Step1: config-->Apache(httpd.conf) S…
第一个报错: 最近在练习post请求中上传文件时遇到了一个奇葩事情,两台电脑上写了一模一样的代码,一个运行正常,另一个一片红. 最后了解了一下原因以及解决办法.先记录下关键代码: files = {"files":(r"F:\test.txt","xixihaha")} #直接将目标文件内容xixihaha通过文件test.txt进行上传 r = requests.post(url,files=files)print(r.headers) #前边…
1.进入终端命令行 (1)输入:cd .ssh/ 进入到.ssh后,输入ls,会输出“known_hosts”,如果没有创建过rsa的话 (2)输入:man ssh-add (3)输入:ssh-keygen -t rsa -C "your email"   // 你的邮箱 (4)输入:输入私钥名字 Enter file in which to save the key (/Users/lele/.ssh/id_rsa): id_rsa1  // 给生成生成私钥命名 (5)输入:密码 E…
最近项目不忙了~~有开始专研的python大业,上来想用pip安装一个第三方的库,就一直报错: Could not fetch URL https://pypi.org/simple/xrld/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/xrld/ (Cause…
tcpdump -i eth0 -n  -vvv src or dst port 443…
import requests url='https://www.duitang.com/napi/blog/list/by_search/?kw=%E6%A0%A1%E8%8A%B1&start=0&limit=1000.tar.gz' page=requests.get(url) 代码运行后SSLError: HTTPSConnectionPool(host='b-ssl.duitang.com', port=443): Requests 可以为 HTTPS 请求验证 SSL 证书,就…