1、git的安装:(我是windows) 查看git版本号(未安装则不会出现版本号,去官网下载对应版本的git即可) git --version 在桌面空白处右键,会出现git gui here和git bash here 2、github上头像不显示的问题及解决: 修改hosts文件:C:\Win ...
分类:
其他好文 时间:
2021-01-29 12:09:52
阅读次数:
0
settings.json { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{e6d6c185-64bc-49d0-b18d-cb66a3355fb7}", //默认配置文件 "profiles": ...
1、一键清空列表框中的所有数据;2、点击按钮选中列表框中的第2行;3、遍历列表框; #include <Windows.h> #include <tchar.h> #include <CommCtrl.h> TCHAR szWindowClass[] = _T("WindowClass"); TCH ...
第一部分:背景知识 DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包,与DirectX开发包一起发布。它经过DirectX 6.0中的DirectX Media发展而来,集成了DirectX家族中的其他成员(DirectDraw、DirectSound等),可以说 ...
1 简介 jmeter 可以做接口测试和接口性能 windows 下载解压就可以直接使用 下载地址:https://downloads.apache.org/jmeter/binaries/ 2 jmeter 配置 配置文件:D:\apache-jmeter-5.3\bin\jmeter.prope ...
分类:
其他好文 时间:
2021-01-29 11:45:18
阅读次数:
0
Windows does not really support dual mode applications. To see console output you need to create a console application CONFIG += console However, if y ...
分类:
其他好文 时间:
2021-01-28 12:25:20
阅读次数:
0
1、下载anacona的python3.7版本,这里下载使用北外的镜像下载,速度巨快!!!https://mirrors.bfsu.edu.cn/anaconda/archive/ 2、换源,让你随后的安装飞起来 打开Anaconda Prompt 键入 conda config --set sho ...
链接 : https://codeforces.com/contest/1475/problem/D 排序 + 双指针 #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.t ...
分类:
其他好文 时间:
2021-01-28 12:04:58
阅读次数:
0
Cleaning the Phone Polycarp often uses his smartphone. He has already installed n applications on it. Application with number i takes up ai units of m ...
分类:
其他好文 时间:
2021-01-27 13:50:46
阅读次数:
0
1. 测试 在我https://www.cnblogs.com/Suzkfly/p/14049687.html这篇博客中提到,按照文种的范例程序测试,在Ubuntu中运行a.out,在windows下用网络调试助手不断的断开重连,在Ubuntu下另开一个终端,运行执行ps -au命令,可以看到每断开 ...
分类:
其他好文 时间:
2021-01-27 13:41:49
阅读次数:
0