自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 wsl2运行github命令报错 GnuTLS recv error (-110)

或者 GnuTLS recv error (-110): The TLS connection was non-properly terminated.中申请新的令牌,并在.git/config中设置为新的token。错误原因:git config使用了密码登录,或者令牌过期。错误原因:代理问题,确保没有设置vpn代理。

2023-09-10 18:08:52 441 1

原创 C++ OOP 继承与多态

C++面向对象

2023-01-20 00:13:49 154

原创 C++11 lambda函数

C++11lambda函数介绍

2023-01-14 23:07:32 122

原创 opengl下imgui使用教程

ImGUI又称为Dear ImGui,它是与平台无关的C++轻量级跨平台图形界面库,没有任何第三方依赖,可以将ImGUI的源码直接加到项目中使用。

2022-08-25 20:42:20 3693

原创 Ubuntu18.04安装nodejs和npm,http-server

Ubuntu18.04安装nodejs和npm,http-server

2022-07-04 20:38:34 847 3

原创 PAT A1080 Public Bike Management (30 分)

There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and return it to any other stations in the city.The Public Bike Management Center (PBMC) keeps mo

2022-03-28 21:59:29 331

原创 PAT 1160 Forever

题目描述:"Forever number" is a positive integerAwithKdigits, satisfying the following constrains:the sum of all the digits ofAism; the sum of all the digits ofA+1isn; and the greatest common divisor ofmandnis a prime number which is greater...

2022-03-25 17:13:05 865 1

原创 PAT 1010 Radix

Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer isyes, if 6 is a decimal number and 110 is a binary number.Now for any pair of positive integersN1​andN2​, your task is to find the radix of one ...

2022-03-12 13:34:19 235

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除