摘要:
LeetCode 0455. Assign Cookies分发饼干【Easy】【Python】【贪心】 Problem "LeetCode" Assume you are an awesome parent and want to give your children some cookies. B 阅读全文
摘要:
LeetCode 0075. Sort Colors颜色分类【Medium】【Python】【荷兰旗】 Problem "LeetCode" Given an array with n objects colored red, white or blue, sort them in place so 阅读全文
摘要:
LeetCode 0451. Sort Characters By Frequency根据字符出现频率排序【Medium】【Python】【桶排序】 Problem "LeetCode" Given a string, sort it in decreasing order based on the 阅读全文
摘要:
大三课程设计周自己一个人写的迷宫小游戏 (一)课题内容 实现走迷宫。 主要功能为界面显示、上下左右键的响应以及当前步数统计。 通过该课题全面熟悉数组、字符串等的使用,掌握程序设计的基本方法及友好界面的设计。 (二)课题要求 1. 基本要求 (1)游戏界面显示:迷宫地图、上下左右移动的特效。 (2)动 阅读全文
摘要:
Requirement already satisfied 解决方法 问题 今天安装 的时候遇到了这个问题: 解决方法 对于这样的问题,只需指定安装路径即可。就按照报错最后的路径安装就行。 指定安装路径的命令行: 比如我的就是: 可以看到, 成功安装好了。 致谢 "Requirement alrea 阅读全文
摘要:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 解决方法 问题 今天在安装 的时候,发现照着之前自己写的 "教程" 出现了问题。 解决方法 阅读全文