1 #define _for(i,a,b) for(int i = (a);i < b;i ++) 2 #define _rep(i,a,b) for(int i = (a);i > b;i --) 3 4 class Solution 5 { 6 public: 7 int dietPlanPer... ...
分类:
其他好文 时间:
2019-09-01 15:05:54
阅读次数:
179
Description: 5174. Diet Plan Performance My SubmissionsBack to Contest 5174. Diet Plan Performance My SubmissionsBack to Contest My SubmissionsBack to ...
分类:
其他好文 时间:
2019-09-01 13:05:29
阅读次数:
119
1.前后端传输编码格式contentType: urlencoded: 对应的数据格式:name=XXX&password=66 后端获取数据:request.POST django会将urlencoded编码的数据解析自动放到request.POST formdata: form表单传输文件的编码 ...
分类:
Web程序 时间:
2019-08-31 12:41:37
阅读次数:
176
首先电脑不能太卡: 推荐i5+8G内存+SSD 然后先把MINGW64文件准备好: 参考链接: Window10上CLion极简配置教程 https://www.jianshu.com/p/1aa989808e15 这里我选择了先安装Dev-Cpp, 然后它根目录下有MinGW64, 准备好MinG ...
分类:
编程语言 时间:
2019-08-31 12:25:16
阅读次数:
93
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. webpa ...
分类:
其他好文 时间:
2019-08-30 19:26:08
阅读次数:
123
在这篇文章中: MySQL5.7 默认模式 Information_schema performance_schema mysql sys MYSQL SHOW 命令 致谢 在这篇文章中: MySQL5.7 默认模式 Information_schema performance_schema mys ...
分类:
数据库 时间:
2019-08-29 19:55:30
阅读次数:
143
PAT A1012 The Best Rank 题目描述: To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C ...
分类:
其他好文 时间:
2019-08-28 01:05:37
阅读次数:
86
#!/usr/bin/python # -*- coding: UTF-8 -*- letter = raw_input("Please input first letter:") letter = letter.upper() if letter == 'S': letter = raw_inpu... ...
分类:
其他好文 时间:
2019-08-27 17:21:08
阅读次数:
103
centos7设置CPU的运行频率为performance http://www.512873.com/archives/612.html Publish: March 6, 2019 Category: 文档 No Comments centos7设置CPU的运行频率为performance Pu ...
分类:
其他好文 时间:
2019-08-26 19:37:28
阅读次数:
298
YOLOv2:代表着目前业界最先进物体检测的水平,它的速度要快过其他检测系统(FasterR-CNN,ResNet,SSD),使用者可以在它的速度与精确度之间进行权衡。 YOLO9000:这一网络结构可以实时地检测超过 9000 种物体分类,这归功于它使用了 WordTree,通过 WordTree ...
分类:
其他好文 时间:
2019-08-26 15:05:40
阅读次数:
69