码迷,mamicode.com
首页 >  
搜索关键字:hub    ( 5324个结果
ros安装过程中sudo rosdep init报错解决方法
sudo rosdep init报错如下: ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/2 ...
分类:其他好文   时间:2020-07-05 00:22:56    阅读次数:643
linux 部署Jenkins
前言 jenkins的环境搭建方法有很多,本篇使用docker快速搭建一个jenkins环境。环境准备: linux服务器 docker docker运行jenkins 先下载jenkins镜像https://hub.docker.com/r/jenkins/jenkins/tags,选择lts的j ...
分类:系统相关   时间:2020-07-04 20:56:15    阅读次数:99
hcl v2 golang使用参考
最新写的定时关系数据库数据处理的简单应用,使用到了hcl配置管理,目前官方推荐的是v2 以下是关于v2的参考使用 环境准备 项目准备 go mod init github.com/rongfengliang/hclv2 go get github.com/hashicorp/hcl/v2 代码 pa ...
分类:其他好文   时间:2020-07-04 19:01:18    阅读次数:82
macos docker 仓库管理 系列(三)
1.注册一个docker hub 的账户:docker hub 2.先在本地创建拉取一个远程镜像 docker pull ubuntu 3.docker images:查看本地已存在的镜像 4.docker login 命令登录中央仓库。输入账号密码 这是已登录过的 5.docker push xx ...
分类:系统相关   时间:2020-07-04 18:39:36    阅读次数:77
Notebook Docker 安装spark环境
环境 Notebook docker环境 https://registry.hub.docker.com/r/jupyter/datascience-notebook/ 下载安装包 spark安装包 http://mirror.bit.edu.cn/apache/spark/spark-3.0.0/ ...
分类:其他好文   时间:2020-07-04 18:29:02    阅读次数:83
微信支付相关
微信支付相关: 微信小程序支付功能开发与踩坑经验总结:https://blog.brain1981.com/1946.html 微信小程序调用支付接口支付:https://blog.csdn.net/qishubiao/article/details/80804052 H5游戏接微信小游戏的支付,满 ...
分类:微信   时间:2020-07-04 17:22:26    阅读次数:135
this exceeds GitHub's file size limit of 100 MB
GitHub对文件的大小有限制,问题在于,当移除了相关的文件之后,问题依然存在。 解决方法: 除了移除相关的文件,还要修改git的历史记录,移除相应的commit结点。 最简单的方法是使用以下命令: git filter-branch -f --index-filter 'git rm --cach ...
分类:其他好文   时间:2020-07-04 15:05:52    阅读次数:56
Linux 通过docker安装nginx
1、Linux docker通过yum安装 https://blog.csdn.net/GMingZhou/article/details/94024453 2、nginx docker镜像地址 https://hub.daocloud.io/repos/2b7310fb-1a50-48f2-958 ...
分类:系统相关   时间:2020-07-04 01:27:59    阅读次数:93
插入操作数据库优化
单条数据的插入 @Test public void insertOne(){ ProfilerUtil.start("insertOne"); BlogPO blog = this.init(); blogMapper.insert(blog); ProfilerUtil.end("insertOn ...
分类:数据库   时间:2020-07-04 01:08:57    阅读次数:71
解决github下载慢的问题
1、开始 clone,如果觉得仓库太大,可以在 git clone 中加入参数 --depth=1,只拉取最近的一个 revision git clone --depth=1 https://github.com/torvalds/linux.git 2、使用第三方网站导入github的仓库,再从第 ...
分类:其他好文   时间:2020-07-03 19:55:16    阅读次数:125
5324条   上一页 1 ... 33 34 35 36 37 ... 533 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!