开发文档:https://developer.paypal.com/docs/classic/products/payflow-gateway/ 教程视频A:https://www.youtube.com/watch?v=qyiv3ndRcZI 教程视频B:https://www.youtube.c ...
分类:
其他好文 时间:
2019-12-30 17:40:56
阅读次数:
118
docker run --name t1 -it -p 80 --rm l/httpd:v1 (进去后开启httpd,其中-p80是要求转换这个端口,转换哪个需要inspect查看或者docker port 容器名)docker run --name t1 -it -p 81:80 --rm l/h ...
分类:
Web程序 时间:
2019-12-30 13:03:02
阅读次数:
112
shell 监控脚本,通过会while true 实现,没有使用crontab #!/bin/bash source /etc/profile appname=aurora-gateway-provider-1.3.1_build2.jar #【jps 显示的 进程名称】 app_path=/opt ...
分类:
系统相关 时间:
2019-12-29 18:13:59
阅读次数:
88
随着公司项目的庞大,单点登录变得尤为重要,那么怎么实现单点登录,下面已oauth为标准实现单点登录。 【特别鸣谢:魔乐科技,附上官网:www.mldn.cn】 1:项目组织结构 本项目为oAuth修改的启动项目结构,在该结构之中基本定义模块如下: 1、microauth:定义公共的父pom文件,用于 ...
分类:
编程语言 时间:
2019-12-28 16:13:31
阅读次数:
213
Impala is an open-source, fully-integrated, state-of-the-art MPP SQL query engine designed specically to leverage the flexibility and scalability of ...
分类:
数据库 时间:
2019-12-26 19:11:58
阅读次数:
89
参考:https://blog.csdn.net/yan_dk/article/details/7261059 该方法主要是借助spring对于路径的通配符匹配的实现,来实现自己公司业务需求。 package com.stylefeng.guns.gateway.modular; import or ...
分类:
编程语言 时间:
2019-12-24 15:21:50
阅读次数:
110
Spring Cloud 网关主要有三大模块:route、predicates、filters 其中 filter 最为关键,是功能增强的核心组件。 列举出一些功能组件: 5.6 CircuitBreaker 5.7 FallbackHeaders 5.11 RequestRateLimiter 5 ...
分类:
编程语言 时间:
2019-12-22 20:21:01
阅读次数:
93
项目环境搭建 1.基本认知 Web应用框架(Web application framework)是一种开发框架,用来支持动态网站,网络应用程序及网络服务的开发。—— Django 框架: WSGI:Web Server Gateway Interface。服务器网关接口 web框架构成: url路由 ...
分类:
其他好文 时间:
2019-12-22 18:19:14
阅读次数:
98
lichengbei 2019-12-21 修改网络配置文件,注意只给一个网口配置gateway,系统会生成一条默认路由: root@ubuntu-lichengbei:~# vim /etc/network/interfaces # The loopback network interface a ...
分类:
系统相关 时间:
2019-12-22 12:52:08
阅读次数:
126
EMR目录: 配置文件目录:/etc/ecm/hadoop-conf#看gateway机器配置是否同步,直接看配置文件,如:/etc/ecm/hadoop-conf/core-site.xml 然后输入命令hadoop classpath 打印一下classpath, 看引用的conf目录是否为/e ...
分类:
其他好文 时间:
2019-12-21 20:15:41
阅读次数:
170