题目描述 "链接" 给出一组学生的准考证号和成绩,准考证号包含了等级(乙甲顶),考场号,日期,和个人编号信息,并有三种查询方式 查询一:给出考试等级,找出该等级的考生,按照成绩降序,准考证升序排序 查询二:给出考场号,统计该考场的考生数量和总得分 查询三:给出考试日期,查询改日期下所有考场的考试人数 ...
分类:
其他好文 时间:
2019-09-04 18:54:06
阅读次数:
95
0901自我总结 Vue CLI项目路由案例汇总 router.js components/Nav.vue views/Course.vue components/CourseCard.vue vue <! 逻辑跳转 {{ card.title }} <! 链接跳转 <! 第一种 <! <route ...
分类:
其他好文 时间:
2019-09-01 19:05:33
阅读次数:
81
function getAnalysisIdCard(card, num) { if (num == 1) { //获取出生日期 let birth = card.substring(6, 10) + "-" + card.substring(10, 12) + "-" + card.substri ...
分类:
Web程序 时间:
2019-09-01 01:41:06
阅读次数:
344
[TOC] 页面跳转 第一种:有名分组传参,$route.params接收参数 第二种:通过params携带数据包传参 第三种:通过query传参 常用的是有名分组第一种方式,如果参数不想让人看到就通过第二种params方式,想确切显示参数名与参数就用第三种方式 逻辑转跳 是点击之后立即跳转,而我们 ...
分类:
其他好文 时间:
2019-08-31 17:44:00
阅读次数:
106
 作者 | 阿里云智能事业群技术专家 牛秋霖(冬岛) > **导读**:通过前面的一系列文章你已经知道如何基于 kubectl 来操作 Knative ...
分类:
其他好文 时间:
2019-08-30 13:22:56
阅读次数:
74
目录 1001 ^&^ 1002 array 1003 K th occurrence 1004 path 1005 huntian oy 1006 Shuffle Card 1007 Windows Of CCPC 1008 Fishing Master 1009 Kaguya 1010 Toum ...
分类:
其他好文 时间:
2019-08-23 22:05:39
阅读次数:
139
A Prepare. Prepare. Prepare. From: https://leetcode.com/explore/interview/card/leapai/272/general-guideline-for-behavioral-interview/1506/ The most co ...
分类:
其他好文 时间:
2019-08-22 11:03:41
阅读次数:
109
time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Omar has a deck of cards. Every card has a unique in... ...
分类:
其他好文 时间:
2019-08-19 23:09:33
阅读次数:
113
直接进入正题。 康托展开 Description 现在有"ABCDEFGHIJ”10个字符,将其所有的排列中按字典序排列,给出任意一种排列,说出这个排列在所有的排列中是第几小的? Input 第一行有一个整数n(0<n<=100000); 随后有n行,每行是一个排列; Output 输出一个整数m, ...
分类:
其他好文 时间:
2019-08-17 00:39:22
阅读次数:
94
当 display: flex 配合 justify-content: center 使用时可以让view水平居中 而配合 align-items: center 用时可以实现垂直居中效果 .card-image-container{ width: 40%; height: 90%; align-i ...
分类:
微信 时间:
2019-08-16 10:31:16
阅读次数:
2190