- 博客(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
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅