EROR: Version file does not exist in root dir hdfs://XXXXXXX:8020/tmp/hbase-hbase/hbase 出错原因是hbck在gateway执行的,gateway的配置与hmaster的不一致,在hmaster执行hbck并无不一 ...
分类:
其他好文 时间:
2020-01-12 13:48:15
阅读次数:
170
公司老的项目使用是php,要进行重构。其他团队使用php curl函数使用post方式调用Spring Cloud gateway 报time out错误。 但是使用postman测试是没有任何问题,php curl如果绕过网关直接访问接口也没有问题。结果发现了是因为: 使用Curl POST数据时 ...
分类:
编程语言 时间:
2020-01-12 11:21:25
阅读次数:
91
#######gateway 路由案例####### 1、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w ...
分类:
编程语言 时间:
2020-01-11 16:58:34
阅读次数:
109
正向代理(透明) 服务端:eno16777728: inet 192.168.10.10 主机模式 eno33554968: inet 192.168.1.180 桥接模式 客户端:Address 192.168.10.20 Netmask 255.255.255.0 Gateway 192.168 ...
分类:
其他好文 时间:
2020-01-10 23:53:54
阅读次数:
188
发布CRM你将使用以下软件 nginx uWSGI CentOS7 CRM项目文件 virtualenv supervisor WSGI、uWSGI python web服务器开发使用WSGI协议(Web Server Gateway Interface) python web项目默认会生成一个ws ...
分类:
其他好文 时间:
2020-01-08 20:36:30
阅读次数:
92
1.加入测试网络 (1.)删除原有点数据 rm rf ~/.lotus ~/.lotusstorage (2.)设置网关 IPFS_GATEWAY="https://proof parameters.s3.cn south 1.jdcloud oss.com/ipfs/" (3.)启动守护进程 lo ...
分类:
其他好文 时间:
2020-01-08 01:07:48
阅读次数:
869
设置centos7静态网卡配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noIPADDR=192.168.191.10NETMASK=255.255.255. ...
分类:
其他好文 时间:
2020-01-06 17:46:32
阅读次数:
110
usertask2 到达网关,后台挂起 usertask3 到达网关,则触发执行 ParallelGatewayActivityBehavior.execute,判断incomings的数量和executions数量是否相同,如果相同则执行如下逻辑: 更新act_hi_actinst,修改act的e ...
分类:
其他好文 时间:
2020-01-05 17:10:04
阅读次数:
112
1、composer安装thinkphp 2、进入tp5根目录 3、安装gatewayworker 4、官网下载linux版本demo:http://www.workerman.net/download 5、将Applications/Yourapp复制到tp5目录application中,并更改名 ...
分类:
其他好文 时间:
2020-01-04 18:15:23
阅读次数:
505
WSGI 什么是WSGI? wsgi 是一个 web 组件的接口规范(WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server communicates with w ...
分类:
其他好文 时间:
2020-01-04 01:31:21
阅读次数:
115