最近项目中使用了netty服务,空余时间差了下dubbo中是如何使用netty做底层服务的,找了相关资料记录一下: 众所周知,国内知名框架 Dubbo 底层使用的是 Netty 作为网络通信,那么内部到底是如何使用的呢? 1. dubbo 的 Consumer 消费者如何使用 Netty --dem ...
分类:
Web程序 时间:
2020-04-25 19:12:57
阅读次数:
67
获取脚本所在的路径 SHHOME=$(cd `dirname $0`; pwd) 格式化数字 tr -cd "[0-9]" 获取状态码 curl -I -m 10 -o /dev/null -s -w %{http_code} 127.0.0.1:80 ...
分类:
系统相关 时间:
2020-04-25 10:33:38
阅读次数:
137
运行gradle 的assembleDebug或者assembleRelease 如果出现 { CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is ...
分类:
移动开发 时间:
2020-04-25 00:47:00
阅读次数:
135
1、找出ifconfifig “网卡名” 命令结果中本机的IPv4地址 [root@Centos8 data]# ifconfig|grep inet|head -n1|tr -s ' '|cut -d' ' -f3 10.0.0.100 2、查出分区空间使用率的最大百分比值 [root@Cento ...
分类:
其他好文 时间:
2020-04-24 22:06:39
阅读次数:
105
这个软件收费,这就很不好了 1、pillow 模块安装(处理图像的库) 默认安装:打开 cmd,输入命令: pip install pillow 豆瓣格式:打开 cmd,输入命令: pip install -i https://pypi.douban.com/simple pillow 2、验证码的 ...
分类:
Web程序 时间:
2020-04-24 01:14:45
阅读次数:
148
一、文档设置不能放在JSP文件内部,必须放在头部 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ht ...
分类:
Web程序 时间:
2020-04-23 17:30:09
阅读次数:
110
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
其他好文 时间:
2020-04-23 01:13:39
阅读次数:
116
??教程 1. "一个易迁移、兼容性高的 Flutter 富文本方案" 1. "复杂业务如何保证Flutter的高性能高流畅度?" ??插件 1. "flutter_color_models" A wrapper for the Dart color_models plugin with added ...
分类:
其他好文 时间:
2020-04-22 22:52:30
阅读次数:
103
CSCI-1200 Data Structures — Spring 2020Homework 9 — IMDB SearchThe Internet Movie Database (IMDB) keeps track of data related to films.Your program wi ...
分类:
其他好文 时间:
2020-04-22 20:21:36
阅读次数:
80
pip安装报错 解决办法: pip install selenium -i http://pypi.douban.com/simple --trusted-host pypi.douban.com ...
分类:
其他好文 时间:
2020-04-22 17:01:01
阅读次数:
282