CentOS 安装 nginx 教程 下载安装包 cd /usr/local wget http://nginx.org/download/nginx-1.19.8.tar.gz 安装依赖 yum install gcc-c++ yum install pcre yum install pcre-d ...
分类:
其他好文 时间:
2021-06-13 10:38:46
阅读次数:
0
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:
其他好文 时间:
2021-06-13 10:37:37
阅读次数:
0
增加 ba.admin.service cd /usr/lib/systemd/system/ vi ba.admin.service 文件内容如下: [Unit] Description=Bootstrap Admin Application [Service] Type=simple Worki ...
分类:
其他好文 时间:
2021-06-13 10:36:44
阅读次数:
0
https://blog.csdn.net/wxb880114/article/details/80937659?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearn ...
分类:
其他好文 时间:
2021-06-13 10:26:12
阅读次数:
0
这次是事件聚合器的应用。 事件聚合器应用第一步:定义一个事件聚合器,应该是一个可访问的公共区域,例14为它做了一个core的项目。代码很简单: using Prism.Events; namespace UsingEventAggregator.Core { public class Message ...
分类:
其他好文 时间:
2021-06-13 09:52:36
阅读次数:
0
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:
其他好文 时间:
2021-06-13 09:30:04
阅读次数:
0
文件下载 超链接下载超链接下载是指,将下载资源作为超链接的链接目的文件出现。若浏览器可以解析该资源文件,则将在浏览器上直接显示文件内容;若浏览器不支持该文件的解析,则会弹出另存为对话框,要求用户保存。 在Web文件夹下创建download文件夹,里面放入一些文件。 创建html: html这样写: ...
分类:
Web程序 时间:
2021-06-11 18:40:08
阅读次数:
0
1、背景 工作需要安装centos系统,特此记录下过程 2、准备工作 U盘一个,需要格式化(大于4G,毕竟ISO文件就已经大于4G了) CentOS7.1 iso文件一个 UltraISO工具(制作启动U盘) 下载地址: https://cn.ultraiso.net/xiazai.html 注册码 ...
分类:
系统相关 时间:
2021-06-11 18:34:39
阅读次数:
0
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:
其他好文 时间:
2021-06-11 18:28:19
阅读次数:
0
安装输入法使用指令: yum install ibus-libpinyin 安装 reboot 安装好后重启 ...
分类:
其他好文 时间:
2021-06-11 17:33:41
阅读次数:
0