自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 微服务分解策略-什么是微服务架构-软件架构

软件架构定义:The software architecture of a computing system is the set of structures needed to reason aboutthe system, which comprise software elements, relations among them, and properties of both.出自 《Documenting Software Architectures》看起来比较抽象,借用Chri..

2020-09-04 10:28:46 257

原创 利用Javascript prototype特性使用模板设计模式对浏览器端绘图功能进行设计

模板设计模式可以把一些共性的方法和属性抽象到父类进行统一的执行,子类可以继承父类的属性并根据自己的需求进行父类的虚方法修改,如在某业务系统有一个绘图功能,需求有...

2020-09-04 09:06:33 156

原创 微服务的40+微服务模式

引用Chris Richardson一书中描述:优点: It enables the continuous delivery and deployment of large, complex applications. Services are small and easily maintained. Services are independently deployable. Services are independently scalable. The microserv..

2020-09-03 17:20:20 201

原创 微服务概念起源

...the microservice architetural style is an apporach to developing a simple application as a suite of small service,each running in its own process and communicating with lightweight mechinisms ,often an HTTP resources API. -Martin Fowler ...

2020-09-02 11:27:04 1163

原创 C++ 使用OPENSSL AES DES 加密和JAVA 对接注意事项

JAVA 采用 AES/CBC/PKCS7Padding 和DES/CBC/PKCS5Padding 模式,C++处理的的机制都一样,不足16字节需填充16-len个的16-len,如9个字节则需补充7个7;如果正好是16,则补充16个16。解密后补充的字节可以收用如下示例代码去掉:const char* p = clearText.c_str(); int k = ...

2020-03-12 16:12:26 520

原创 在 WIN10 系统中 Docker 安装配置

1、安装过程注意选上Git for WindowsDOCKER版本 DockerToolbox-18.03.0-ce.exe2、环境变量注意添加 DOCKER_TOOLBOX_INSTALL_PATH3、DOCKER上主机名和镜像仓库证书的安装 启动Docker Quickstart Terminal ,执行挂在本机硬盘指令: docker-mach...

2019-08-07 09:53:39 457

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除