摘要: #JDK JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home CLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar:. PATH=$JAVA_ 阅读全文
posted @ 2022-04-06 22:50 journeyIT 阅读(59) 评论(0) 推荐(0) 编辑
摘要: # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWAR 阅读全文
posted @ 2022-04-06 22:44 journeyIT 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Nginx 安装配置 安装路径 /usr/local/nginx/ 配置⽂件 /usr/local/nginx/conf/nginx.conf ⽇志路径 在配置⽂件中指定,⽬前为: /usr/local/nginx/logs 修改配置操作 3.1 [root@P1QMSPL1RTM02 ~]# cd 阅读全文
posted @ 2022-04-06 22:41 journeyIT 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 简单微服务架构 微服务架构的基础框架/组件 服务注册发现 服务网关(Service Gateway) 后端通用服务(也称中间层服务Middle Tier Service) 前端服务(也称边缘服务Edge Service) SpringCloud架构 所有请求都统一通过 API 网关(Zuul)来访问 阅读全文
posted @ 2022-04-06 22:32 journeyIT 阅读(27) 评论(0) 推荐(0) 编辑
摘要: const { getFieldDecorator, getFieldValue, setFieldsValue, resetFields, validateFields, getFieldError } = this.props.form; getFieldDecorator: 用于和表单进行双向 阅读全文
posted @ 2022-04-06 17:28 journeyIT 阅读(579) 评论(0) 推荐(0) 编辑