dingding 的文章
-
每天一翻译之24
I've opened the curtain of my east window here above the computer, and I sit now in a holy theater before a sky-bluestage. A little cloud above the …… -
-
Python自动发送邮件时报smtplib.SMTPConnectError: (550)错误
查了下,我也以为是网络或者发的次数过多。 看了另一个回答,发现我的就是发件人写错了,改了就好了 Python自动发送邮件时报smtplib.SMTPConnectError: (550)…… -
shell笔记2
9、环境变量 在bash shell中,环境变量分为两类: 全局变量 局部变量 A、全局环境变量 全局环境变量对于shell会话和所有生成的子shell都是可见的。局部变…… -
git : 无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
初始化本地 Git 仓库 情况一 没有安装git 情况二 配置系统环境变量 右键 “计算机 或 此电脑” - “高级系统设置” - “环境变量” - 下方“系统变量”的Path中编辑添…… -
-
-
基础省选+NOI 第9部分 网络流
1、二分图匹配 算法竞赛入门经典训练指南+陈锋+ch5.5_二分图的匹配 算法竞赛入门经典训练指南+陈锋+ch5.5_二分图的匹配_哔哩哔哩_bilibili SWPU-ACM每周算法…… -
寒假翻译训练16 2.8(补)
Goldbach Conjecture | JXNUOJhttps://acs.jxnu.edu.cn/problem/NOIOPJENGLISH11 哥德巴赫猜想 描述: 给定素数A和素数B的和,找到A和B。 输入: 一个正…… -
通讯录读取
n = input() dict1 = dict() with open('info.csv', 'r', encoding='GBK') as f: for line in f.readlines(): line = line.strip('/n') l……
友情链接