自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 配置中心对比

对比表 – Apollo Nacos Spring Cloud Config .net支持程度 支持 不支持 不支持 集成难度 稍微麻烦 容易 麻烦 使用广度 非常广,很多大中小公司都在用 用得也是很广,但是不够Apollo用的广 – 客户端支持语言 JAVA, .Net JAVA, GO, CPP, PYTHON, NODEJS JAVA 社区活跃度 活跃 活跃 活跃 权限控制 按项目维度配置权限 不具备 依赖Git的权限管理能力 配置发布 HTTP长链接 HTTP

2021-03-01 22:45:33 284

原创 docker安装nacos

文章目录docker 安装 nacos参考文献 docker 安装 nacos 拉取镜像 docker pull nacos/nacos-server:1.3.1 创建目录 mkdir -p /home/declanwu/nacos1.3.1/logs 初始化Mysql数据库 # Create Database # ------------------------------------------------------------ CREATE DATABASE IF NOT EXIST

2021-03-01 22:41:25 248

原创 Vue+Typescript+ElementUI+Karma+MockJs PC前端规范

文件命名规范 api 业务前缀+ kabeb-case +后缀.api.ts(dac-xxx-xxx.api.ts) 文件里面export多个函数 函数规范: 获取数据请求使用fetchXxx命名(如fetchFlights) 操作请求使用动词开头(如submitOrder) 尽量跟请求ui保持一致(如/domair/dacshopping/fi...

2019-08-22 14:13:32 1639

原创 MockStatic of Unit Test

-- Configure class: 1. Use the @RunWith(PowerMockRunner.class) annotation at the class-level of the test case. 2. Use the @PrepareForTest(ClassThatContainsStaticMethod.class) 3. annotation at the cl

2017-07-14 10:38:39 393

原创 How to use struts2 for program development?

1. Load the class library of struts2. the class library contain following jar package: (1) struct2-core-xxx.jar     -- Core class library (2) xwork-core-xxx.jar       -- xWork class library, basic

2017-07-14 10:10:20 498

PC前端开发文件命名规范.docx

Vue+Typescript+Mockjs+Karma+ElementUi 工作经验过程中总结出来的PC前端规范详解

2019-08-22

空空如也

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

TA关注的人

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