Mac使用Microsoft Office Word编写文件保存后文件删除
今天使用word编辑文件后,保存后发现源文件不见了,被自动删除了,这就很尴尬了,书写了好久的文件尽然被删除了?其实这个删除的原因有以下两种可能: 使用的破解版word,导致部分word软件缓冲失败 word软件本身出现了问题导致的 这个问题我们有以下解决步骤: 鼠标点击桌面空白处,同时按住输入com…
- 454
- 0
- 阅读全文
今天使用word编辑文件后,保存后发现源文件不见了,被自动删除了,这就很尴尬了,书写了好久的文件尽然被删除了?其实这个删除的原因有以下两种可能: 使用的破解版word,导致部分word软件缓冲失败 word软件本身出现了问题导致的 这个问题我们有以下解决步骤: 鼠标点击桌面空白处,同时按住输入com…
有时候我们访问https站点的http子集域名时,会导致自动跳转到https,导致我们方式站点失败,从而无法使用该站点功能.那么这是什么原因导致的呢?其实原理很简单,这是因为我们浏览器启用了domain security policies(也就是hsts安全),导致http网站自动跳转到了https…
在用brew安装GCC时,出现如下错误: brew install gcc 会出现以下错误 > $ brew install gcc Updating Homebrew... xcrun: error: invalid active developer path (/Library/Devel…
我们在mac系统中可以使用brew安装软件,但是brew现在安装mongodb默认已经不支持了,我们使用以下命令可以看到支持的mongodb列表 brew search mongo 返回以下信息 ==> Formulae mongo-c-driver mongoose mongo-orches…
http,https,sh 脚本使用 export http_proxy=http://<SquidHost>:<SquidPort> export https_proxy=https://<SquidHost>:<SquidPort> pip 使用(…
Squid 安装部署 安装 httpd-tools 依赖 yum install httpd-tools -y 安装 squid 依赖 yum install squid -y Squid 服务配置 创建 squid 授权用户 htpasswd -cd /data/squid/shicheng sh…
Shadowsocks安装部署 安装 python setuptools 依赖 yum install python-setuptools 安装 pip 更新 easy_install pip && pip install --upgrade pip 安装 git yum insta…
启动OpenVPN服务 systemctl start openvpn@server 停止OpenVPN服务 systemctl stop openvpn@server 重启OpenVPN服务 systemctl restart openvpn@server 设置开机启动OpenVPN服务 syst…
Linux 使用OpenVPN 安装OpenVPN yum install -y openvpn 连接OpenVPN openvpn shicheng.ovpn shicheng.ovpn:连接VPN客户端配置文件 Windows 使用OpenVPN 下载 OpenVPN GUI 安装文件:下载地址…
OpenVPN安装部署 安装 openssl 依赖 yum -y install openssl openssl-devel 安装 lzo 依赖 yum -y install lzo 安装 openvpn 以及加密工具 yum -y install openvpn easy-rsa OpenVPN …