logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Gitlab Runner提示error during connect: Post http://docker:2375/v1.24/build

错误提示error during connect: Post http://docker:2375/v1.24/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&amp

#docker#容器#运维
Docker 部署 gitlab

官方文档:https://docs.gitlab.com/ee/install/docker.html#install-gitlab-with-docker1、搜索可用的Gitlab imagesdocker search gitlab2、选区一个image 并下载Gitlabsudo docker pull gitlab/gitlab-ce:latest3、查看镜像...

文章图片
dotnet 工具 格式化c#代码

官方github:https://github.com/dotnet/format1,安装 dotnet tool install -g dotnet-format2,语法Usage:dotnet-format [options] [<workspace>]Arguments:<workspace>A path to a solution file, a project f

#.net
python3.6在window10下安装

1.下载最新python安装包 https://pypi.python.org2.配置环境变量-系统变量 在PATH下增加python.exe和scripts/pip.exe的文件路径3.在PATHEXT下增加.PY;.PYM 注意:用‘;’隔开4.打开cmd命令输入pip5安装常用库 注意:一个一个顺序安装5.1 pip3.6 install numpy5.2 pip3.6 install sc

#python
轻量级图片文字识别 OCR Paddle 使用说明

百度轻量级 图片文字识别OCR1.原文链接:https://www.paddlepaddle.org.cn/hub/scene/ocr2.快速安装https://github.com/PaddlePaddle/PaddleOCR/blob/develop/doc/doc_ch/installation.md3.Demo 教程源码https://aistudio.baidu.com/aistudio

到底了