#include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 2005; //const int MAX_D = 31; struct student{ int id; int Cgrade; i ...
分类:
编程语言 时间:
2020-01-05 13:43:49
阅读次数:
66
带偏移量的并查集讲解Butterfly AC代码 第二种AC代码1182:食物链 AC代码 ...
分类:
其他好文 时间:
2020-01-05 00:19:04
阅读次数:
62
Javascript + DOM lessions from Codecademy practice link: http://feraljas.gitee.io/piano-plus/ Basic JS+DOM: 理解如何交互,何为interaction Building interactive ...
分类:
Web程序 时间:
2020-01-04 15:57:10
阅读次数:
98
1012 The Best Rank (25分) To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Prog ...
分类:
编程语言 时间:
2020-01-03 21:01:24
阅读次数:
72
1、show ver查看设备的版本 2、一些版本信息的参考 3、准备USB查看其具备的镜像命令:dir usbflash0: 4、复制镜像到设备命令:copy usbflash0:cat9k_iosxe.16.06.004a.SPA.bin flash: 5、查看上传的镜像命令:dir flash: ...
分类:
其他好文 时间:
2020-01-03 10:37:32
阅读次数:
263
1、操作命令:CAT9300(config)#ip tftp blocksize 8192CAT9300(config)#install add file tftp://10.1.100.37/cat9k_iosxe.16.06.05.SPA.bin activate 2、目前的版本和安装方式: 3 ...
分类:
其他好文 时间:
2020-01-03 10:24:05
阅读次数:
121
1. 注册docker ID 2. 安装教程: https://docs.docker.com/docker-for-mac/ 3.检查docker是否安装成功: docker --version 4.学习资料: https://docker_practice.gitee.io/zh-cn/intr ...
分类:
系统相关 时间:
2020-01-02 14:11:10
阅读次数:
97
二、vue-router是什么 这里的路由并不是指我们平时所说的硬件路由器,这里的路由就是SPA(单页应用)的路径管理器。再通俗的说,vue-router就是WebApp的链接路径管理系统。vue-router是Vue.js官方的路由插件,它和vue.js是深度集成的,适合用于构建单页面应用。vue ...
分类:
其他好文 时间:
2020-01-02 09:14:36
阅读次数:
94
倒计时的两种用法: 一、计时器的用法 页面部分 <span class="time-minute">{{timeMinute}}</span> <span class="time-unit">分</span> <span class="time-second">{{timeSecond}}</spa ...
分类:
其他好文 时间:
2019-12-31 12:12:59
阅读次数:
553
https://gameinstitute.qq.com/community/detail/101951 https://www.infoq.cn/article/tencent-ranking-system-practice-and-challenges ...
分类:
编程语言 时间:
2019-12-30 19:45:25
阅读次数:
83