参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve ...
分类:
编程语言 时间:
2021-06-21 20:34:49
阅读次数:
0
server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system4 uri: https://www.baidu.com predicates: - Query=smile # ...
分类:
其他好文 时间:
2021-06-21 20:30:01
阅读次数:
0
PDMS管道建模教程:https://max.book118.com/html/2015/0506/16456246.shtm https://wenku.baidu.com/view/44c38744a6c30c2258019e26.html PDMS是一款大型三维工厂管道设计系统软件,结合了先进 ...
分类:
其他好文 时间:
2021-06-21 20:28:58
阅读次数:
0
预备条件: 注册 heroku.com ;注册github ,新建公共或私人repository; 安装git bash; 1、复制git 链接(如果是https格式的,每次签入项目时会要求输入github的用户名和密码,如果选择SSH格式,每次签入push时不需要输入信息,但是事先在电脑上保存SS ...
分类:
其他好文 时间:
2021-06-21 20:25:11
阅读次数:
0
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:
其他好文 时间:
2021-06-21 20:24:46
阅读次数:
0
1 aliyun OSS 1. 1 迁移教程 https://help.aliyun.com/document_detail/95159.html 1.2 步骤: 创建bucket创建IAM,并授予AliyunMGWFullAccess权限,获取key and secert创建源数据地址: 注意en ...
分类:
其他好文 时间:
2021-06-21 20:23:38
阅读次数:
0
安装docker的准备工作 参考文档>>>https://yeasy.gitbook.io/docker_practice/ DockerHub官网>>>https://hub.docker.com/ 升级centos的yum源 sudo yum update 设置yum源 官方源>sudo yum ...
分类:
其他好文 时间:
2021-06-21 20:16:40
阅读次数:
0
作者:叁滴水 博客:https://blog.csdn.net/qq_30285985/ 前言 在订单的状态发生改变后,支付宝会通过异步方式同志商家服务器。商家服务器需要返回success这7个字符,如果不是,则会不断重复发送。 微信也是如此,必须需要商家服务器的正确反馈。既然这样,在回调接口就需要 ...
分类:
其他好文 时间:
2021-06-21 20:10:19
阅读次数:
0
一、osd扩容 1.1 osd横向扩容(scale out) 简单理解,横向扩容就是通过增加节点来达到增加容量的目的,大概操作流程如下: 参考 [部署ceph集群 (Nautilus版)](https://lvjianzhao.gitee.io/lvjianzhao/2021/02/21/部署cep ...
分类:
其他好文 时间:
2021-06-21 20:07:20
阅读次数:
0
函数获取使用高德天气接口 import requests 爬取数据 def read_location(name): centerurl = "https://restapi.amap.com/v3/config/district?keywords=" centerurl2 = "&subdistr ...
分类:
其他好文 时间:
2021-06-21 20:05:25
阅读次数:
0