自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 PAT1002

#include "iostream"#include "map"#include "set"#include "vector"using namespace std;map<int, double> res;set<int> set_ex;int k, ex;double co;int main(){ cin >> k; w...

2019-05-14 14:20:12 333

原创 PAT1001

#include "iostream"#include "algorithm"#include "string"using namespace std;int main(){ int a,b,c; cin >> a >> b; c = a + b; if(c<0) cout << '-'; ...

2019-05-13 21:07:09 151

转载 g++ createprocess: no such file and directory问题解决

g++ createprocess: no such file and directory问题解决原网址https://stackoverflow.com/questions/3848357/createprocess-no-such-file-or-directory把C环境安装文件夹内libexec/gcc/mingw32/版本号/加入环境变量...

2019-05-01 14:41:36 2827

原创 pip install UnicodeDecodeError: 'utf-8' codec can't decode

UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb0 in position 1105: invalid start byte描述在pip install某个包时,发现了这个问题,在如下网址处得到了解决https://stackoverflow.com/questions/25036897/pip-install-unicodede...

2019-04-27 01:03:52 1406

转载 Ubuntu18.04 apt和手动安装JDK

Ubuntu18.04 apt和手动安装JDK原网址内容openjdk,apt安装jdk,apt安装检查版本手动设置默认JAVA版本手动安装JDK原网址https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux内容openjdk,apt安装sudo apt install openjdk-...

2019-04-26 23:00:22 2741

转载 资源网站

pip国内镜像阿里云 https://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/豆瓣(douban) http://pypi.douban.com/simple/清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/中国科学技术大学 h...

2019-04-22 21:22:05 1938

转载 使用CSDN-markdown编辑器

abc自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Ma...

2019-03-27 10:16:15 151

空空如也

空空如也

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

TA关注的人

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