Stella981 Stella981
3年前
SpringBoot2.x配置Https
准备工作需要自签,或者权威机构颁发的证书一张springboot配置Https访问sslhttps访问的端口server.port8085证书,可以存放在resoucrs目录下server.ssl.keystoreclasspath:to
Stella981 Stella981
3年前
Rpc框架dubbo
接上一篇dubboserver之后,再来看一下dubboclient是如何工作的。dubbo提供者服务示例,其结构是这样的!dubbo://192.168.11.6:20880/com.alibaba.dubbo.demo.DemoService?anyhosttrue&applicationdemoprovider&dubbo
Stella981 Stella981
3年前
Linux集群架构(下)——DR模式、keepalived+LVS
Linux集群架构(下)八、DR模式搭建8.1准备工作试验需求三台机器:分发器,也叫调度器(简写为dir):192.168.112.136ying01rs1:192.168.112.138ying02rs2:
Stella981 Stella981
3年前
Python爬虫,爬取实验楼全部课程
目的:使用requests库以及xpath解析进行实验楼所有课程,存入MySQL数据库中。准备工作:首先安装,requests库,lxml库,以及peewee库。在命令行模式,使用以下命令。pipinstallrequestspipinstalllxmlpipinstallpeew