拉取redis镜像 docker pull redis 创建redis容器 docker create --name redis-node1 --net host -v /data/redis-data/node1:/data redis --cluster-enabled yes --cluste ...
分类:
其他好文 时间:
2021-06-06 19:28:17
阅读次数:
0
Go引入包报错 package ... is not in GOROOT ...
分类:
其他好文 时间:
2021-06-06 19:25:40
阅读次数:
0
如果你有其他语言基础,可以很快入门,如果新手建议了解即可,以下是课程目录: 1、智能合约概述2、区块链基础3、以太坊虚拟机4、安装Solidity编译器5、从源代码编译6、CMake参数7、版本号字符串详解8、版本信息详情9、实例学习Solidity10、秘密竞价(盲拍)11、安全的远程购买实例12 ...
分类:
其他好文 时间:
2021-06-06 19:21:59
阅读次数:
0
###Oracle Instant Client下载 下载地址: https://www.oracle.com/cn/database/technology/instant-client.html 根据需要选择对应的版本,下载所需的软件包 以我为例,我选择的是适用于 Linux x86-64(64 ...
分类:
系统相关 时间:
2021-06-06 19:21:46
阅读次数:
0
FlyKey (键指如飞) 是一款快速查看应用快捷键的 macOS 增强工具,通过双击 command即可显示当前应用的所有快捷键,帮助Mac用户快速了解掌握快捷键,达到键指如飞的输入状态。 原文链接:https://mac.orsoon.com/Mac/179625.html(附安装下载教程) 键 ...
分类:
系统相关 时间:
2021-06-06 19:20:27
阅读次数:
0
一、获取开发版(调试版)SHA1值 1、使用windows键+R键 打开系统运行工具 2、输入cmd ,然后点击确定,打开命令行工具 3、输入 cd .android 定位到 .android 文件夹 4、继续在控制台输入命令。 调试版本使用 debug.keystore,命令为:keytool - ...
分类:
移动开发 时间:
2021-06-06 19:19:15
阅读次数:
0
推荐博客:https://my.oschina.net/attacker/blog/3038174 bypy模块安装 pip install bypy # python pip包管理 登录 bypy info 通过浏览器visit地址,填入Python客户端授权码 上传 下载 先将大文件 移动到 我 ...
分类:
系统相关 时间:
2021-06-06 19:13:08
阅读次数:
0
1.安装启动检查Mysql服务。netstat -tunlp (3306) 2.spark 连接mysql驱动程序。–cp /usr/local/hive/lib/mysql-connector-java-5.1.40-bin.jar /usr/local/spark/jars 3.启动 Mysql ...
分类:
数据库 时间:
2021-06-06 19:08:48
阅读次数:
0
1、下载 https://downloads.mysql.com/archives/community/ wget https://downloads.mysql.com/archives/get/p/23/file/mysql-5.5.62-linux-glibc2.12-x86_64.tar.g ...
分类:
系统相关 时间:
2021-06-06 18:56:23
阅读次数:
0
window下安装: 1.到官网上下载mysql(zip包) 》①mysql的bin目录下新建my.ini文件,配置参考如下: 》②path中配置好环境变量 》③以管理员身份运行mysql服务 mysql --install 安装服务,控制台会提示:Service successfully inst ...
分类:
数据库 时间:
2021-06-06 18:54:05
阅读次数:
0