The only difference between easy and hard versions is the number of elements in the array. You are given an array aa consisting of nn integers. In one ...
分类:
其他好文 时间:
2019-09-26 23:09:11
阅读次数:
63
链接: https://vjudge.net/problem/HDU 1358 author=0 题意: For each prefix of a given string S with N characters (each character has an ASCII code between 9 ...
分类:
其他好文 时间:
2019-09-24 17:14:54
阅读次数:
93
3083: Ice-sugar Gourd 描述 Ice-sugar gourd, “bing tang hu lu”, is a popular snack in Beijing of China. It is made of some fruits threaded by a stick. Th ...
分类:
其他好文 时间:
2019-09-23 22:21:51
阅读次数:
190
取ip不低于3种方法 ln make links between files 无参数 硬链接 -s参数 软链接 ln option 源文件 目标文件 一般用来创建软链接r readlink 查看软链接的源文件是什么 rename 专业的重命名工具 [root@localhost test]# tou ...
分类:
其他好文 时间:
2019-09-22 21:55:28
阅读次数:
134
原文链接 BETWEEN的作用 BETWEEN 操作符用于选取介于两个值之间的数据范围内的值。 BETWEEN的边界 BETWEEN运算符选择给定范围内的值。值可以是数字,文本或日期。 BETWEEN运算符是包含性的:包括开始和结束值,等价于>= AND <= BETWEEN的语法 SELECT c ...
分类:
数据库 时间:
2019-09-22 12:48:58
阅读次数:
121
06==》导航链接的制作 {{item.title}} > /* 导航 */ .daohangbox{ display: flex; justify-content: space-between; height: 40rpx; background: pink; margin-top: 30rpx;... ...
分类:
微信 时间:
2019-09-21 23:34:47
阅读次数:
115
05==》css3 一个在最左最右 /* 导航 */.daohangbox{ display: flex; justify-content: space-between; //巧记两者之间 between说明一个在左一个在右} ...
分类:
微信 时间:
2019-09-21 22:56:18
阅读次数:
113
1.学校想做一个选课系统,其中涉及到课程表,学生表,请分别创建这两个表,自己思考表中应有的列及数据类型。 create table course ( course_name varchar(10) primary key, course_amount int, course_class char(5 ...
分类:
数据库 时间:
2019-09-18 12:55:16
阅读次数:
304
一.频率限制短信接口 settings/dev.py: apps/user/throttles.py: user/views.py: 二.手机号验证接口 前台手机号校验register.vue: 后台手机号校验: user/urls user/views.py 三.注册接口实现(用户名是手机号) s ...
分类:
其他好文 时间:
2019-09-18 00:26:14
阅读次数:
81
摘要:MS SQL 日期 Between 使用记录: MSSQL 数据表(Table) Key Name Date 20150423001 Johnny ... ...
分类:
数据库 时间:
2019-09-16 13:27:47
阅读次数:
95