Docker装了无数次,还是会遇到如此熟悉的问题,知道他是版本需要更新,但是就是找不到对应的,在网上找了差不多一个下午都没弄好。发现平时还是要多动脑子才行,既然知道是版本需要更新,那么到官网直接找版本,使用yum源再安装就可以了,为什么要去复制粘贴网上的,一个一个试下去。 报错如下 解决办法 ...
分类:
系统相关 时间:
2019-11-22 00:46:43
阅读次数:
126
VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version 先选择“解决方案管理器”, 然后按如下路径: 项目-》属性-》C/C++-》代码生成-》 ...
分类:
移动开发 时间:
2019-11-20 15:30:30
阅读次数:
105
最近在研究redis的集群,redis官方提供了redis-trib.rb工具,但是在使用之前 需要安装ruby,以及redis和ruby连接: yum -y install ruby ruby-devel rubygems rpm-build gem install redis 其中 gem in ...
分类:
其他好文 时间:
2019-11-12 13:33:21
阅读次数:
102
(1)进行接口测试的时候,写好接口测试用例,然后模拟请求的时候,会出现请求头鉴权。给你了key值那么可以 import hashlibimport timeimport base64def get_sha1(str_data): sha1_str = hashlib.sha1(str(str_dat ...
分类:
其他好文 时间:
2019-11-08 18:59:51
阅读次数:
126
https://stackoverflow.com/questions/6565357/git-push-requires-username-and-password Permanently authenticating with Git repositories Run the following ...
分类:
其他好文 时间:
2019-11-06 22:48:39
阅读次数:
114
Time was, you’d buy a TV, bring it home and plant it in your living room. And you’d watch it. For like a decade. And then, when the picture started fa ...
分类:
其他好文 时间:
2019-11-01 11:19:00
阅读次数:
94
BlOs(基本输入输出系统) install安装briefly 暂时地,简要地boot 启动remarkable 不同寻常的pc个人计算机Blos软件要求执行许多不同的人物,但最重要的任务是载入操作系统Blos software requires many different people to p ...
分类:
其他好文 时间:
2019-10-30 22:44:11
阅读次数:
108
Choose two The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOTCE_DATE column of data type DATE NLS_DATE_FORMAT is set to DD-MON-R ...
分类:
其他好文 时间:
2019-10-30 11:59:08
阅读次数:
102
前言: python3应该是python的趋势所在,当然目前争议也比较大,这篇随笔的主要目的是记录在linux64下搭建python3环境的过程 以及碰到的问题和解决过程。 另外,如果本机安装了python2,尽量不要管他,使用python3运行python脚本就好,因为可能有程序依赖目前的pyth ...
分类:
编程语言 时间:
2019-10-26 23:07:24
阅读次数:
115
Appium 运行start session时报错An unknown server-side error occurred while processing the command.Original error: Error executing adbExec.Original error: ‘C ...
分类:
移动开发 时间:
2019-10-13 20:42:44
阅读次数:
164