文档: react-router-dom官方文档:https://reacttraining.com/react-router/web/guides/quick-start connected-react-router文档(GitHub):https://github.com/supasate/co ...
分类:
其他好文 时间:
2020-03-15 22:17:17
阅读次数:
68
Leveraging V-Wires Bridge two physical connections and apply security Policies without influencing any routing decision(transparent Firewall inspectio ...
分类:
其他好文 时间:
2020-03-15 09:57:07
阅读次数:
59
Redis conf bind 0.0.0.0 允许任何IP访问 daemonize yes 保护进程启动 protected-mode no 关闭保护功能 requirepass no 设置访问密码 开放防火墙 firewall-cmd --zone=public --add-port=80/tc ...
分类:
其他好文 时间:
2020-03-15 09:31:20
阅读次数:
53
设置终端不超时 1. H3C user-interface vty 1 idle-timeout 0 查看启动配置 1. H3C: show saved-configuration 2. Cisco: 3. Huawei: 配置ECMP负载算法 1. H3C: ip load-sharing mod ...
分类:
其他好文 时间:
2020-03-14 23:56:12
阅读次数:
100
config windows firewall with specific way
背景:在阿里上买了台服务器,然后安装zookeeper,然后没有回调 好像没有设置防火墙 需要注意的是:CentOS7默认的防火墙不是iptables,而是firewalle. 解决方法一、保持firewall方式管理如果要添加范围例外端口 如 1000-2000语法命令如下:启用区域端口和协议组合 ...
分类:
其他好文 时间:
2020-03-14 10:53:08
阅读次数:
102
# 宿主机ip: 192.168.31.19 docker run -itd --name tomcat -p 8080:8080 tomcat /usr/local/apache-tomcat-9.0.30/bin/startup.sh # 防火墙放开8080端口 firewall-cmd --a ...
分类:
其他好文 时间:
2020-03-14 10:46:19
阅读次数:
42
[TOC] getattr详解 前言 这两天在优化腾讯云迁移平台( "SmartMS" )的中间件( )时. 其中某些接口由于涉及多种服务器系统类型, 迁移类型的判断.导致往往一个接口动辄70 80行. 随便进行一个接口的修改, 调试, 参数的变更. 都将花费好几分钟的时间去缕缕中间的逻辑.加上同一 ...
分类:
编程语言 时间:
2020-03-14 00:46:52
阅读次数:
56
config windows firewall with specific way
firewall一行的意思是将http或https服务加入到防火墙允许访问的意思 sed一行是查询config文件,将以SELINUX=开头的内容替换成cSELINUX=disabled内容 curl部分是看网址能不能访问 ...
分类:
Web程序 时间:
2020-03-12 12:56:29
阅读次数:
86