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
https://docs.microsoft.com/zh-cn/powershell/azure/install-az-ps?view=azps-4.2.0 Azure PowerShell 在所有平台上都可使用 PowerShell 6.2.4 及更高版本。 它还可使用 Windows 上的 P ...
分类:
其他好文 时间:
2020-06-16 18:39:48
阅读次数:
76
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
前提: 1.git和GitHub已经进行ssh配置,点击查看教程Git与远程仓库GitHub配置SSH加密 2.已经新建了远程库learngit 1.本地仓库与远程库相关联 在本地的learngit仓库下运行命令 $ git remote add origin GitHub仓库地址 添加后,远程库的 ...
分类:
其他好文 时间:
2020-06-16 00:43:21
阅读次数:
97
前提: 1.git和GitHub已经进行ssh配置,点击查看教程Git与远程仓库GitHub配置SSH加密 2.已经新建了远程库learngit 1.本地仓库与远程库相关联 在本地的learngit仓库下运行命令 $ git remote add origin GitHub仓库地址 添加后,远程库的 ...
分类:
其他好文 时间:
2020-06-15 22:34:13
阅读次数:
71
> git config --global user.name "username" > git config --global user.email "email" > git init > git remote add origin git@git.{想要推送的项目地址}.git > git a ...
分类:
其他好文 时间:
2020-06-15 21:03:54
阅读次数:
62