- 博客(9)
- 收藏
- 关注
原创 mac maven The JAVA_HOME environment variable is not defined correctly
mac 配置maven jdk错误
2022-02-08 15:36:33
554
原创 使用pdfbox合并PDF
<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>2.0.14</version> </dependency>public static File mergeDocuments(File .
2021-08-06 15:11:31
809
k8s 部署seata使用nacos作为配置中心
kind: DeploymentapiVersion: apps/v1metadata: name: seata-v1 namespace: health-examination-api labels: app: seata version: v1 annotations: deployment.kubernetes.io/revision: '8' kubesphere.io/creator: project-adminspec: replica.
2021-06-09 10:32:42
3418
14
原创 k8s部署nacos
kind: StatefulSetapiVersion: apps/v1metadata: name: nacos-v1 namespace: health-examination-api labels: app: nacos version: v1 annotations: kubesphere.io/creator: project-adminspec: replicas: 2 selector: matchLabels: ap.
2021-06-09 10:29:10
348
转载 记录WIN10更新错误代码:0x80070002
记录WIN10更新错误代码:0x80070002在管理员命令提示符下键入以下命令:net stop wuauservnet Stop cryptSvcnet Stop bitsnet Stop msiserverren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot201dnet Start wuauservnet st.
2021-05-19 20:49:17
323
原创 nginx 编译和安装ssl模块
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_modulenginx 编译和安装ssl模块
2021-05-12 09:57:41
1567
1
原创 kubeSphere+DevOps+Nodejs部署vue前端
先设置jenkins nodejs项目根目录新建目录deploy创建demo.yaml命名空间,私有仓库地址,对外暴露端口需要改成自己的kind: DeploymentapiVersion: apps/v1metadata: labels: app: demo component: demo tier: backend name: demo namespace: 命名空间spec: progressDeadlineSeconds: 600
2021-04-23 15:05:52
2687
原创 nginx 配置错误页面
nignx 配置错误页面开启错误处理 fastcgi_intercept_errors on; proxy_intercept_errors on;在server配置 error_page 404 /404.html; location =/404.html{ root html; } error_page 500 502 503 504 /50x.html; location = /50x.html { .
2021-03-01 16:38:19
555
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人