1. Redis简介 Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库,并提供多种语言的API。Redis 是一个高性能的key-value数据库。 redis的 ...
分类:
编程语言 时间:
2020-06-19 01:19:59
阅读次数:
93
git remote -v /usr/local/Homebrewgit remote set-url origin git://mirrors.tuna.tsinghua.edu.cn/homebrew.git/usr/local/Homebrew/Library/Taps/homebrew/ho ...
分类:
其他好文 时间:
2020-06-19 01:03:31
阅读次数:
71
修改nginx 的配置文件/etc/nginx/nginx.conf http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_ref ...
分类:
系统相关 时间:
2020-06-18 21:31:42
阅读次数:
81
# 查看远程仓库推拉地址,分支信息,分支跟踪情况等 git remote show origin # 拉取远程仓库的变更内容到本地 git fetch origin # 拉取并合并仓库的变更内容到本地 git pull # 添加远程仓库跟踪地址 git remote add # 推送本地的提交到远程 ...
分类:
其他好文 时间:
2020-06-18 19:37:11
阅读次数:
41
function showLog($content,$filename="filenamelog") { $logfile = 'logs/'.$filename.date('Ymd').'.txt'; if(!file_exists(dirname($logfile))) { mkdir(dirn ...
分类:
Web程序 时间:
2020-06-17 13:13:42
阅读次数:
117
消费方项目为SpringMVC 服务提供方为Spring+MyBatis 使用版本号: dubbo 2.6.6 zookeeper 3.6.1 出现异常: 类型:com.alibaba.dubbo.rpc.RpcException 主要信息: Invoke remote method timeout ...
分类:
其他好文 时间:
2020-06-17 09:13:44
阅读次数:
267
参考:https://blog.csdn.net/caiqiiqi/article/details/79698143 一、实验步骤 1、创建拓扑 参数说明: --controller 自己指定一个控制器,一般用remote指定远程控制器。还可以用--ip 与 --port 指定地址和端口号 --ma ...
分类:
其他好文 时间:
2020-06-17 01:57:29
阅读次数:
188
1-使用 git remote -v 查看对应的克隆地址: git remote -v origin https://github.com/username/repository.git (fetch) origin https://github.com/username/repository.gi ...
分类:
其他好文 时间:
2020-06-16 23:47:54
阅读次数:
60
PPP动态指定单个地址 AR1配置 interface Serial4/0/0 link-protocol ppp remote address 100.100.100.50 ip address 100.100.100.100 255.255.255.0 AR2配置 interface Seria ...
分类:
其他好文 时间:
2020-06-16 12:58:32
阅读次数:
118
RPC 起源 RPC 这个概念术语在上世纪 80 年代由 Bruce Jay Nelson 提出。这里我们追溯下当初开发 RPC 的原动机是什么?在 Nelson 的论文 "Implementing Remote Procedure Calls" 中他提到了几点: 简单:RPC 概念的语义十分清晰和 ...
分类:
其他好文 时间:
2020-06-16 12:53:15
阅读次数:
73