https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:
其他好文 时间:
2021-06-02 15:16:09
阅读次数:
0
说明 梦想控件提供两种技术在网页中加载CAD图纸,一个是OCX技术方案,另一个是HTML5技术方案,它们各有优缺点,用户需根据实际情况进行选择,下边分别说明一下。 OCX技术方案 1.OCX技术是IE的插件标准,使用OCX技术可以在IE加一个二进制代码插件,在IE或国产浏览器兼容模式下加载我们的CA ...
分类:
Web程序 时间:
2021-05-24 14:45:11
阅读次数:
0
#拿出当前匹配的test_ca_v2.1最近版本号 latelyTag=$(git describe --match "test_ca_v2.1*" --abbrev=0 --tags $(git rev-list --tags --max-count=1)) #版本前缀 tagPre="test_ ...
分类:
系统相关 时间:
2021-05-24 07:54:48
阅读次数:
0
Git命令来获取/查找以test_ca_v开头的最后一个标签 git describe --match "test_ca_v*" --abbrev=0 --tags $(git rev-list --tags --max-count=1) 效果: ...
分类:
其他好文 时间:
2021-05-24 07:47:44
阅读次数:
0
import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.*; import java.time.format.DateTimeFormatter; import java.util.Ca ...
分类:
编程语言 时间:
2021-05-24 06:45:07
阅读次数:
0
目录 1.vcenter 6.7安装要求;2.vcenter第一阶段安装失败,提示:"Unable to proceed with stage 2 of the deployment process. Click close to exit the installer.”3.无DNS下部署安装vce ...
分类:
其他好文 时间:
2021-05-23 22:59:26
阅读次数:
0
由于某些原因,直接下载Fabric CA有诸多不便。 可以通过如下两种方式下载: git clone git://github.com/hyperledger/fabric-ca.git ,然后对clone下来的源码进行编译:make fabric-ca-server 和 make fabric-c ...
分类:
其他好文 时间:
2021-04-26 14:11:52
阅读次数:
0
参考资料: 资料1:https://azure.microsoft.com/en-ca/pricing/details/devops/azure-devops-services/ 资料2:https://docs.microsoft.com/zh-CN/azure/devops/organizati ...
分类:
其他好文 时间:
2021-04-21 11:52:00
阅读次数:
0
安装Docker 国内方式 国内的网络环境众所周知,所以推荐使用镜像站进行安装 sudo apt-get update && sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-p ...
分类:
系统相关 时间:
2021-04-20 15:00:00
阅读次数:
0
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:
系统相关 时间:
2021-04-16 11:59:52
阅读次数:
0