修改golang包路径的时候一直报红字,因为go.mod里面也要一起修改。否则一直报错。 go.mod包名 module proxy-mgr mian.go里面的包名路径 import ( _ "proxy-mgr/boot" _ "proxy-mgr/router" ) ...
分类:
其他好文 时间:
2021-01-08 10:52:41
阅读次数:
0
Ceph日志分析#node1日志信息[root@node1~]#ll/var/log/ceph/总用量6264-rw-------1cephceph012月2211:13ceph.audit.log-rw-------1cephceph453212月2108:34ceph.audit.log-20201221.gz-rw-------1cephceph287112月2210:01ceph.audi
分类:
其他好文 时间:
2020-12-28 11:57:21
阅读次数:
0
MySQL高可用架构 MMM (Multi Master Replication Manager) 资源数量说明 主DB 2 用于主备模式的主主复制 从DB 0~N台 可以根据需要配置N台从服务器 IP地址 2n+1 N为MySQL服务器的数量 监控用户 1 用户监控数据库状态的MySQL用户(re ...
分类:
数据库 时间:
2020-11-30 15:24:02
阅读次数:
7
MGR验证测试架构:10.0.1.11110.0.1.14710.0.1.192MySQL[test]>select*fromperformance_schema.replication_group_members;+---------------------------+--------------------------------------+-------------+-------
分类:
其他好文 时间:
2020-11-17 12:22:03
阅读次数:
4
题目如下: 提供数据结构 数据结构 员工表(employee) 员工id(eid int 自动增长) 员工姓名(ename varchar(50) 员工职务(pid int) 入职时间(Date) 薪水(salary decimal(12,3)) 上级管理员工id(mgr_pid) 部门编号(did ...
分类:
其他好文 时间:
2020-10-26 11:23:21
阅读次数:
21
一、mysql主从复制的三种复制方式 1、主从复制之异步复制 MySQL主从异步复制是最常见的复制场景。数据的完整性依赖于主库BINLOG的不丢失,只要主库的BINLOG不丢失,那么就算主库宕机了,我们还可以通过BINLOG把丢失的部分数据通过手工同步到从库上去。 传统的MySQL复制采用主从的方式 ...
分类:
数据库 时间:
2020-10-09 21:21:23
阅读次数:
41
4、子程序回顾练习:declarev_nameemp.ename%type:=‘张三‘;v_jobemp.job%type:=‘游客‘;beginfornin1..3loopinsertintoemp(empno,ename,job,mgr,hiredate,sal,deptno)values(n*10,v_name||n,v_job,8000,to_date(‘2020-9-16‘,‘yyyy-
分类:
数据库 时间:
2020-10-05 22:06:56
阅读次数:
34
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:
数据库 时间:
2020-09-17 22:46:40
阅读次数:
36
GAMEPLAY_END_OF_GAME_PLACE_1 第一名!! GAMEPLAY_END_OF_GAME_PLACE_2 第二名! GAMEPLAY_END_OF_GAME_PLACE_3 第三名! GAMEPLAY_END_OF_GAME_PLACE_4 第四名! GAMEPLAY_END_ ...
分类:
其他好文 时间:
2020-09-09 19:10:25
阅读次数:
60
#安全与合规中心审核日志,常用于分析用户账号被盗用的情况。可以根据IP地址,账号查询用户AzureAD,ExchangeOnline,Teams,OneDrive,Sharepoint的所有操作日志#Securityandcompliancecenterauditlog,oftenusedtoanalyzethesituationofuseraccounttheft.Youcanqueryallo
分类:
系统相关 时间:
2020-08-03 18:41:25
阅读次数:
79