1 #include <stdio.h> 2 #include <math.h> 3 #include <string.h> 4 int n,begin,end; 5 int can=1; 6 int _max=-1; 7 int queue[2001],book[2001]; 8 int boto ...
分类:
其他好文 时间:
2018-03-01 11:50:06
阅读次数:
169
```
body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", ... ...
分类:
Web程序 时间:
2018-02-23 12:06:26
阅读次数:
460
一、Installing Dockeryum install -y docker
systemctl enable docker && systemctl start docker二、Installing kubeadm, kubelet and kubectlcat <<
分类:
Web程序 时间:
2018-01-12 17:14:20
阅读次数:
210
每个 Vue 应用都是通过 Vue 函数创建一个新的 Vue 实例开始的: var vm = new Vue({ // 选项 }) 因此在文档中经常会使用vm (ViewModel 的简称) 这个变量名表示 Vue 实例。 当创建一个 Vue 实例时,你可以传入一个选项对象。这篇教程主要描述的就是如 ...
分类:
其他好文 时间:
2017-11-11 18:54:41
阅读次数:
157
前言 经常有人在群里反馈,明明代码一样的啊,为什么别人的能出报告,我的出不了报告;为什么别人运行结果跟我的不一样啊。。。 这种问题先检查代码,确定是一样的,那就是运行姿势不对了,一旦导入unittest模块,pycharm会自动识别以unittest的姿势去运行了。 一、unittest运行单个用例 ...
分类:
编程语言 时间:
2017-11-10 18:32:27
阅读次数:
324
在朋友那儿看到一个不错的在线文档管理工具 主要特点 : 在线接口测试在线测试,方便前后端开发,降低错误率。支持:xml、json、txt、binary、websocket 在线接口测试 在线测试,方便前后端开发,降低错误率。支持:xml、json、txt、binary、websocket 可视化编辑 ...
分类:
其他好文 时间:
2017-09-05 19:14:01
阅读次数:
141
题目链接:http://lightoj.com/login_main.php?url=volume_showproblem.php?problem=1370 题目大意:给N个数a[i], N <= 1e6,问使 Φ(x) >= a[i] 成立的最小x的所有x的和是多少。 解题思路:我们知道的是对于素 ...
分类:
其他好文 时间:
2017-08-29 22:58:23
阅读次数:
272
In this lesson, we extend the styles of a base button component to create multiple variations of buttons, using "extend". We can then modify the base ...
分类:
其他好文 时间:
2017-08-17 10:27:04
阅读次数:
115
1.PopupWindow的特点借用Google官方的说法:“A popup window that can be used to display an arbitrary view. The popup window is a floating container that appears on ...
分类:
移动开发 时间:
2017-07-23 22:43:34
阅读次数:
301
原作者:现在是实践所有已经学习到Kotlin技术,以及充分利用它提供功能的时候。如果你还有任何疑问,在本文就给你一些做出最终决定的理由。 ...
分类:
移动开发 时间:
2017-07-16 23:35:15
阅读次数:
3092