码迷,mamicode.com
首页 >  
搜索关键字:gateway    ( 1721个结果
超哥教你发布CRM
发布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
lotus操作命令
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静态网卡配置文件
设置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
activiti 向下驱动原理分析
usertask2 到达网关,后台挂起 usertask3 到达网关,则触发执行 ParallelGatewayActivityBehavior.execute,判断incomings的数量和executions数量是否相同,如果相同则执行如下逻辑: 更新act_hi_actinst,修改act的e ...
分类:其他好文   时间:2020-01-05 17:10:04    阅读次数:112
tp5.1中gatewayworker简单使用
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? 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
第十三篇、【Zabbix监控项之Jvm监控】
注意: 如果编译Zabbix Server端的时候,没有开启--enable-java (Zabbix Java gateway),那需要重新编译源码。 1、重新编译源码(源码安装建议不要删除,保存起来,以后需要重新编译很快,因为编译过的*.o,不用再进行重新编译,只编译新功能的代码) 2、配置za ...
分类:其他好文   时间:2020-01-04 00:40:37    阅读次数:119
grpc-POST提交主订单数据(gateway实现http api)
编写proto文件: Models.proto Orders.proto Prod.proto 接下来生成pd.go文件 编写服务端Serbices OrdersService.go package services import ( "context" ) type ProdService str ...
分类:Windows程序   时间:2020-01-01 13:40:42    阅读次数:164
VMware安装Centos
一、下载地址 http://isoredirect.centos.org/centos/7/isos/x86_64/ 各个版本的ISO镜像文件说明: CentOS-7-x86_64-DVD-1708.iso 标准安装版(推荐) CentOS-7-x86_64-Everything-1708.iso ...
分类:系统相关   时间:2019-12-31 12:53:50    阅读次数:120
EMR的hive包升级和gateway启动hs2
升级: mkdir /opt/apps/hivecd /opt/apps/hivewget http://emr.oss-cn-hangzhou.aliyuncs.com/ecm-repo/hive/opay/apache-hive-2.3.5-bin.tar.gzmd5sum apache-hiv ...
分类:其他好文   时间:2019-12-30 17:47:54    阅读次数:87
1721条   上一页 1 ... 25 26 27 28 29 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!