码迷,mamicode.com
首页 >  
搜索关键字:ftp home server    ( 90397个结果
Error: Cannot find module 'webpack-cli/bin/config-yargs
关于webpack配置服务webpack-dev-server的报错问题:Error: Cannot find module 'webpack-cli/bin/config-yargs' 安装本地服务步骤: 1、安装 loader:npm install webpack-dev-server --s ...
分类:Web程序   时间:2021-03-01 13:11:48    阅读次数:0
xshell连接虚拟机ubuntu
1:使用命令安装openssh-server sudo apt-get install openssh-server openssh-client 2:这是因为没有更新apt-get,更新命令 sudo apt-get update 3:更新完之后执行 sudo apt-get install op ...
分类:系统相关   时间:2021-03-01 12:57:39    阅读次数:0
01 - 为SQL Server高可用集群配置域控制器
In this series for SQL Server Always On Availability Groups, we are covering end to end configurations for SQL Server 2019 on Windows Server 2016. In ...
分类:数据库   时间:2021-02-27 13:31:13    阅读次数:0
02 - 为SQL Server高可用集群搭建故障集群转移
This article explores the configuration of Windows failover clusters, storage controllers, and quorum configurations for SQL Server Always On Availabi ...
分类:数据库   时间:2021-02-27 13:30:23    阅读次数:0
docker仓库之harbor高可用 (三)
基于上一篇部署完成了企业级仓库harbor的部署,今天我们来聊聊什么是harbor的高可用 Harbor 支持基于策略的 Docker 镜像复制功能,这类似于 MySQL 的主从同步,其可以实现不同的数据中心、不同的运行环境之间同步镜像,并提供友好的管理界面,大大简化了实际运维中的镜像管理工作,已经 ...
分类:其他好文   时间:2021-02-27 13:17:00    阅读次数:0
nginx 请求多个域名指定对应的根目录
同一个nginx配置文件,请求不同的域名可以指定对应的目录 nginx配置 cat long.conf server { listen 80; server_name a.com b.com c.com; location / { root /home/long/$host/; index inde ...
分类:其他好文   时间:2021-02-27 13:10:39    阅读次数:0
NFS服务器配置
NFS服务器配置和操作演示 实验设置: Server-nfs:192.168.6.233 Client-nfs-linux:192.168.6.243 Client-nfs-windows:192.168.6.3 实验步骤: 1、配置网络环境(静态IP地址) 2、在服务器端安装nfs服务 nfs-u ...
分类:其他好文   时间:2021-02-27 13:03:37    阅读次数:0
【Python】图片有效性管理
# -*- coding: UTF-8 -*- import os import imghdr def get_filelist(dir): for home, dirs, files in os.walk(dir): for filename in files: try: fullname = o ...
分类:编程语言   时间:2021-02-26 13:35:43    阅读次数:0
ES6 Proxy与Reflect实现观察者模式
//观察者模式 //监听对象属性的修改,如果属性值发生变化,打印出对象的属性信息(to do somthing) let queuedObservers = new Set() //将需要处理的函数,添加到set结构中 let observe = fn => queuedObservers.add( ...
分类:其他好文   时间:2021-02-26 13:24:00    阅读次数:0
「Git」- 源码安装 @20210225
对于 Git 的编译安装,建议参考 BLFS 建议安装软件包 cURL-7.50.1 (needed to use Git over http, https, ftp or ftps), OpenSSL-1.0.2h, Python-2.7.12 可选软件包 PCRE-8.39, Subversio ...
分类:其他好文   时间:2021-02-26 13:17:04    阅读次数:0
90397条   上一页 1 ... 61 62 63 64 65 ... 9040 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!