上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 132 下一页

2021年8月30日

Maven Settings.xml 配置模板

摘要: https://www.cnblogs.com/simpleJokerKing/p/14202514.html <?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 阅读全文

posted @ 2021-08-30 15:45 四海骄阳 阅读(624) 评论(0) 推荐(0)

2021年8月26日

Nginx配置

摘要: http { include mime.types; default_type application/octet-stream; #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status 阅读全文

posted @ 2021-08-26 16:54 四海骄阳 阅读(38) 评论(0) 推荐(0)

2021年8月20日

学习笔记汇总

摘要: 1、分布式数据库中间件、产品 sharding-jdbc,mycat,drds 1.1: 分库分表的前提; 1.2: sharding-sphere sharding-jdbc,sharding-proxy,sharding-sidecar 1.3 myql:介绍 mysql是支持SQL92标准,遵 阅读全文

posted @ 2021-08-20 16:21 四海骄阳 阅读(57) 评论(0) 推荐(0)

分布式数据库中间件、产品——sharding-jdbc、mycat、drds

摘要: https://blog.csdn.net/jornada_/article/details/82947677 一般对于业务记录类随时间会不断增加的数据,当数据量增加到一定量(一般认为整型值为主的表达到千万级,字符串为主的表达到五百万)的时候,性能将遇到瓶颈,同时调整表结构也会变得非常困难。为了避免 阅读全文

posted @ 2021-08-20 15:50 四海骄阳 阅读(333) 评论(0) 推荐(0)

MySql系列之读写分离

摘要: 4.1.2 -- 1、swithType='-1' 表示不自动切换 2、switchType='1' 表示自动切换 3、switchType='2' 基于Mysql主从同步的状态决定是否切换,心跳语句为show slave status Mycat1.4 开始支持MySQL主从复制状态绑定的读写分离 阅读全文

posted @ 2021-08-20 13:28 四海骄阳 阅读(94) 评论(0) 推荐(0)

2021年8月19日

linux防火墙配置

摘要: 1、Centos6: iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT iptables -A INPUT -s 192.168.200.178 -p all -j ACCEPT iptables -A INPUT -s 192.168.200 阅读全文

posted @ 2021-08-19 08:54 四海骄阳 阅读(455) 评论(0) 推荐(0)

Linux运维之防火墙之firewalld的管理

摘要: https://blog.csdn.net/qq_42303254/article/details/84981388 一、防火墙的介绍防火墙是整个数据包进入主机前的第一道关卡。防火墙主要通过Netfilter与TCPwrappers两个机制来管理的。 (1)Netfilter:数据包过滤机制(2)T 阅读全文

posted @ 2021-08-19 06:39 四海骄阳 阅读(712) 评论(0) 推荐(0)

CentOS 7 firewalld 配置详解 (转)

摘要: https://www.cnblogs.com/vicowong/p/11210144.html https://blog.csdn.net/qq_42303254/article/details/84981388 1.在CentOS 7里有几种防火墙共存:firewalld、iptables、eb 阅读全文

posted @ 2021-08-19 06:07 四海骄阳 阅读(434) 评论(0) 推荐(0)

2021年8月18日

MySQL远程访问设置终极方法

摘要: 这篇文章主要介绍了MySQL远程访问设置终极方法,本文总结了多种设置方法和技巧,是解决远程访问的终极解决方案,需要的朋友可以参考下 数据库对于服务端开发人员来说,几乎就是左膀右臂。几乎每一个服务端开发人员都要和数据库打交道。而MySQL又以其开源免费,小巧玲珑,简单易用,功能强大占据中国数据库使用份 阅读全文

posted @ 2021-08-18 22:37 四海骄阳 阅读(952) 评论(0) 推荐(0)

firewalld防火墙详解

摘要: https://blog.51cto.com/andyxu/2137046 https://blog.51cto.com/u_2333657/2486329 众所周知,在RHEL7系统中,firewalld防火墙取代了iptables防火墙。我们都知道iptables的防火墙策略是交由内核层面的ne 阅读全文

posted @ 2021-08-18 21:12 四海骄阳 阅读(1381) 评论(0) 推荐(1)

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 132 下一页

导航