上一页 1 2 3 4 5 6 ··· 9 下一页
  2022年4月19日
摘要: 安装gitee插件 File > Setting > Plugins 添加码云账号并登录 File > Setting > Version Control > Gitee > Add Account > 输入用户名密码,登录 配置Git程序路径 File > Setting > Version Co 阅读全文
posted @ 2022-04-19 17:36 法哈席基 阅读(566) 评论(0) 推荐(0) 编辑
  2022年4月15日
摘要: https://refactoringguru.cn/design-patterns 代码持续更新中,配合食用效果更佳:https://gitee.com/jihc/design-patterns.git 阅读全文
posted @ 2022-04-15 15:18 法哈席基 阅读(8) 评论(0) 推荐(0) 编辑
  2022年4月12日
摘要: 写在前面 建议看完再部署,避免踩坑 准备环境 安装tomcat10 下载jenkins wget下载jenkins的war包 # 进入tomcat的webapps文件夹 cd /opt/apps/tomcat-8089/webapps/ # 使用wget工具下载2.164 wget http://m 阅读全文
posted @ 2022-04-12 14:08 法哈席基 阅读(363) 评论(0) 推荐(0) 编辑
  2022年4月11日
摘要: 备份旧的配置文件 cd /etc/yum.repos.d/ # 进入文件夹 mv CentOS-Base.repo CentOS-Base.repo_back # 备份原始配置文件 下载阿里源的文件 wget -O CentOS-Base.repo http://mirrors.aliyun.com 阅读全文
posted @ 2022-04-11 11:23 法哈席基 阅读(161) 评论(0) 推荐(0) 编辑
  2022年3月28日
摘要: 未配置环境变量则无法使用其命令,如下图。 1.编辑 /etc/profile 文件 vi /etc/profile 2.添加配置:nginx路径 PATH=$PATH:/usr/local/nginx/sbin export PATH 3.刷新 source /etc/profile 4.查看 ng 阅读全文
posted @ 2022-03-28 15:00 法哈席基 阅读(1914) 评论(0) 推荐(0) 编辑
  2022年2月26日
摘要: 安装nginx https://www.cnblogs.com/JiHC/p/15936349.html 修改nginx配置文件 whereis nginx vi /usr/local/nginx/conf/nginx.conf 我的配置 upstream tomcat{ server localh 阅读全文
posted @ 2022-02-26 09:41 法哈席基 阅读(461) 评论(0) 推荐(0) 编辑
  2022年2月25日
摘要: 安装所需环境 一. gcc 安装 安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装: yum install -y gcc-c++ 二. PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expr 阅读全文
posted @ 2022-02-25 16:18 法哈席基 阅读(645) 评论(0) 推荐(0) 编辑
  2022年2月11日
摘要: 安装es 下载 # 下载安装文件到本地,然后传到Linux服务器上 https://www.elastic.co/cn/downloads/elasticsearch # 在Linux上直接下载 wget https://artifacts.elastic.co/downloads/elastics 阅读全文
posted @ 2022-02-11 17:59 法哈席基 阅读(157) 评论(0) 推荐(0) 编辑
  2022年2月10日
摘要: 查询所有可用的公共语言环境的名称 locale -a 编辑 /etc/profile 文件 vi /etc/profile 在文件最后加上 export LC_ALL="zh_CN.UTF-8" export LANG="zh_CN.UTF-8" 如果文件是只读,则赋予可写权限,改为记得改回只读 # 阅读全文
posted @ 2022-02-10 15:35 法哈席基 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 因为RabbitMQ是由Erlang语言开发的所以需要安装Erlang的开发环境,再安装RabbitMQ 安装Erlang curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sud 阅读全文
posted @ 2022-02-10 15:14 法哈席基 阅读(1506) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页