--完善开发地址

This commit is contained in:
2025-10-10 11:35:02 +08:00
parent 41e936a21e
commit 7c28a46862
23 changed files with 9328 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1 @@
body{padding-top:0;background:#f7f7f7}body>.ui.container{width:100%;padding:0}#project-title{background:#6e6e6e;width:100%;line-height:3.572rem;color:#fff;font-size:1.2rem}#project-title .title-wrap{font-weight: bold;padding:0 12px;width:100%;max-width:1366px !important;min-width:900px;margin:0 auto}#project-title .left,#project-title right{display:inline-block}#project-title .right{float:right}#project-title .right .wiki-actions .menu{left:auto;right:0;margin-top:.4em !important}#wiki-preview-container{width:100%;max-width:1366px !important;min-width:900px;padding:0;border:1px solid #e3e9ed;border-top:0}#wiki-preview>.ui.segment{margin-top:0;padding:1rem;padding-left:0;border:0}#wiki-preview>.ui.segment .doc-list{border-right:1px solid #e3e9ed;border-bottom:0;padding-top:0;overflow-y:auto}#wiki-preview>.ui.segment .doc-list .title{font-size:1rem;line-height:2.6;margin:0 -1rem;padding:0 10px;border-bottom:1px solid #e3e9ed;background:#fcfcfc}#wiki-preview>.ui.segment .doc-content{padding-top:0}#page-loading{display:none}.ui.dimmer{min-height:420px}.ztree li span.button.switch{visibility:visible}.ztree li ul>li:hover{color:#40485b}.hover-places{display:inline-block}#page-detail{width:80%;margin:0 auto}#page-detail .title{font-weight: bold;font-size:24px;padding:12px 0;border-bottom:1px solid #ccc}#page-detail .content{margin-top:15px}.content p{word-wrap: break-word;}#wikis,#wiki-title,#wiki-parent{display:none}.ui.grid{padding:0 !important}#ex-all{cursor:pointer;color:#537c8d}

View File

@ -0,0 +1,240 @@
.markdown-body {
font-size: 14px;
line-height: 1.6;
padding: 30px;
color: #333; }
.markdown-body *:first-child {
margin-top: 0 !important; }
.markdown-body *:last-child {
margin-bottom: 0 !important; }
.markdown-body a {
color: #4183C4;
text-decoration: none; }
.markdown-body a.absent {
color: #cc0000; }
.markdown-body a.anchor {
display: block;
padding-left: 25px;
margin-left: -18px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
cursor: text;
position: relative; }
.markdown-body h2:first-child, .markdown-body h1:first-child, .markdown-body h1:first-child + h2, .markdown-body h3:first-child, .markdown-body h4:first-child, .markdown-body h5:first-child, .markdown-body h6:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:hover a.anchor, .markdown-body h2:hover a.anchor, .markdown-body h3:hover a.anchor, .markdown-body h4:hover a.anchor, .markdown-body h5:hover a.anchor, .markdown-body h6:hover a.anchor {
background: url(/assets/pin-20.png) no-repeat left center;
text-decoration: none; }
.markdown-body h1 tt, .markdown-body h1 code {
font-size: inherit; }
.markdown-body h2 tt, .markdown-body h2 code {
font-size: inherit; }
.markdown-body h3 tt, .markdown-body h3 code {
font-size: inherit; }
.markdown-body h4 tt, .markdown-body h4 code {
font-size: inherit; }
.markdown-body h5 tt, .markdown-body h5 code {
font-size: inherit; }
.markdown-body h6 tt, .markdown-body h6 code {
font-size: inherit; }
.markdown-body h1 {
font-size: 30px;
color: black; }
.markdown-body h2 {
font-size: 24px;
border-bottom: 1px solid #cccccc;
color: black; }
.markdown-body h3 {
font-size: 18px; }
.markdown-body h4 {
font-size: 16px; }
.markdown-body h5 {
font-size: 14px; }
.markdown-body h6 {
color: #777777;
font-size: 14px; }
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body li, .markdown-body table, .markdown-body pre {
margin: 15px 0; }
.markdown-body hr {
background: transparent url(/assets/md-hr.png) repeat-x 0 0;
border: 0 none;
color: #cccccc;
height: 4px;
padding: 0; }
.markdown-body h2:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:first-child + h2 {
margin-top: 0;
padding-top: 0; }
.markdown-body h3:first-child, .markdown-body h4:first-child, .markdown-body h5:first-child, .markdown-body h6:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body a:first-child h1, .markdown-body a:first-child h2, .markdown-body a:first-child h3, .markdown-body a:first-child h4, .markdown-body a:first-child h5, .markdown-body a:first-child h6 {
margin-top: 0;
padding-top: 0; }
.markdown-body h1 p, .markdown-body h2 p, .markdown-body h3 p, .markdown-body h4 p, .markdown-body h5 p, .markdown-body h6 p {
margin-top: 0; }
.markdown-body li p.first {
display: inline-block; }
.markdown-body ul :first-child, .markdown-body ol :first-child {
margin-top: 0; }
.markdown-body ul :last-child, .markdown-body ol :last-child {
margin-bottom: 0; }
.markdown-body dl {
padding: 0; }
.markdown-body dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 15px 0 5px; }
.markdown-body dl dt:first-child {
padding: 0; }
.markdown-body dl dt > :first-child {
margin-top: 0; }
.markdown-body dl dt > :last-child {
margin-bottom: 0; }
.markdown-body dl dd {
margin: 0 0 15px;
padding: 0 15px; }
.markdown-body dl dd > :first-child {
margin-top: 0; }
.markdown-body dl dd > :last-child {
margin-bottom: 0; }
.markdown-body blockquote {
border-left: 4px solid #dddddd;
padding: 0 15px;
color: #777777; }
.markdown-body blockquote > :first-child {
margin-top: 0; }
.markdown-body blockquote > :last-child {
margin-bottom: 0; }
.markdown-body table {
padding: 0;
width: auto; }
.markdown-body table tr {
border-top: 1px solid #dddddd;
background-color: white;
margin: 0;
padding: 0; }
.markdown-body table tr:nth-child(odd) {
background-color: #f8f8f8; }
.markdown-body table tr th {
font-weight: bold;
border: 1px solid #dddddd;
text-align: left;
margin: 0;
padding: 6px 13px; }
.markdown-body table tr td {
border: 1px solid #dddddd;
text-align: left;
margin: 0;
padding: 6px 13px; }
.markdown-body table tr th :first-child, .markdown-body table tr td :first-child {
margin-top: 0; }
.markdown-body table tr th :last-child, .markdown-body table tr td :last-child {
margin-bottom: 0; }
.markdown-body img {
max-width: 100%; }
.markdown-body span.frame {
display: block;
overflow: hidden; }
.markdown-body span.frame > span {
border: 1px solid #dddddd;
display: block;
float: left;
overflow: hidden;
margin: 13px 0 0;
padding: 7px;
width: auto; }
.markdown-body span.frame span img {
display: block;
float: left; }
.markdown-body span.frame span span {
clear: both;
color: #333333;
display: block;
padding: 5px 0 0; }
.markdown-body span.align-center {
display: block;
overflow: hidden;
clear: both; }
.markdown-body span.align-center > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: center; }
.markdown-body span.align-center span img {
margin: 0 auto;
text-align: center; }
.markdown-body span.align-right {
display: block;
overflow: hidden;
clear: both; }
.markdown-body span.align-right > span {
display: block;
overflow: hidden;
margin: 13px 0 0;
text-align: right; }
.markdown-body span.align-right span img {
margin: 0;
text-align: right; }
.markdown-body span.float-left {
display: block;
margin-right: 13px;
overflow: hidden;
float: left; }
.markdown-body span.float-left span {
margin: 13px 0 0; }
.markdown-body span.float-right {
display: block;
margin-left: 13px;
overflow: hidden;
float: right; }
.markdown-body span.float-right > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: right; }
.markdown-body code, .markdown-body tt {
margin: 0 2px;
padding: 0 5px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8; }
.markdown-body pre code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent; }
.markdown-body .highlight pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px; }
.markdown-body pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px; }
.markdown-body pre code, .markdown-body pre tt {
background-color: transparent;
border: none; }

View File

@ -0,0 +1,97 @@
.ztree * {
padding:0; margin:0; font-size:14px;
font-family: PingFangSC-Regular;
font-size: 14px;
/*color: #40485B;*/
letter-spacing: 0;
line-height: 24px;
}
.ztree {margin:0; padding:5px; color:#333}
.ztree li{padding:0; margin:0; list-style:none; line-height:17px; text-align:left; white-space:nowrap; outline:0}
.ztree li .node_name {
width: 100px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url("./img/line_conn.png") 0 0 repeat-y;}
.ztree li a {padding: 12px 8px 1px 4px; line-height: 24px; margin:0; cursor:pointer; height:21px; color:#333; background-color: transparent; text-decoration:none;}
/*.ztree li a:hover {text-decoration:underline;}*/
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#e5e5e5; color:black; height:21px; border:1px #666 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner { background-color:#aaa; color:white; border:1px #666 solid;
opacity:0.8; filter:alpha(opacity=80)}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
font-size:12px; border:1px #585956 solid; *border:0px}
.ztree li span {line-height:21px; margin-right:2px; padding-left: 6px;}
.ztree li span.button {line-height:0; margin:0; padding: 0; width:21px; height:21px; display: inline-block; vertical-align:middle;
border:0 none; cursor: pointer;outline:none;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-image:url("./img/metro.png"); *background-image:url("./img/metro.gif")}
.ztree li span.button.chk {width:13px; height:13px; margin:0 2px; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position: -5px -5px;}
.ztree li span.button.chk.checkbox_false_full_focus {background-position: -5px -26px;}
.ztree li span.button.chk.checkbox_false_part {background-position: -5px -48px;}
.ztree li span.button.chk.checkbox_false_part_focus {background-position: -5px -68px;}
.ztree li span.button.chk.checkbox_false_disable {background-position: -5px -89px;}
.ztree li span.button.chk.checkbox_true_full {background-position: -26px -5px;}
.ztree li span.button.chk.checkbox_true_full_focus {background-position: -26px -26px;}
.ztree li span.button.chk.checkbox_true_part {background-position: -26px -48px;}
.ztree li span.button.chk.checkbox_true_part_focus {background-position: -26px -68px;}
.ztree li span.button.chk.checkbox_true_disable {background-position: -26px -89px;}
.ztree li span.button.chk.radio_false_full {background-position: -47px -5px;}
.ztree li span.button.chk.radio_false_full_focus {background-position: -47px -26px;}
.ztree li span.button.chk.radio_false_part {background-position: -47px -47px;}
.ztree li span.button.chk.radio_false_part_focus {background-position: -47px -68px;}
.ztree li span.button.chk.radio_false_disable {background-position: -47px -89px;}
.ztree li span.button.chk.radio_true_full {background-position: -68px -5px;}
.ztree li span.button.chk.radio_true_full_focus {background-position: -68px -26px;}
.ztree li span.button.chk.radio_true_part {background-position: -68px -47px;}
.ztree li span.button.chk.radio_true_part_focus {background-position: -68px -68px;}
.ztree li span.button.chk.radio_true_disable {background-position: -68px -89px;}
.ztree li span.button.switch {width:21px; height:21px}
.ztree li span.button.root_open{background-position:-105px -63px}
.ztree li span.button.root_close{background-position:-126px -63px}
.ztree li span.button.roots_open{background-position: -105px 0;}
.ztree li span.button.roots_close{background-position: -126px 0; }
.ztree li span.button.center_open{background-position: -105px -21px; }
.ztree li span.button.center_close{background-position: -126px -21px; }
.ztree li span.button.bottom_open{background-position: -105px -42px;}
.ztree li span.button.bottom_close{background-position: -126px -42px;}
.ztree li span.button.noline_open{background-position: -105px -84px;}
.ztree li span.button.noline_close{background-position: -126px -84px;}
.ztree li span.button.root_docu{ background:none; }
.ztree li span.button.roots_docu{background-position: -84px 0;}
.ztree li span.button.center_docu{background-position: -84px -21px; }
.ztree li span.button.bottom_docu{background-position: -84px -42px;}
.ztree li span.button.noline_docu{ background:none;}
.ztree li span.button { vertical-align: top; }
.ztree li span.button.ico_open{margin-right:2px; background-position: -147px -21px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; margin-right:2px; background-position: -147px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background-position: -147px -42px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-left:2px; margin-right: -1px; background-position: -189px -21px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit:hover {
background-position: -168px -21px;
}
.ztree li span.button.remove {margin-left:2px; margin-right: -1px; background-position: -189px -42px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove:hover {
background-position: -168px -42px;
}
.ztree li span.button.add {margin-left:2px; margin-right: -1px; background-position: -189px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.add:hover {
background-position: -168px 0;
}
.ztree li span.button.ico_loading{margin-right:2px; background:url("./img/loading.gif") no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}
span.tmpzTreeMove_arrow {width:16px; height:21px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-position:-168px -84px; background-image:url("./img/metro.png"); *background-image:url("./img/metro.gif")}
ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.ztreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,22 @@
/*
* JQuery zTree exHideNodes v3.5.28
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: hunter.z@263.net
* Date: 2017-01-20
*/
(function(i){i.extend(!0,i.fn.zTree._z,{view:{clearOldFirstNode:function(c,a){for(var b=a.getNextNode();b;){if(b.isFirstNode){b.isFirstNode=!1;d.setNodeLineIcos(c,b);break}if(b.isLastNode)break;b=b.getNextNode()}},clearOldLastNode:function(c,a,b){for(a=a.getPreNode();a;){if(a.isLastNode){a.isLastNode=!1;b&&d.setNodeLineIcos(c,a);break}if(a.isFirstNode)break;a=a.getPreNode()}},makeDOMNodeMainBefore:function(c,a,b){c.push("<li ",b.isHidden?"style='display:none;' ":"","id='",b.tId,"' class='",l.className.LEVEL,
b.level,"' tabindex='0' hidefocus='true' treenode>")},showNode:function(c,a){a.isHidden=!1;f.initShowForExCheck(c,a);j(a,c).show()},showNodes:function(c,a,b){if(a&&a.length!=0){var e={},g,k;for(g=0,k=a.length;g<k;g++){var h=a[g];if(!e[h.parentTId]){var i=h.getParentNode();e[h.parentTId]=i===null?f.getRoot(c):h.getParentNode()}d.showNode(c,h,b)}for(var j in e)a=e[j][c.data.key.children],d.setFirstNodeForShow(c,a),d.setLastNodeForShow(c,a)}},hideNode:function(c,a){a.isHidden=!0;a.isFirstNode=!1;a.isLastNode=
!1;f.initHideForExCheck(c,a);d.cancelPreSelectedNode(c,a);j(a,c).hide()},hideNodes:function(c,a,b){if(a&&a.length!=0){var e={},g,k;for(g=0,k=a.length;g<k;g++){var h=a[g];if((h.isFirstNode||h.isLastNode)&&!e[h.parentTId]){var i=h.getParentNode();e[h.parentTId]=i===null?f.getRoot(c):h.getParentNode()}d.hideNode(c,h,b)}for(var j in e)a=e[j][c.data.key.children],d.setFirstNodeForHide(c,a),d.setLastNodeForHide(c,a)}},setFirstNode:function(c,a){var b=c.data.key.children,e=a[b].length;e>0&&!a[b][0].isHidden?
a[b][0].isFirstNode=!0:e>0&&d.setFirstNodeForHide(c,a[b])},setLastNode:function(c,a){var b=c.data.key.children,e=a[b].length;e>0&&!a[b][0].isHidden?a[b][e-1].isLastNode=!0:e>0&&d.setLastNodeForHide(c,a[b])},setFirstNodeForHide:function(c,a){var b,e,g;for(e=0,g=a.length;e<g;e++){b=a[e];if(b.isFirstNode)break;if(!b.isHidden&&!b.isFirstNode){b.isFirstNode=!0;d.setNodeLineIcos(c,b);break}else b=null}return b},setFirstNodeForShow:function(c,a){var b,e,g,f,h;for(e=0,g=a.length;e<g;e++)if(b=a[e],!f&&!b.isHidden&&
b.isFirstNode){f=b;break}else if(!f&&!b.isHidden&&!b.isFirstNode)b.isFirstNode=!0,f=b,d.setNodeLineIcos(c,b);else if(f&&b.isFirstNode){b.isFirstNode=!1;h=b;d.setNodeLineIcos(c,b);break}return{"new":f,old:h}},setLastNodeForHide:function(c,a){var b,e;for(e=a.length-1;e>=0;e--){b=a[e];if(b.isLastNode)break;if(!b.isHidden&&!b.isLastNode){b.isLastNode=!0;d.setNodeLineIcos(c,b);break}else b=null}return b},setLastNodeForShow:function(c,a){var b,e,g,f;for(e=a.length-1;e>=0;e--)if(b=a[e],!g&&!b.isHidden&&
b.isLastNode){g=b;break}else if(!g&&!b.isHidden&&!b.isLastNode)b.isLastNode=!0,g=b,d.setNodeLineIcos(c,b);else if(g&&b.isLastNode){b.isLastNode=!1;f=b;d.setNodeLineIcos(c,b);break}return{"new":g,old:f}}},data:{initHideForExCheck:function(c,a){if(a.isHidden&&c.check&&c.check.enable){if(typeof a._nocheck=="undefined")a._nocheck=!!a.nocheck,a.nocheck=!0;a.check_Child_State=-1;d.repairParentChkClassWithSelf&&d.repairParentChkClassWithSelf(c,a)}},initShowForExCheck:function(c,a){if(!a.isHidden&&c.check&&
c.check.enable){if(typeof a._nocheck!="undefined")a.nocheck=a._nocheck,delete a._nocheck;if(d.setChkClass){var b=j(a,l.id.CHECK,c);d.setChkClass(c,b,a)}d.repairParentChkClassWithSelf&&d.repairParentChkClassWithSelf(c,a)}}}});var i=i.fn.zTree,m=i._z.tools,l=i.consts,d=i._z.view,f=i._z.data,j=m.$;f.addInitNode(function(c,a,b){if(typeof b.isHidden=="string")b.isHidden=m.eqs(b.isHidden,"true");b.isHidden=!!b.isHidden;f.initHideForExCheck(c,b)});f.addBeforeA(function(){});f.addZTreeTools(function(c,a){a.showNodes=
function(a,b){d.showNodes(c,a,b)};a.showNode=function(a,b){a&&d.showNodes(c,[a],b)};a.hideNodes=function(a,b){d.hideNodes(c,a,b)};a.hideNode=function(a,b){a&&d.hideNodes(c,[a],b)};var b=a.checkNode;if(b)a.checkNode=function(c,d,f,h){(!c||!c.isHidden)&&b.apply(a,arguments)}});var n=f.initNode;f.initNode=function(c,a,b,e,g,i,h){var j=(e?e:f.getRoot(c))[c.data.key.children];f.tmpHideFirstNode=d.setFirstNodeForHide(c,j);f.tmpHideLastNode=d.setLastNodeForHide(c,j);h&&(d.setNodeLineIcos(c,f.tmpHideFirstNode),
d.setNodeLineIcos(c,f.tmpHideLastNode));g=f.tmpHideFirstNode===b;i=f.tmpHideLastNode===b;n&&n.apply(f,arguments);h&&i&&d.clearOldLastNode(c,b,h)};var o=f.makeChkFlag;if(o)f.makeChkFlag=function(c,a){(!a||!a.isHidden)&&o.apply(f,arguments)};var p=f.getTreeCheckedNodes;if(p)f.getTreeCheckedNodes=function(c,a,b,e){if(a&&a.length>0){var d=a[0].getParentNode();if(d&&d.isHidden)return[]}return p.apply(f,arguments)};var q=f.getTreeChangeCheckedNodes;if(q)f.getTreeChangeCheckedNodes=function(c,a,b){if(a&&
a.length>0){var d=a[0].getParentNode();if(d&&d.isHidden)return[]}return q.apply(f,arguments)};var r=d.expandCollapseSonNode;if(r)d.expandCollapseSonNode=function(c,a,b,e,f){(!a||!a.isHidden)&&r.apply(d,arguments)};var s=d.setSonNodeCheckBox;if(s)d.setSonNodeCheckBox=function(c,a,b,e){(!a||!a.isHidden)&&s.apply(d,arguments)};var t=d.repairParentChkClassWithSelf;if(t)d.repairParentChkClassWithSelf=function(c,a){(!a||!a.isHidden)&&t.apply(d,arguments)}})(jQuery);

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,22 @@
# 中间件记录 # 中间件记录
| 服务名 | 端口 | 备注 | | 服务名 | 端口 | 备注 |
| ---- | :----: | ---- | | ---- | :----: | ---- |
| kingbase8 | 54321 | 人大金仓数据库 | kingbase8 | 54321 | 人大金仓数据库 北燃10.10.2.102:54321 远程47.94.165.164:3317
| redis | 6379 | 缓存数据库 | redis | 6379 | 缓存数据库 北燃10.10.2.102:6379 远程47.94.165.164:6479
| skywalking-ui | 9601 | 日志监控web | skywalking-ui | 9601 | 日志监控web 北燃http://10.10.2.102:9601 远程skywalking.ges.bjgastx.com
| skywalkingwalking-oap-server | 12800、11800 | 日志拦截 | skywalkingwalking-oap-server | 12800、11800 | 日志拦截
| elasticsearch | 9200、9300 | 日志存储 | elasticsearch | 9200、9300 | 日志存储
| minio | 9000、9001 | 文件存储 账号admin/Pcitc@123 | minio | 9000、9001 | 文件存储 账号admin/Pcitc@123 北燃http://10.10.2.102:9001 远程 minio.ges.bjgastx.com; minio-api.ges.bjgastx.com
| kkfileview | 8012 | 文件预览 | kkfileview | 8012 | 文件预览
| nacos-server | 8848、9848、9849 | 注册中心 账号nacos/Lng@123 | nacos-server | 8848、9848、9849 | 注册中心 账号nacos/Lng@123 北燃http://10.10.2.102:8848 远程 nacos.ges.bjgastx.com
| seata-server | 8091、7091 | 分布式事务 | seata-server | 8091、7091 | 分布式事务 北燃http://10.10.2.102:8091 远程:seata.ges.bjgastx.com
| xxl-job-server | 9600 | xxl-job 调度中心 | xxl-job-server | 9600 | xxl-job 调度中心 北燃http://10.10.2.102:9600 远程:xxl-job.ges.bjgastx.com
---------- ----------
# 应用记录 # 应用记录
| 服务名 | 端口 | | 服务名 | 端口 |备注 |
| ---- | :----: | | ---- | :----: |---- |
| itc-ms-gateway | 9500 | | itc-ms-gateway | 9500 | 北燃10.10.2.102 远程47.94.165.164
| itc-web | 9502 | | itc-web | 9502 | 北燃10.10.2.102 远程47.94.165.164 http://web.ges.bjgastx.com/
| itc-ms-user | 9503 | | itc-ms-user | 9503 |
| itc-ms-workflow-service | 9505 | | itc-ms-workflow-service | 9505 |
| itc-ms-facade-service | 9507 | | itc-ms-facade-service | 9507 |