!/usr/bin/evn python# Aothor Jackproduct_list=[ ('Iphone',5800), ('Mac Pro',9800), ('Bick',800), ('Watch',10600), ('Coffee',31), ('Alex Python',120)]s ...
分类:
其他好文 时间:
2020-03-29 19:51:51
阅读次数:
61
传送门 A - Coffee #include <bits/stdc++.h> #define ll long long using namespace std; char s[10]; int main() { //freopen("in.txt","r",stdin); scanf("%s",s ...
分类:
其他好文 时间:
2020-03-28 23:24:43
阅读次数:
96
在网页中会引入哪些常见的静态资源? 1.JS(.js .jsx .coffee .ts(TypeScript 类 c# 语言 c sharp 语言)) 2.CSS (.css .less .scss .sass(基本不用了)) 3.Images(.jpg .png .gif .bmp .svg) 4 ...
分类:
Web程序 时间:
2020-03-23 17:02:13
阅读次数:
103
题目:https://vjudge.net/problem/Gym-101911A 题意:n、m、d分别表示Mo想休息的次数、每天最大的工作时长以及两次休息的最小间隔,ai为Mo想休息的时刻,每次休息一分钟,求休息n次所需的最少天数,以及按所给顺序每个时刻所在的天的下标。 分析:贪心。定义一个结构体 ...
分类:
其他好文 时间:
2020-03-14 21:43:21
阅读次数:
51
Make sure you’re eating something with your coffee. Sometimes an empty stomach will make you feel the effects too fast. Drink enough water throughout ...
分类:
其他好文 时间:
2020-03-06 15:13:25
阅读次数:
69
一、简介 gulp是前端开发过程中对代码进行构建的工具,是自动化项目的构建利器; gulp是基于Nodejs的自动任务运行器,她能自动化地完成 javascript/coffee/sass/less/html/image/css 等文件的的测试、检查、合并、压缩、格式化、浏览器自动刷新、部署文件生成 ...
分类:
其他好文 时间:
2020-03-05 22:12:27
阅读次数:
71
所有演示都采用 MPAndroidChart v3.1.0 官方地址:https://github.com/PhilJay/MPAndroidChart 首先要感谢作者写出这么强大的图表控件让我们免费使用,如果您条件匀许可以a coffee (or some beer) for him。 工作中,经 ...
分类:
移动开发 时间:
2020-03-01 10:29:04
阅读次数:
130
"题目链接" 题目大意 这是一道交互题 有一个长度为$n$的未知序列$a$和一个大小为$k$的队列$S$。保证$1\leqslant k\leqslant n\leqslant 1024$,且$n,k$都是$2$的次幂。 你可以进行以下两种操作: 询问:选择一个数$i(1\leqslant i\le ...
分类:
其他好文 时间:
2020-02-26 01:26:21
阅读次数:
78
2020-02-17 _author_ = "chen"product_list = [ ('iphone', 5800), ('mac book', 9800), ('bike', 800), ('watch', 10600), ('coffee', 31), ('python', 120),]s ...
分类:
其他好文 时间:
2020-02-17 17:56:43
阅读次数:
83
Gulp介绍 中文主页: http://www.gulpjs.com.cn/ gulp是与grunt功能类似的前端项目构建工具, 也是基于Nodejs的自动任务运行器 能自动化地完成 javascript/coffee/sass/less/html/image/css 等文件的 合并、压缩、检查、监 ...
分类:
其他好文 时间:
2020-01-20 22:28:29
阅读次数:
117