上一页 1 2 3 4 5 6 7 ··· 20 下一页
摘要: 日志文件则由24个16进制数字组成,分三部分:时间线、LSN高32位、LSN低32位/(2**24)的值 使用lsn 获取 wal文件名的实例 postgres=# select pg_current_wal_lsn(),pg_walfile_name(pg_current_wal_lsn()),p 阅读全文
posted @ 2021-06-04 18:42 linyouyi 阅读(3224) 评论(0) 推荐(0)
摘要: 2020年12月8日openssl 发布了 openssl 拒绝服务漏洞 的风险通告,该漏洞编号为 CVE-2020-1971 ,漏洞等级: 高危 ,漏洞评分: 7.5 。 将 OpenSSL 升级到 1.1.1i 升级步骤: 1、下载新版openssl包 wget https://www.open 阅读全文
posted @ 2020-12-14 14:41 linyouyi 阅读(838) 评论(0) 推荐(0)
摘要: 代码 package main import ( "fmt" "reflect" ) func main() { var x float64 = 3.4 var zifu string = "zhangsan" fmt.Println("x 的数据类型是:",reflect.TypeOf(x)) / 阅读全文
posted @ 2020-11-26 10:27 linyouyi 阅读(7678) 评论(0) 推荐(1)
摘要: git checkout commit_ID 切换到对应的commit [root@devops itrafficFront]# git checkout e72378370354786e954bb1bd752dc2c1f566f512 Note: checking out 'e7237837035 阅读全文
posted @ 2020-11-13 20:48 linyouyi 阅读(8195) 评论(0) 推荐(4)
摘要: mqnamesrv [root@localhost system]# cat /etc/systemd/system/mqnamesrv.service [Unit] Description=rocketmq - nameserver Documentation=http://mirror.bit. 阅读全文
posted @ 2020-11-06 14:36 linyouyi 阅读(1694) 评论(0) 推荐(0)
摘要: 一、centos7版本对防火墙进行加强,不再使用原来的iptables,启用firewalld 1.firewalld的基本使用 启动: systemctl start firewalld 查状态:systemctl status firewalld 停止: systemctl disable fi 阅读全文
posted @ 2020-10-23 10:51 linyouyi 阅读(542) 评论(0) 推荐(0)
摘要: pom.xml中添加jacoco插件 <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.9</version> <configuration> <class 阅读全文
posted @ 2020-08-25 15:04 linyouyi 阅读(9809) 评论(0) 推荐(0)
摘要: 日志内容大致如下: 2020-06-02 16:06:40.575 [nioEventLoopGroup-2-22] INFO com.tech.iotgw.jt808.codec.JT808Decoder - <<<<< ip:/192.168.81.254:53655,hex:020000310 阅读全文
posted @ 2020-06-03 09:59 linyouyi 阅读(1649) 评论(0) 推荐(0)
摘要: 1. RocketMQ集群部署结构 1) Name Server Name Server是一个几乎无状态节点,可集群部署,节点之间无任何信息同步。 2) Broker Broker部署相对复杂,Broker分为Master与Slave,一个Master可以对应多个Slave,但是一个Slave只能对 阅读全文
posted @ 2020-05-18 20:46 linyouyi 阅读(922) 评论(0) 推荐(0)
摘要: 版本:gitlab/gitlab-ce:12.7.5-ce.0 安装 docker run -d --hostname cert.elooyoo.com --publish 443:443 --publish 80:80 --publish 10022:22 --name gitlab-ce --r 阅读全文
posted @ 2020-03-18 09:32 linyouyi 阅读(2824) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 20 下一页