在CentOS容器内执行 yum install passwd openssl openssh-server -y # Ubuntu把yum改成apt-get ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N '' ssh-ke ...
分类:
系统相关 时间:
2020-11-27 11:39:01
阅读次数:
15
使用IdentityServer的起点! 安装 IdentityServer4 模板 dotnet new -i IdentityServer4.Template 1、IdentityServer4 创建IdentityServer4项目: dotnet new is4empty -n 项目名 定义 ...
分类:
其他好文 时间:
2020-11-27 11:16:39
阅读次数:
7
首先:开启binlog日志 server-id=1 log-bin=mysql-bin binlog_format=MIXED binlog_format有三种格式: 1)只有sql语句STATEMENT, 你不知道源数据内容是什么,不好恢复 2)ROW模式 这种会记录下源数据内容是什么,记录的日志 ...
分类:
数据库 时间:
2020-11-26 15:17:15
阅读次数:
11
1.在application.properties中添加如下内容 server.port=8888 spring.mvc.servlet.path=/test 2.访问127.0.0.1:8888/test/hello ...
分类:
编程语言 时间:
2020-11-26 15:04:09
阅读次数:
8
首先打开模拟器的开发者调试模式; mumu 模拟器默认第一台虚拟手机的地址为: 127.0.0.1:7555(不同模拟器地址不同,可以百度) 打开CMD,启动 adb server: adb start-server 连接手机: adb connect 127.0.0.1:7555 确认apk文件在 ...
分类:
其他好文 时间:
2020-11-25 13:05:55
阅读次数:
26
rabbitmq消息发送失败、 一、概述 rabbitmq消息发送失败,主要有三种 1、producter连接mq失败,消息没有发送到mq 2、producter连接mq成功,但是发送到exchange失败 3、消息发送到exchange成功,但是路由到queue失败 二、发送失败处理 produc ...
分类:
其他好文 时间:
2020-11-25 12:38:28
阅读次数:
4
1.Samplehttps://github.com/abpframework/abp-samples 2.配置数据库表前缀https://www.cnblogs.com/yiluomyt/p/10350524.html 基础模块(如身份, 租户管理 和 审计日志)使用 Abp 前缀, 其他的模块使 ...
分类:
其他好文 时间:
2020-11-25 12:09:16
阅读次数:
3
1.部署redis nginx mysql python3环境,安装git # 安装应用 yum install -y redis nginx yum install -y mariadb-server mariadb yum install -y python3 yum -y install gi ...
分类:
其他好文 时间:
2020-11-24 12:36:47
阅读次数:
7
1、在Tomcat下配置一个应用服务(service)中,配置多个端口。 修改conf\server.xml下多配置一个<Connector>即可。 如下: <Connector port="65000" protocol="HTTP/1.1" connectionTimeout="20000" r ...
分类:
其他好文 时间:
2020-11-24 12:30:01
阅读次数:
6
一、批量在服务端向client端发布命令://在zabbix服务端批量向client发送命令查看agent的进程:[root@localhost~]#ansiblezabbix-mshell-a"ps-ef|grepzabbix_agent"[root@localhost~]#ansiblezabbix-mshell-a"/etc/init.d/zabbix_agentdstart"[root@l
分类:
其他好文 时间:
2020-11-24 12:29:23
阅读次数:
6