上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页
摘要: 使用了@Builder 将会失去无参构造函数 可以通过 @Tolerate 来添加构造函数 阅读全文
posted @ 2022-04-16 13:24 明月照江江 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Jmeter 测试dubbo 接口 1. 安装JMeter 安装到/usr/local下 2. github上下载 jmeter-plugins-dubbo-x.x.x-jar-with-dependencies.jar ​ 将该jar 放到 jmeter安装目录的lib/ext 目录下 ​ 我的j 阅读全文
posted @ 2022-04-16 13:23 明月照江江 阅读(333) 评论(0) 推荐(0) 编辑
摘要: dubbo 启动标志 Dubbo service server started <dubbo:reference id="transferTimingUploadHisRPCService" url="dubbo://100.118.67.3:20942" interface="com.sf.ids 阅读全文
posted @ 2022-04-16 13:22 明月照江江 阅读(276) 评论(0) 推荐(0) 编辑
摘要: Mac 上安装和使用Nginx 1. 安装Nginx brew install nginx 2. 启动Nginx nginx 其他命令 重启Nginx nginx -s reload 关闭(停止)Nginx nginx -s stop 阅读全文
posted @ 2022-04-16 11:11 明月照江江 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 在 nginx.conf 中配置以下内容 ... http { ... server { # 这里表示upstream 的连接、读取、发送超时时间都是300秒 proxy_connect_timeout 300; proxy_read_timeout 300; proxy_send_timeout 阅读全文
posted @ 2022-04-16 11:11 明月照江江 阅读(1695) 评论(0) 推荐(0) 编辑
摘要: 最近操作Nginx.conf 的location部分,发现了一个巨坑,在这做个记录 当我用一下配置时 location = / { root /usr/share/nginx/html; index index.html index.htm; try_files $uri $uri/ /index. 阅读全文
posted @ 2022-04-16 11:09 明月照江江 阅读(72) 评论(0) 推荐(0) 编辑
摘要: ##前言 ###痛点 时至今日,我们通常会使用应用程序或第三方库去提供通信功能。比如:我们通常使用HTTP客户端库去Web服务器检索信息;通过web服务调用一个远程程序。然而,一个通用协议或者它的实现往往不能适配的很好。就像我们不会使用通用的Http服务去交换一个大文件、电子邮件消息和近实时消息(比 阅读全文
posted @ 2022-04-10 22:52 明月照江江 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Zookeeper mac安装总结 1. 执行 brew install zookeeper 可能遇到报错 Error: The following directories are not writable by your user: /usr/local/share/man/man5 You sh 阅读全文
posted @ 2022-04-10 22:51 明月照江江 阅读(104) 评论(0) 推荐(0) 编辑
摘要: MongoBD 的设计目标时极简、灵活、作为Web应用栈的一部分 MongoDB的数据模型时面向文档的,所谓文档是一种类似JSON的结构,(BJSON) MongoDB的概念: SQL术语/概念 MongoDB术语/概念 解释/说明 database database 数据库 table colle 阅读全文
posted @ 2022-04-10 22:51 明月照江江 阅读(88) 评论(0) 推荐(0) 编辑
摘要: lsof -i:20942 以后认真的学习一下这个命令 阅读全文
posted @ 2022-04-10 22:50 明月照江江 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页