File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ published:
19
19
20
20
## 一、包含产品
21
21
22
- ![ image-20201123155404887] ( images /image-20201123155404887.png)
22
+ ![ image-20201123155404887] ( https://cdn.jsdelivr.net/gh/hackerHiJu/note-picture@main/note-picture /image-20201123155404887.png)
23
23
24
24
有许多组件功能需要收费
25
25
@@ -61,15 +61,15 @@ published:
61
61
2 . ** : release 版本先等等(等别人去探雷)**
62
62
3 . ** :推荐 SR2以后的可以放心使用**
63
63
64
- ![ image-20201123161712060] ( images /image-20201123161712060.png)
64
+ ![ image-20201123161712060] ( https://cdn.jsdelivr.net/gh/hackerHiJu/note-picture@main/note-picture /image-20201123161712060.png)
65
65
66
66
## 四、Nacos
67
67
68
68
### 1、领域模型
69
69
70
- ![ image-20201123162206455] ( images /image-20201123162206455.png)
70
+ ![ image-20201123162206455] ( https://cdn.jsdelivr.net/gh/hackerHiJu/note-picture@main/note-picture /image-20201123162206455.png)
71
71
72
- ![ image-20201123162707647] ( images /image-20201123162707647.png)
72
+ ![ image-20201123162707647] ( https://cdn.jsdelivr.net/gh/hackerHiJu/note-picture@main/note-picture /image-20201123162707647.png)
73
73
74
74
- NameSpace:用来实现环境隔离
75
75
- Group:服务分组,不同的分组不能相互调用;比如 订单分组不能调用仓储分组
@@ -82,7 +82,7 @@ published:
82
82
83
83
** 注意点:集群启动时需要修改startup.sh的参数,如果不改小可能启动不了这么多的服务**
84
84
85
- ![ image-20201123164611079] ( images /image-20201123164611079.png)
85
+ ![ image-20201123164611079] ( https://cdn.jsdelivr.net/gh/hackerHiJu/note-picture@main/note-picture /image-20201123164611079.png)
86
86
87
87
```
88
88
修改conf文件夹下面的 cluster.conf文件,将所有集群的节点配置到当中
Original file line number Diff line number Diff line change 1
- <% tp.web.random_picture("1920x1080", "science fiction,scenery ") %>
1
+ <% tp.web.random_picture("1920x1080", "science fiction") %>
Original file line number Diff line number Diff line change 1
1
<%*
2
- let url = await tp.web.random_picture("1920x1080 ", "science fiction,scenery");
2
+ let url = await tp.web.random_picture("3840x2160 ", "science fiction,scenery");
3
3
let result = url.match(/!\[ (.* ?)\]\( (.* ?)\) /);
4
4
-%>
5
5
<% result[ 2] %>
You can’t perform that action at this time.
0 commit comments