参考博客: https://www.cnblogs.com/wmyskxz/p/9010832.html Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all ...
分类:
编程语言 时间:
2018-07-18 18:07:02
阅读次数:
203
原文链接:https://piotrminkowski.wordpress.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/ 作者: Piotr Mińkowski ...
分类:
编程语言 时间:
2018-07-14 20:59:39
阅读次数:
322
Windows安装scrapy 稍微有点麻烦 pip install scrapy 需要依赖的库通过log都可以解决,但是卡在了twisted上面,报错显示: building 'twisted.test.raiser' extension error: Microsoft Visual C++ 1 ...
1. Factory Method(工厂方法) 意图:定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method使一个类的实例化延迟到其子类。 适用性: 当一个类不知道它所必须创建的对象的类的时候。 当一个类希望由它的子类来指定它所创建的对象的时候。 当类将创建对象的职责委托 ...
分类:
编程语言 时间:
2018-07-12 20:11:11
阅读次数:
184
Python有两个著名的包管理工具easy_install.py和pip。在Python2.7的安装包中,easy_install.py是默认安装的,而pip需要我们手动安装。 在此进行编译安装pip管理工具,下载地址:https://pypi.org/project/pip/#files 现在的p ...
分类:
编程语言 时间:
2018-07-10 20:10:00
阅读次数:
1748
A. Tanya and Stairways A. Tanya and Stairways Little girl Tanya climbs the stairs inside a multi-storey building. Every time Tanya climbs a stairway, ...
分类:
其他好文 时间:
2018-07-10 20:06:27
阅读次数:
244
Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed t ...
分类:
编程语言 时间:
2018-07-07 22:21:59
阅读次数:
165
Best practices for writing Dockerfiles This document covers recommended best practices and methods for building efficient images. Docker builds images ...
分类:
其他好文 时间:
2018-07-05 21:27:44
阅读次数:
157
错误原因 服务端的证书是不安全的,Cas的客户端在调用时因为安全提醒造成调用失败。 CAS的客户端需要导入服务端的证书后,就正常了。 具体操作步骤如下: 1. 首先启动tomcat,看下之前搭建的cas server启动是否正常 双击D:\casoverlay\apache-tomcat-8.5.3 ...
分类:
其他好文 时间:
2018-07-02 21:35:02
阅读次数:
223