上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: C盘是系统盘,考虑到很多程序都会占用系统盘资源,所以500G的固态硬盘究竟,一开始C盘就划了300G的大小。但即便这样,不知不觉中,C盘的空间也快不够用了。 分析了一下C盘的空间占用情况,发现.nuget文件夹大概有40多G的大小。这个不能忍,直接上网搜了一下移到其它盘的方法。 下面我写一下我的大概 阅读全文
posted @ 2024-05-08 17:38 誓鼎 阅读(240) 评论(0) 推荐(1)
摘要: pprof简介 想要进行性能优化,Go本身自带的工具链就包含了性能分析工具,而且也非常棒,pprof就是Go性能分析的利器,它是Go语言自带的包,有如下两种: runtime/pprof:采集程序(非 Server)的运行数据进行分析 net/http/pprof:采集 HTTP Server 的运 阅读全文
posted @ 2024-01-20 10:59 誓鼎 阅读(332) 评论(0) 推荐(0)
摘要: 检查java8 没有就安装 java -version 安装jdk1.8 yum -y install java-1.8.0-openjdk 下载kafka (网速很慢) wget https://dlcdn.apache.org/kafka/3.5.0/kafka_2.13-3.5.0.tgz 解 阅读全文
posted @ 2023-11-18 12:05 誓鼎 阅读(143) 评论(0) 推荐(0)
摘要: ## Gitlab 修改默认端口 ### 修改配置 gitlab默认需要使用80 8080 等端口,我的centos上有使用这些端口的其他软件;所以必须更改。 步骤如下: 1. 修改 gitlab.yml 2. 进入目录: /var/opt/gitlab/gitlab-rails/etc 3. 将g 阅读全文
posted @ 2023-07-19 10:01 誓鼎 阅读(2820) 评论(0) 推荐(0)
摘要: ## 1.添加Nginx到YUM源 添加CentOS 7 Nginx yum资源库,打开终端,使用以下命令: ``` sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.n 阅读全文
posted @ 2023-06-16 10:28 誓鼎 阅读(214) 评论(0) 推荐(0)
摘要: 安装gitlab-runner 主要介绍两种安装方式:docker方式和rpm方式 docker安装方式 在包市场里面找到对应的gitlab-runner: https://hub.docker.com/r/gitlab/gitlab-runner/tags 1 查看gitlab版本 docker 阅读全文
posted @ 2023-04-23 16:34 誓鼎 阅读(780) 评论(0) 推荐(0)
摘要: 名词解释 supervisor:要安装的软件的名称。 supervisord:装好supervisor软件后,supervisord用于启动supervisor服务。 supervisorctl:用于管理supervisor配置文件中program 安装依赖 yum install epel-rel 阅读全文
posted @ 2023-03-21 13:26 誓鼎 阅读(1587) 评论(0) 推荐(0)
摘要: Centos7 出现 Unable to connect to any of the specified MySQL hosts,而window不会 MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to an 阅读全文
posted @ 2023-03-15 13:17 誓鼎 阅读(735) 评论(0) 推荐(0)
摘要: XMLSchedulingDataProcessor 源码 /* * Copyright 2001-2010 Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may no 阅读全文
posted @ 2023-03-06 17:43 誓鼎 阅读(62) 评论(0) 推荐(0)
摘要: 首先在windows上安装linux系统。 VM简介 VMware Workstation中文版是一个“虚拟 PC”软件。它使你可以在一台机器上同时运行二个或更多 Windows、DOS、LINUX 系统。与“多启动”系统相比,VMWare 采用了完全不同的概念。多启动系统在一个时刻只能运行一个系统 阅读全文
posted @ 2023-03-03 14:50 誓鼎 阅读(159) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页