If you are reading this, I want to tell you that everything will be fine. You are incredible, you are unique, you can face anything in your life, you have the strength within yourself to overcome any obstacle, loss or situation. You are not alone, you are loved, you have the right to feel bad and good, you have the right to feel.
分类: Notes
The unauthenticated git protocol on port 9418 is no longer supported
fatal: 远程错误:The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
问题解决:
梳理Google SEO的笔记
我们的使命是整合全球信息,供大众使用,让人人受益。
Centos 安装 Mailx (simply-sending-e-mails-with-mailx)
Mailx – The mail utilities listed above provide a comfortable, flexible environment for sending and receiving mail messages electronically.
Python简单数据类型(整数、浮点数)
Python的整数类型和浮点数类型介绍,使用str()避免类型错误(TypeError)
Python变量和操作符
变量就是存数据的,以便于我们后期在程序中对数据进行操作。