摘要: Unable to determine the provider name for provider factory of type 'System.Data.SQLite.SQLiteFactory'. Make sure that the ADO.NET provider is installe 阅读全文
posted @ 2020-09-14 23:19 博客园you 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 搭建自己的github.io博客 https://blog.csdn.net/qq_34106574/article/details/82704883 利用github.io下载文件 如何直接下载 Github 上的某个文件https://www.jianshu.com/p/622f479ac132 阅读全文
posted @ 2020-06-20 11:35 博客园you 阅读(578) 评论(0) 推荐(0) 编辑
摘要: go mod mod 解决了 go项目只能放到特定的目录下 goroot或gopath 首先在任意位置创建一个go 项目,如test 添加 main.go loger/loger.go 运行 go run main.go 提示,在go\root\src下找不到对应的包 go mod init tes 阅读全文
posted @ 2020-06-20 11:10 博客园you 阅读(2460) 评论(0) 推荐(0) 编辑
摘要: 环境 windows10 go项目要建在 ¥GOROOT/src下 首先查看 通过 go env 查看 goroot目录 要把项目建在 $GOROOT/src下 目录结构 |--t1 | main.go | zs/ | People.go 如图 People.go代码 package zs impo 阅读全文
posted @ 2020-06-11 14:45 博客园you 阅读(1653) 评论(0) 推荐(0) 编辑
摘要: 在/usr/lib/systemd/system/docker.service,配置远程访问。 vi /usr/lib/systemd/system/docker.service 找到[Service]下面的ExecStart [Service] ExecStart=/usr/bin/dockerd 阅读全文
posted @ 2020-06-09 17:11 博客园you 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 国内镜像:阿里 打开IntelliJ IDEA->Settings ->Build, Execution, Deployment -> Build Tools > Maven 或者直接搜索maven 具体如下图所示: 而一般情况下在c:\Users\xx.m2\这个目录下面没有settings.xm 阅读全文
posted @ 2020-05-29 23:20 博客园you 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: 问题描述:org.springframework.boot.test.context does not exist org.springframework.test.context.junit4.SpringJUnit4ClassRunner not exsit SpringBoot启动时报如上两个 阅读全文
posted @ 2020-05-29 23:12 博客园you 阅读(5005) 评论(0) 推荐(0) 编辑
摘要: GitHub在国内访问速度慢的问题原因有很多,但最直接和最主要的原因是GitHub的分发加速网络的域名遭到dns污染。 一、打开IPAddress.com网站,查询下面3个网址对应的IP地址 1. github.com 2. assets-cdn.github.com 3. github.globa 阅读全文
posted @ 2020-05-18 14:29 博客园you 阅读(213) 评论(0) 推荐(0) 编辑
摘要: dmg 转 cdr 1、打开dmg,拖拽到 应用程序 中 2、创建一个大小比app镜像大约大500M的dmg镜像hdiutil create -o /tmp/Install_macOS_Catalina -size 8700m -layout SPUD -fs HFS+J 3、挂载刚刚创建的dmg镜 阅读全文
posted @ 2020-05-17 23:12 博客园you 阅读(2324) 评论(0) 推荐(0) 编辑
摘要: appstore 安装 xcode 安装 brew在https://www.ipaddress.com/ 上查询 raw.githubusercontent.com 的IP,并添加么/etc/hosts中sudo vi /etc/hosts添加以下内容199.232.68.133 raw.githu 阅读全文
posted @ 2020-05-17 23:03 博客园you 阅读(341) 评论(0) 推荐(0) 编辑