error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pac ...
分类:
Web程序 时间:
2020-05-16 09:19:10
阅读次数:
158
1.查看已经存在的remote git remote 查看remote详细信息 git remote -v 或者 git remote --verbose 查看更详细的信息 git remote show <remote_name> 2.添加新的remote git remote add <url> ...
分类:
其他好文 时间:
2020-05-15 00:12:11
阅读次数:
49
什么是Redis Redis(Remote Dictionary Server) 是一个使用 C 语言编写的,开源的(BSD许可)高性能非关系型(NoSQL)的键值对数据库。 Redis 可以存储键和五种不同类型的值之间的映射。键的类型只能为字符串,值支持五种数据类型:字符串、列表、集合、散列表、有 ...
分类:
其他好文 时间:
2020-05-14 10:49:15
阅读次数:
89
概念:Redis(REmote DIctionary Server)是用C语言开发的一个开源的高性能键值对(Key-Value)数据库。 特征: 数据间没有必然的关联关系 内部采用单线程进行工作 高性能。官方测试数据,50个并行执行100000个请求,读的速度11000次/s,写的速度81000次/ ...
分类:
其他好文 时间:
2020-05-13 14:11:09
阅读次数:
52
1. 本地新增项目 touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://XXX.git 仓库地址 git push -u origin master ...
分类:
其他好文 时间:
2020-05-13 12:26:12
阅读次数:
52
Flutter安装安装flutterSDK安装配置升级fluttervscode搭建环境vscode创建项目运行普通运行操作热加载debugger连接第三方模拟器异常启动异常Initialization gradle…adb 提示adb server version(31) doesn't matc... ...
分类:
其他好文 时间:
2020-05-12 18:48:02
阅读次数:
101
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and t ...
分类:
Web程序 时间:
2020-05-12 11:44:27
阅读次数:
78
元素定位 工具介绍 1.appium 自带组件定位元素 1.1 启动appium 点开组件 2.用android SDK 自带的uiautomator 3.元素定位 与Web自动化测试一样,app自动化测试过程中最重要一个环节就是元素定位,只有准确定位到了元素才能进行相关元素的操作,如输入、点击、拖 ...
分类:
移动开发 时间:
2020-05-12 11:33:08
阅读次数:
74
要说“远程对象”,必先说“远程调用”,也就是RPC。比较著名的RPC框架有,最近很火的gRPC,也就是Google开源的RPC。另外还有Facebook开源的Thrift等等……我厂内部也有很多RPC框架,琳琅满目不暇接。Java在JDK里面也支持RMI(Remote Method Invoke: ...
分类:
其他好文 时间:
2020-05-12 00:03:36
阅读次数:
104
场景 AAA(网络安全系统) 是认证(Authentication)、授权(Authorization)和计费(Accounting)的简称,是网络安全中进行访问控制的一种安全管理机制,提供认证、授权和计费三种安全服务。 RADIUS:Remote Authentication Dial In Us ...
分类:
编程语言 时间:
2020-05-11 18:54:29
阅读次数:
76