ERROR: Could not find a valid gem ‘redis‘ (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (https://rubygems.org/latest_specs.4.8.gz)
Error fetching http://ruby.taobao.org/:
server did not return a valid file (http://ruby.taobao.org/specs.4.8.gz)
Error fetching https://rubygems.org:
SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (https://rubygems.org/specs
分类:
其他好文 时间:
2020-03-06 19:44:22
阅读次数:
72
Windows 10下mysql 64位 安装 "下载地址" (不要下载debug&test版本)下载完解压 管理员身份打开cmd cd 进入mysql的bin目录下 初始化:mysqld initialize user=root console 生成初始化密码 83TM28<hnf.h 安装... ...
分类:
数据库 时间:
2020-03-06 01:41:04
阅读次数:
66
在激活其他环境时出现CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell错误解决方法: 因为我上一个环境没退出所以 再次进 ...
分类:
其他好文 时间:
2020-03-05 20:56:37
阅读次数:
413
Command line instructions Git global setup git config --global user.name "Your Name" git config --global user.email ""you@example.com"" Create a new r ...
分类:
其他好文 时间:
2020-03-05 17:56:13
阅读次数:
63
Description: Debug for the "dynamic community detection" project; Only 1 of the 2 communities could be found. Debug note: ...
分类:
其他好文 时间:
2020-03-05 01:01:48
阅读次数:
46
Problem Description Given a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-string containing k same chara ...
分类:
其他好文 时间:
2020-03-04 00:28:32
阅读次数:
76
mysql 的一个从库报错: Could not execute Write_rows event on table xxx.xxxx_tmp_tj; Error writing file '/tmp/MLLGyECY' (Errcode: 28 - No space left on device) ...
分类:
其他好文 时间:
2020-03-03 19:16:09
阅读次数:
248
今天遇到一个我自己很少遇见的问题,我是用mybatis自动生成的entity,和dao以及mapper 。在我对数据库进行添加数据时发现mybatis报错了。Could not set property ‘id’ of ‘com.*.sys.entity’ with value ‘********’ ...
分类:
其他好文 时间:
2020-03-03 13:05:59
阅读次数:
265
mysql8.0安装好后可以正常与navicat通信,也可以可以通过密码进入,在任务管理器中能看到mysqld字样 那么问题来了,用net start mysql 命令竟然无法启动 按照网上正常的步骤来操作: 以管理员身份在mysql的bin目录下 1.mysqld --initialize:作用初 ...
分类:
数据库 时间:
2020-03-02 20:52:53
阅读次数:
145
1、登录过程中报以下错误 2、分析 提示redis连接异常,意味着后台redis服务没起 3、解决 首先ps -ef |grep redis 发现redis果然没起 启动redis: 首先进入redis目录下: cd /usr/local/redis-5.0.5/ 启动redis ok了 ...
分类:
其他好文 时间:
2020-03-02 20:38:32
阅读次数:
167