1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:
编程语言 时间:
2021-05-24 14:35:17
阅读次数:
0
Appveyor: FIND: Parameter format not correct directory需要双引号 ...
分类:
移动开发 时间:
2021-05-24 09:44:38
阅读次数:
0
一. requests库的介绍与安装 pip install requests 二. 请求数据场景 2.1 请求方式:GET, 请求类型:application/x-www-form-urlencoded # -*- coding: utf-8 -*- # @Time : 2021/5/11 23: ...
分类:
编程语言 时间:
2021-05-24 07:15:29
阅读次数:
0
Header: #include <QSize>qmake: QT += core Public Functions QSize() QSize(int width, int height) QSize boundedTo(const QSize &otherSize) const QSize ex ...
分类:
其他好文 时间:
2021-05-24 06:00:32
阅读次数:
0
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:
其他好文 时间:
2021-05-24 04:36:32
阅读次数:
0
import smtplib import os from email.header import Header from email.mime.text import MIMEText # shenyuximr@163.com def sendemail(host,usernames,verify ...
分类:
编程语言 时间:
2021-05-24 04:25:15
阅读次数:
0
web CheckIn null misc misc ...
分类:
其他好文 时间:
2021-05-23 23:50:42
阅读次数:
0
yarn和npm都是包管理工具,yarn比npm好用 特点 速度快、离线模式 离线模式:之前安装过的包会被保存进缓存目录,以后安装就直接从缓存中复制过来 不会出现npm可能出现的问题 npm把依赖安装到node_modules目录的过程具有不确定性,而由于重复的依赖可以合并到一起,从而导致node_ ...
分类:
其他好文 时间:
2021-05-23 23:02:57
阅读次数:
0
HTML5 超文本标记语言 HTML5 一些新特性: 用于绘画的 canvas 元素 video 和 audio 元素 对本地离线存储的更好的支持 新的特殊内容元素,比如 article、footer、header、nav、section 新的表单控件,比如 calendar、date、time、e ...
分类:
Web程序 时间:
2021-05-04 16:15:40
阅读次数:
0
from openpyxl import load_workbook import smtplib from email.mime.text import MIMEText # 邮件正文 from email.header import Header # 邮件头 # 加载excel 文件 wb = ...
分类:
其他好文 时间:
2021-05-04 16:06:39
阅读次数:
0