上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 1、执行npm i -g npm 2、执行npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass 3、npm uninstall node-sass 4、npm install node-sass node16 阅读全文
posted @ 2022-01-11 09:30 vofill-work 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 方式一 1、权限编辑/etc/rc.d/rc.local cd /etc/rc.d/ vim rc.local 2、在末尾添加执行脚本命令 sh /home/test.sh 3、给脚本赋权限 chmod +x /etc/rc.d/rc.local chmod +x /home/test.sh 方式二 阅读全文
posted @ 2021-12-31 14:28 vofill-work 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: 1.下载 MySQL 所需要的安装包 网址:https://dev.mysql.com/downloads/mysql/ 2.Select Operating System: 选择 Red Hat ,CentOS 是基于红帽的,Select OS Version: 选择 linux 7 3.选择 R 阅读全文
posted @ 2021-12-25 01:54 vofill-work 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1. 查看防火墙状态:systemctl status firewalldactive(running):开启状态,正在运行中inactive(dead):关闭状态,未在运行2. 开启防火墙:systemctl start firewalld,没有任何提示,表示开启成功3. 关闭防火墙:system 阅读全文
posted @ 2021-11-09 11:58 vofill-work 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 一、在index.vue文件、HTML标签设置HTTP头信息 <meta http-equiv="pragram" content="no-cache"> <meta http-equiv="cache-control" content="no-cache, no-store, must-reval 阅读全文
posted @ 2021-10-28 15:43 vofill-work 阅读(2200) 评论(0) 推荐(0) 编辑
摘要: 注意:使用nginx命令,必须要到nginx.exe所在的目录下执行 windows平台下 1、启动nginx 打开cmd命令窗口,切换到nginx解压目录下,输入命令 nginx.exe 或者 start nginx ,回车即可 2、查看是否启动成功 tasklist /fi "imagename 阅读全文
posted @ 2021-06-16 17:00 vofill-work 阅读(161) 评论(0) 推荐(0) 编辑
摘要: import org.apache.poi.hssf.usermodel.*;import org.apache.poi.hssf.util.HSSFColor;import org.apache.poi.hwpf.HWPFDocument;import org.apache.poi.hwpf.co 阅读全文
posted @ 2021-06-02 16:29 vofill-work 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 实现div盒子水平垂直居中的几种方式 <body id="container"> <div id="middle"></div> </body> <style> html,body { height:100%; /* 注意html不设置高度 body也就没有继承高度,就会随内容支撑高度 overfl 阅读全文
posted @ 2021-05-23 20:00 vofill-work 阅读(35) 评论(0) 推荐(0) 编辑
摘要: java -cp druid-1.1.10.jar com.alibaba.druid.filter.config.ConfigTools ecifpub 阅读全文
posted @ 2021-02-03 15:54 vofill-work 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1、下载gitlib压缩包:gitlab-ce-10.0.2-ce.0.el7.x86_64.rpm 2、将下载的压缩包上传至服务器,一般放在/usr/local/目录下 3、使用命令解压压缩包: tar -zxvf gitlab-ce-10.0.2-ce.0.el7.x86_64.rpm 4、安装 阅读全文
posted @ 2021-01-14 15:47 vofill-work 阅读(163) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页