[2025-04-21] 添加Axure私有化部署方案
All checks were successful
Publish to Confluence / confluence (push) Successful in 1m2s

This commit is contained in:
liuxiaohua 2025-04-21 14:05:24 +08:00
parent cae41ec697
commit 5a74f3649e
6 changed files with 139 additions and 2 deletions

8
任务/晨会 Normal file
View File

@ -0,0 +1,8 @@
oncall
skywalking
graylog 告警-日志格式需要改
graylog 部署单节点 - ES 问题
skywalking - 告警

View File

@ -0,0 +1,62 @@
<!-- Space: qifu -->
<!-- Parent: 后端技术&知识&规范 -->
<!-- Parent: 技术方案 -->
<!-- Parent: 基建 -->
<!-- Parent: 02-技术方案 -->
<!-- Title: 20250421-AxureCloud私有化部署方案 -->
<!-- Macro: :anchor\((.*)\):
Template: ac:anchor
Anchor: ${1} -->
<!-- Macro: \!\[.*\]\((.+)\)\<\!\-\- width=(.*) \-\-\>
Template: ac:image
Url: ${1}
Width: ${2} -->
<!-- Macro: \<\!\-\- :toc: \-\-\>
Template: ac:toc
Printable: 'false'
MinLevel: 2
MaxLevel: 4 -->
<!-- Include: 杂项/声明文件.md -->
# AxureCloud私有化部署方案
## Axure Cloud 安装
官方文档https://docs.axure.com/axure-cloud/business/install-on-premises/
### 准备工作
#### 服务器
- Windows Server 2008 R2 or later
- .NET Framework 4.7.2
#### 数据库
- Microsoft SQL Server (2008 or later, Express Edition or better)
- Should be installed with Mixed Mode authentication (aka "SQL Server and Windows Authentication mode")
- MySQL 8.0 or later
### MySQL数据库安装
省略......
### AxureCloud安装
#### 下载安装及破解文件
```text
链接: https://pan.baidu.com/s/1WFaTQCdCBgysGmzOeWM3MQ?pwd=1234 提取码: 1234 复制这段内容后打开百度网盘手机App操作更方便哦
--来自百度网盘超级会员v8的分享
```
#### 安装AxureCloud
![](https://picture.texous.cn/blog/20250421135428373.png)
## Axure安装
- 官方软件包地址https://link.zhihu.com/?target=https%3A//www.axure.com/upgrade-to-11
- 百度网盘+汉化包地址:链接: https://pan.baidu.com/s/1A1rozVu9eNL6VR0TVjaiFQ?pwd=1234
![](https://picture.texous.cn/blog/20250421140030451.png)
## AxureCloud使用
![](https://picture.texous.cn/blog/20250421140402515.png)
## 参考
- [Axure Cloud本地部署On-Premises教程支持Axure RP9和RP11团队协作使用](https://www.yuque.com/jiaowovitamin/uizu4s/efsrvcl4x6kyc9di)
- [Axure11安装与汉化保姆级攻略附免费激活码亲测有效](https://zhuanlan.zhihu.com/p/29823932905)
- [Axure Cloud 本地服务的使用](https://blog.csdn.net/qq_56391747/article/details/139042168)

View File

@ -69,4 +69,8 @@ curl -d "grant_type=authorization_code&client_id=lms&client_secret=VqxZ5UCzhaIHq
### DHL
- https://www.pluginhive.com/knowledge-base/how-to-get-dhl-account-number/?srsltid=AfmBOorGCz67d0HipLAh2ONAzypqdHHzdrgTZml6M2-BbcnsT8MQ6SbS
- https://developer.dhl.com/user/register
- https://developer.dhl.com/user/register
### OrangeHRM 默认密码
Dkc198.CGj*f

View File

@ -90,3 +90,5 @@ Yuanmeng-Secret: scDD8*cF/cKKel03@..
]
}
###
http://localhost:8080/jeecg-boot/yuanmeng/kubesphere/proxy?realHost=http%3A%2F%2F10.168.2.234%3A32665&realPath=%2Fkapis%2Fopenpitrix.io%2Fv1%2Fapplications&method=GET

54
杂项/test.js Normal file
View File

@ -0,0 +1,54 @@
const data = {
"results": [
{
"metric_name": "pod_memory_usage",
"data": {
"resultType": "vector",
"result": [
{
"metric": {
"namespace": "qifu-develop",
"node": "k8s-node01",
"owner_kind": "StatefulSet",
"owner_name": "mongodb",
"pod": "mongodb-0"
},
"value": [
1744877510.132,
"451244032"
],
"min_value": "",
"max_value": "",
"avg_value": "",
"sum_value": "",
"fee": "",
"resource_unit": "",
"currency_unit": ""
},
{
"metric": {
"namespace": "qifu-develop",
"node": "k8s-node2",
"owner_kind": "StrimziPodSet",
"owner_name": "debezium-cluster-kafka",
"pod": "debezium-cluster-kafka-0"
},
"value": [
1744877510.132,
"5875748864"
],
"min_value": "",
"max_value": "",
"avg_value": "",
"sum_value": "",
"fee": "",
"resource_unit": "",
"currency_unit": ""
}
]
}
}
]
}
data.results.map(r => r.data).flatMap()

View File

@ -69,4 +69,11 @@
- https://docker.zhai.cm 正常
- https://docker.gbfeng.com 正常
- https://hub.haod.eu.org 正常
- https://xdark.top 正常
- https://xdark.top 正常
## Cargo 镜像
- 配置教程https://www.cnblogs.com/trigger-cn/p/18334279
- 也可以直接命令行(阿里云镜像): `--index sparse+https://mirrors.aliyun.com/crates.io-index/`
- ```shell
RUN set -eux && cargo install --index sparse+https://mirrors.aliyun.com/crates.io-index/ --locked monolith
```