主要原因是自己为了下载加速配置了maven settings 的加速,但是问题来了,镜像使用了* 现象 自己项目配置的repositories 不能工作了 参考配置 settings.xml 加速 <mirror> <id>nexus-tencentyun</id> <mirrorOf>*</mir ...
分类:
其他好文 时间:
2021-02-09 12:41:48
阅读次数:
0
package main import ( "bufio" "fmt" "io" "log" "os" "os/exec" // "strings" ) func checkExe2(exeAdress string) { cmd := exec.Command("cmd.exe", "/c", " ...
分类:
其他好文 时间:
2021-02-09 12:32:53
阅读次数:
0
501 / 529 A HDU 5007 Post Robot 83 / 443 B HDU 5008 Boring String Problem !!! 111 / 784 C HDU 5009 Paint Pearls +++ 6 / 57 D HDU 5010 Get the Nut ??? ...
分类:
其他好文 时间:
2021-02-09 12:32:36
阅读次数:
0
Go语言基础之包 在工程化的Go语言开发项目中,Go语言的源码复用是建立在包(package)基础之上的。本文介绍了Go语言中如何定义包、如何导出包的内容及如何导入其他包。 Go语言的包(package) 包介绍 包(package)是多个Go源码的集合,是一种高级的代码复用方案,Go语言为我们提供 ...
分类:
编程语言 时间:
2021-02-09 12:18:56
阅读次数:
0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:
其他好文 时间:
2021-02-08 12:50:48
阅读次数:
0
macOS是自带python环境的,现在要做的是配置python3的环境 (这个退出实在让我难受,以前在window上都是ctrl+z退出的,这里用的是command+z退出,差点找不到退出方法XD 安装python3 访问官网:https://www.python.org/downloads/ma ...
分类:
编程语言 时间:
2021-02-08 12:45:21
阅读次数:
0
注意以下几点: 1、在批处理文件如batfile中,如果存在目录路径,请一定进入最短路径, C:\foxtable\Development>cd\ C:\>cd C:\Program Files\Microsoft SQL Server\100\Tools\Binn\ C:\Program File ...
https://www.cyberciti.biz/faq/update-lenovo-bios-from-linux-usb-stick-pen/ 关键步骤在于 用 geteltorito 解出 可烧制到 usb chip/pen 的 image 之后,光盘启动就可以了。 本来准备把getelto ...
分类:
移动开发 时间:
2021-02-08 12:25:07
阅读次数:
0
奇异值分解 SVD分解 \(若A \in \mathbb{R}^{m\times n},rank(A) = r,则有SVD分解\) : \[ A = UDV \] \(SVD分解有三种形式\): \(full \ SVD:\) $ U,V是方阵,且为酉阵,U \in \mathbb{m\times ...
分类:
其他好文 时间:
2021-02-08 12:09:06
阅读次数:
0
Vs错误列表(Error List)一直显示问题 设置:Error List显隐控制设置方式:Tools → Options-> Projects and Solutions → General 中的选项:show-error-list-when-compile-fail-setting (勾选|不 ...
分类:
其他好文 时间:
2021-02-08 11:47:41
阅读次数:
0