1.git下载与安装 https://gitforwindows.org/ 一般一直下一步即可 任务栏 打开Git Bash,输入: # 配置用户名 git config --global user.name "username" //( "username"是自己的账户名,) # 配置邮箱 git ...
分类:
Web程序 时间:
2021-05-24 13:46:15
阅读次数:
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
git配置github远程仓库 1. 先在自己的linux服务器本地生成ssh key,使用命令 “ssh-keygen -t rsa -C "your_email@youremail.com"”,your_email是你的email,执行时一路按回车就行,这会在当前用户下生成1个公钥id_rsa. ...
分类:
其他好文 时间:
2021-05-24 04:49:07
阅读次数:
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
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-touch-fullscreen" /> <meta content="telephone=no,email=no" ...
分类:
其他好文 时间:
2021-05-24 04:07:54
阅读次数:
0
1. 配置 配置全局的用户名:git config --global user.name "zhangyang0514" 配置全局的邮箱 :git config --global use.email "18109230755@163.com" 查看当前配置 :git config --list 如下 ...
分类:
其他好文 时间:
2021-05-24 03:25:28
阅读次数:
0
''' ! Creat Date: 2021-5-4 ! Author: xdd1997 ! Email: xdd2026@qq.com ''' import re # 输入文件 # 接口 filePath = 'D:\\Desktop\\uu.lis' 也可以 filePath = r'D:\De ...
分类:
编程语言 时间:
2021-05-24 00:13:27
阅读次数:
0