Redis的基本介绍 1.Redis是NoSQL数据库,不是传统的关系型数据库 官网:https://redis.io/和http://www.redis.cn/ 2.Redis:REmote Dictionary Server(远程字典服务器),Redis的性能非常高,单机能够达到15w qps, ...
分类:
数据库 时间:
2021-02-18 13:18:56
阅读次数:
0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:
其他好文 时间:
2021-02-18 13:05:15
阅读次数:
0
解决idea创建Maven项目时 No archetype found in remote catalog. Defaulting to internal catalog 下载archetype-catalog.xml下载地址:https://repo1.maven.org/maven2/arche ...
分类:
其他好文 时间:
2021-02-17 14:41:35
阅读次数:
0
Xtool X100 Pad2 Pro full version adds VW 4th/5th generation immobilizer programming. It’s a professional key programmer for workshop with special func ...
分类:
其他好文 时间:
2021-02-10 13:33:59
阅读次数:
0
打开CMD的方式 开始+系统+命令提示符 Win+R +CMD打开控制台 任意文件夹 按住shift+右键,打开powershell窗口 文件地址栏前面加上cmd路径 常用的DOS命令 #盘符切换 #查看当前目录下的所有文件 dir #切换目录 cd /d (change directory) cd ...
分类:
其他好文 时间:
2021-02-10 13:06:21
阅读次数:
0
今日打算安装一下ReactNative官方推荐的脚手架工具Ignite。 文章目录 node版本升级 1.查看可以安装的node版本 2.选择一个版本进行安装 3.查看已安装的版本 遇到报错 查找问题所在 解决问题 node版本升级 1.查看可以安装的node版本 nvm ls-remote 1 2 ...
分类:
移动开发 时间:
2021-02-09 12:21:13
阅读次数:
0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:
其他好文 时间:
2021-02-08 12:50:48
阅读次数:
0
#clickhouse: 默认端口8123 或90001.在sql语句连接其他clickhouse数据库,参数:ip端口,数据库表,用户名,密码select * from remote('192.168.1.12:8123',mysql_test.r_app_rank,'root','123456' ...
分类:
数据库 时间:
2021-02-08 12:25:24
阅读次数:
0
1. 此电脑 ->属性 2. dxdiag(DirectX诊断工具)-》cmd + dxdiag 3. systeminfo 4. powershell(管理员):Powercfg –energy 启用跟踪 60 秒、观察系统行为、分析跟踪数据 ...
分类:
其他好文 时间:
2021-02-06 11:53:06
阅读次数:
0
Redis入门 简介 Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从 ...
分类:
其他好文 时间:
2021-02-05 10:51:33
阅读次数:
0