推荐
专栏
教程
课程
飞鹅
本次共找到3481条
nfs配置
相关的信息
Easter79
•
3年前
vue 中安装使用sass 报错遇到的问题整理
不出错的情况下,正常安装:1.安装包:npminstallnodesasssavedevnpminstallsassloadersavedev(sassloader依赖于nodesass)2.在build文件夹下的webpack.base.conf.js的rules里面添加配置
Easter79
•
3年前
tomcat下部署jenkins
1.下载tomcat9.tar2.下载jenkins.war3.安装tomcattarzxvftomcat.tar/usr/local/apachetomcat/4.添加配置/usr/local/apachetomcat/bin/startup.sh!(https://static.oschina.net/uploads
Wesley13
•
3年前
Ubuntu18开启redis服务自启动
设置redis服务开机自启动。1.创建配置文件夹sudomkdir/etc/redissudocp/usr/local/redis/redis.conf/etc/redissudocp/etc/redis/redis.conf/etc/redis/6379.conf2.
Stella981
•
3年前
FastDFS+Nginx
FastDFS安装和配置它是什么FastDFS介绍:http://www.oschina.net/p/fastdfs(http://www.oschina.net/p/fastdfs)官网下载1:https://github.com/happyfish100/fastdfs/rele
Stella981
•
3年前
Centos6.5
1、使用yuminstalldnsmasqy 安装dns(含dnsserver和dns代理功能)2、查询dnsmasq已经安装成功\root@localhost~\ rpmqdnsmasqdnsmasq2.4818.el6\_9.x86\_64\root@localhost~\3、配置/
Stella981
•
3年前
Linux Mint 17 下安装搜狗拼音输入法
LinuxMint不像Ubuntu那样默认配置了中文输入法,需要我们自己安装,下面给出安装方法及输入法所需依赖:1.sudoaddaptrepositoryppa:fcitxteam/nightly2.sudoaptgetupdate3.sudoaptgetinstallf
Wesley13
•
3年前
Ubuntu 18.04+Postgresql 10+Gerrit 2.15.19+nginx 1.14 安装配置指南
Ubuntu18.04Postgresql10Gerrit2.15.19nginx1.14安装配置指南要保证代码的高质量,那必须要进行同行评审代码检查,所有代码都必须经过Rev
Stella981
•
3年前
Git 在同一台机器上配置多个Git帐号
在同一台机器上配置多个Git帐号By:授客QQ:1033553122实践环境win10Git2.21.064bit.exeTortoiseGit2.8.0.064bit.msi代码托管Gitee.com1. 打开GitBash
Stella981
•
3年前
Nginx之使用nginx搭建简单的文件服务器
使用nginx可以搭建简单文件服务器 安装nginx(不详述) 修改配置文件/usr/local/nginx/conf/nginx.confuserroot;worker_processes1;error_loglogs/error.log;pidlog
Easter79
•
3年前
Tomcat下的数据库连接池的配置与使用
实验环境:EclipseNeon.3(4.6.3)、MySQL、Tomcat9.0一、在web应用下的METAINF下新建context.xml文件,配置数据源。<?xmlversion"1.0"encoding"UTF8"?<Context<Resourcename"DBPool"
1
•••
185
186
187
•••
349