一,imagemagick的安装 请参见: https://www.cnblogs.com/architectforest/p/12807514.html 说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest 对应的源码可以 ...
分类:
其他好文 时间:
2020-05-04 10:38:20
阅读次数:
104
为了实现计算机的通信,我们为计算机定义了一系列的通信规则,这些规则就是协议.(数据格式封装+传输) OSI七层网络模型 OSI 七层模型通过七个层次化的结构模型使不同的网格之间实现可靠的通讯。 将复杂的流程分解为几个功能相对单一的子进程。 应用层:提供网络与用户应用软件之间的接口。(网络服务与最终用 ...
分类:
其他好文 时间:
2020-05-03 21:44:03
阅读次数:
74
创建两个工程,一个是nacos-provider, 另一个是naocos-consumer; 添加nacos-provider的依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starte ...
分类:
其他好文 时间:
2020-05-03 14:36:21
阅读次数:
61
``` alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ alimaven spring plugin alimaven spring plugin https://maven.aliyun.com/... ...
分类:
编程语言 时间:
2020-05-02 09:33:00
阅读次数:
114
PyQt5 无边框窗口重新定义鼠标事件 #! /usr/bin/env python # -*- coding:utf-8 -*- import sys from PyQt5.QtWidgets import QApplication, QWidget from PyQt5.QtCore impor ...
分类:
其他好文 时间:
2020-05-02 09:17:03
阅读次数:
56
I used to sovle questions by spilt it into very basic parts. But sometimes it is hard to rebuild the "wheel" or just not convenient to do so. Not only ...
分类:
其他好文 时间:
2020-05-01 16:37:11
阅读次数:
63
国内镜像下载地址: https://github.com/waylau/git-for-win 设置用户名 git config --global user.name 设置邮箱 git config --global user.email 查询用户名和邮箱 git config user.name, ...
分类:
其他好文 时间:
2020-05-01 14:37:20
阅读次数:
81
文章源自Katacoda Docker Playground的学习 Step 1 - Base Images 1 # Creating a Dockerfile 2 $ vim Dockerfile 3 FROM nginx:1.11-alpine Step 2 - Running Commands ...
分类:
其他好文 时间:
2020-05-01 01:34:11
阅读次数:
202
函数 1.什么是函数 当我输入一定数据以后,能根据里面的执行步骤,算出另一些数据的值(return值) 2,在python中函数怎么定义 def function(x,y,z): # 文档字符串 告诉别人这个函数时干什么用的,能够实现什么功能 代码块(函数体) return 返回值 def add( ...
分类:
编程语言 时间:
2020-05-01 01:00:26
阅读次数:
72
<section class="" style="padding: 10px; background-size: auto; background-image: url(http://mmbiz.qpic.cn/mmbiz/yqVAqoZvDibG84oQ3rQ0C1bdcgrh9SZUj1NJvl ...
分类:
其他好文 时间:
2020-04-30 17:10:45
阅读次数:
60