摘要: VS code下使用python拓展,通常会提示安装pip。 pip 是一个现代的,通用的 Python 包管理工具。提供了对 Python 包的查找、下载、安装、卸载的功能。 安装pip 使用以下脚本: 另: 如果出现VS code中出现 ,点击 后仍出现 提示框: 以Ubuntu18.04为例, 阅读全文
posted @ 2019-10-03 23:18 和樂 阅读(341) 评论(0) 推荐(0)
摘要: "洛谷P1941" c++ include using namespace std; const int inf=1e9; const int MN=10001; const int MM=1001; const int MK=10001; struct tube {int p,l/ downwar 阅读全文
posted @ 2018-01-21 14:56 和樂 阅读(150) 评论(0) 推荐(0)
摘要: 这篇文章包含markdown语法基本的内容, 目的是放在自己的博客园上, 通过开发者控制台快速选中, 从而自定义自己博客园markdown样式.当然本文也可以当markdown语法学习之用. 在markdown里强制换行是在末尾添加2个空格+1个回车. 在markdown里可以使用 \ 对特殊符号进 阅读全文
posted @ 2018-01-19 12:50 和樂 阅读(102) 评论(0) 推荐(0)