1.Nginx可以为http,反向代理,mail,tcp/udp提供代理服务. 2.版本分为三种: 社区版:www.nginx.org 企业版:www.nginx.com 淘宝开发版:tengine.taobao.org 3.实现步骤: a.环境需求: systemctl stop firewall ...
分类:
其他好文 时间:
2019-09-14 18:50:07
阅读次数:
81
npm install -g cnpm --registry=https://registry.npm.taobao.org ...
分类:
其他好文 时间:
2019-09-14 13:56:48
阅读次数:
70
某宝买的 本人店铺地址:https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.25911debxasoZH&ft=t&id=602226976759 下单后24小时内阿里旺旺发货~~~ 本人购买商家:https://item.taobao.c ...
分类:
其他好文 时间:
2019-09-11 15:54:09
阅读次数:
67
最近打算用vue-cli写项目,发现用官网提供的安装方式npm install @vue/cli -g怎么都安装不上,一直报如下错误 EPERM: operation not permitted, rename 'C:\Users\xxx\AppData\Roaming\npm\node_modul ...
分类:
其他好文 时间:
2019-09-10 14:51:26
阅读次数:
372
创建库 本来以为很简单,结果配置了webpack之后,运行build就报错了,似乎不认识es6语法,于是先后安装了几个包: @babel/core @babel/preset-env babel-loader @babel/plugin-proposal-class-properties 进行了一些 ...
分类:
Web程序 时间:
2019-09-09 19:28:03
阅读次数:
115
1、所需工具 1》phantomjs:官网下载http://phantomjs.org/download.html 国内镜像http://npm.taobao.org/dist/phantomjs/ 2》EChartConvert:https://gitee.com/saintlee/echarts ...
分类:
编程语言 时间:
2019-09-07 17:19:18
阅读次数:
226
加密,gpg加密,ssh三种转发,openssl,pam一、仅开放本机两个IP地址中的一个地址172.16.0.X上绑定的sshd和vsftpd服务给172.16.0.0/16网络中除了172.16.0.0/24网络中的主机之外的所有主机,但允许172.16.0.200访问,每次的用户访问都要记录于日志文件中,注:其中X为学号/etc/hosts.allow:sshd,vsftpd:172.16.
分类:
其他好文 时间:
2019-09-06 11:21:12
阅读次数:
102
#!/usr/bin/perl#!/usr/bin/perl %data = ('google'=>'google.com', 'runoob'=>'runoob.com', 'taobao'=>'taobao.com'); @names = keys %data;#该函数返回所有哈希的所有key的 ...
分类:
其他好文 时间:
2019-09-01 12:29:04
阅读次数:
73
第一种方式 1. 查看当前计算机的下载地址 npm get registry 2. 修改为淘宝npm镜像 npm config set registry http://registry.npm.taobao.org/ 3. 修改为cnpmjs镜像 npm config set registry ht ...
分类:
其他好文 时间:
2019-08-29 15:47:42
阅读次数:
145
import re import os import json import requests s = requests.Session() # cookies序列化文件 COOKIES_FILE_PATH = 'taobao_login_cookies.txt' class UsernameLog... ...
分类:
其他好文 时间:
2019-08-29 09:20:00
阅读次数:
199