解决方法: 1. 查看端口是否被占用:lsof -i:1087 若没有返回则没有占用。 2. 查看代理:env|grep -i proxy 返回结果: 结论:使用代理导致访问失败 3. 解决方法:直接输入export ALL_PROXY="" ...
分类:
系统相关 时间:
2021-06-29 15:32:50
阅读次数:
0
1.打开Pycharm->VCS->Enable Version Control Integration->Git->remote->输入SSH 2.Define Remotes 3.复制SSH 到GIt Open Git bash 4.复制最后黄色的到git ,添加ssh key 5.复制SSH ...
分类:
其他好文 时间:
2021-06-29 15:28:35
阅读次数:
0
URL参数可以通过DefaultQuery()或Query()方法获取 DefaultQuery()若参数不存在,返回默认值,Query()若不存在,返回空串 API ? name=zs package main import ( "fmt" "net/http" "github.com/gin-g ...
分类:
Web程序 时间:
2021-06-29 15:18:59
阅读次数:
0
Js得到选中的文字 (function getSelectionText() { if (window.getSelection) { return window.getSelection().toString(); } else if (document.selection && document ...
分类:
其他好文 时间:
2021-06-28 21:07:38
阅读次数:
0
原文:https://www.jianshu.com/p/534741a16c56 配置 mkdir -p ~/.vim/syntax cd ~/.vim/syntax wget http://www.vim.org/scripts/download_script.php?src_id=14376 ...
分类:
其他好文 时间:
2021-06-28 21:05:53
阅读次数:
0
简介 对cmp的理解能力 常规题 code #include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; struct Student{ int idx; int n ...
分类:
其他好文 时间:
2021-06-28 21:01:31
阅读次数:
0
小程序登录后端实现 技术概述 学习该技术的原因:本次软工实践,我们小组的项目是微信小程序,因此特地学习了小程序登录相关的技术 难点:没什么难点 技术详述 登录流程描述 调用 wx.login()获取 临时登录凭证code ,并回传到后端。 后端调用 auth.code2Session 接口,换取 用 ...
分类:
微信 时间:
2021-06-28 21:00:47
阅读次数:
0
有人说要先安装Cython,但是我安装了Cython之后还是报这个错误,然后就换了一种安装思路 先去清华源镜像站https://opentuna.cn/pypi/web/simple/pycocotools/下载pycocotools-2.0.2.tar.gz 然后cd到pycocotools-2. ...
官方说明 具体原因 继续用原来的配置的方法 配置文件里删掉最后一行的 Le_API='https://acme.zerossl.com/v2/DV90' (之前配置应该没有这一行),再执行 acme.sh --set-default-ca --server letsencrypt 使用新的配置的办法 ...
分类:
其他好文 时间:
2021-06-28 20:41:52
阅读次数:
0
一、简介 基于matlab GUI小波、中值、维纳及频域上的滤波 二、源代码 function varargout = dsp1_2(varargin) % DSP1_2 MATLAB code for dsp1_2.fig % DSP1_2, by itself, creates a new DS ...
分类:
其他好文 时间:
2021-06-28 20:33:26
阅读次数:
0