摘要:
1、先选择自己喜欢的主题 ctrl+K,ctrl+T 选择,我选择的是 默认浅色 2、设置背景色 Ctrl+Shift+P 输入settings ,选择 Open Settings(JSON) 打开settings.json workbench.colorTheme 对应的值 Default Lig 阅读全文
摘要:
1、下载、安装 c/c++编译器2、下载、安装 vscode3、vscode内安装c/c++扩展4、配置c/c++环境 1、我选择的是MinGW编译器,https://sourceforge.net/projects/mingw-w64/files/mingw-w64/ x86_64 和 i686 阅读全文
摘要:
Unable to determine the provider name for provider factory of type 'System.Data.SQLite.SQLiteFactory'. Make sure that the ADO.NET provider is installe 阅读全文
摘要:
搭建自己的github.io博客 https://blog.csdn.net/qq_34106574/article/details/82704883 利用github.io下载文件 如何直接下载 Github 上的某个文件https://www.jianshu.com/p/622f479ac132 阅读全文
摘要:
go mod mod 解决了 go项目只能放到特定的目录下 goroot或gopath 首先在任意位置创建一个go 项目,如test 添加 main.go loger/loger.go 运行 go run main.go 提示,在go\root\src下找不到对应的包 go mod init tes 阅读全文
摘要:
环境 windows10 go项目要建在 ¥GOROOT/src下 首先查看 通过 go env 查看 goroot目录 要把项目建在 $GOROOT/src下 目录结构 |--t1 | main.go | zs/ | People.go 如图 People.go代码 package zs impo 阅读全文
摘要:
在/usr/lib/systemd/system/docker.service,配置远程访问。 vi /usr/lib/systemd/system/docker.service 找到[Service]下面的ExecStart [Service] ExecStart=/usr/bin/dockerd 阅读全文
摘要:
国内镜像:阿里 打开IntelliJ IDEA->Settings ->Build, Execution, Deployment -> Build Tools > Maven 或者直接搜索maven 具体如下图所示: 而一般情况下在c:\Users\xx.m2\这个目录下面没有settings.xm 阅读全文
摘要:
问题描述:org.springframework.boot.test.context does not exist org.springframework.test.context.junit4.SpringJUnit4ClassRunner not exsit SpringBoot启动时报如上两个 阅读全文
摘要:
GitHub在国内访问速度慢的问题原因有很多,但最直接和最主要的原因是GitHub的分发加速网络的域名遭到dns污染。 一、打开IPAddress.com网站,查询下面3个网址对应的IP地址 1. github.com 2. assets-cdn.github.com 3. github.globa 阅读全文