配置文件 1、文件类型 1.1、properties 同以前的properties用法 1.2、yaml 1.2.1、简介 YAML 是 "YAML Ain't Markup Language"(YAML 不是一种标记语言)的递归缩写。在开发的这种语言时,YAML 的意思其实是:"Yet Anoth ...
分类:
编程语言 时间:
2021-03-10 13:12:08
阅读次数:
0
The USB-Link 2, the next generation vehicle interface from NEXIQ Technologies, has arrived. Dependable and rugged at Autonumen.com, the new USB-Link 2 ...
分类:
其他好文 时间:
2021-03-10 13:00:43
阅读次数:
0
题目链接:https://codeforces.com/contest/1493/problem/C 题意:给定字符串s 求一个字典序最小的字符串t 满足 t的字典序>=s 并且 其中出现的字母次数可以被k整除 思路:考虑枚举哪个位置变大, 再枚举变成哪一个字母 然后利用前缀和 找前面的有多少个需要 ...
分类:
其他好文 时间:
2021-03-08 14:05:28
阅读次数:
0
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc ...
分类:
其他好文 时间:
2021-03-06 14:44:48
阅读次数:
0
如果一个数组$[a_1,a_2,a_3,...,a_n]a_1=n-1$并且$a1>0$,这个数组就被叫为好数组,如果一个序列能正好分为多个好数组,ta就被叫为好序列,现在给定一个序列,求这个序列有多少好子序列,答案对$998244353$取模 ...
分类:
其他好文 时间:
2021-03-05 13:10:49
阅读次数:
0
Jaw crusher has a wide range of applications. Our company uses high manganese steel and metamorphic high manganese steel to produce various specificat... ...
分类:
其他好文 时间:
2021-03-03 12:29:19
阅读次数:
0
警告如图所示,该警告是因为jdk版本太高(我用的是15.0,据说9.0的也会这样),具体的原理还没有研究,它不影响项目的正常运行,但是看着很糟心有木有~~~~ 解决方案是把项目jdk降低到1.8及以下,建议1.8。 ...
分类:
数据库 时间:
2021-03-03 12:24:53
阅读次数:
0
We have a collection of stones, each stone?has a positive integer weight. Each turn, we choose the two?heaviest?stones?and smash them together. Suppos ...
分类:
其他好文 时间:
2021-03-02 12:02:57
阅读次数:
0
异常模块 下面介绍python常用的异常模块 AttributeError异常 AttributeError试图访问一个类中不存在的成员(包括:成员变量、属性和成员方法)而引发的异常 AttributeError:'Animal' object has no attribute 'age' OSEr ...
分类:
编程语言 时间:
2021-02-25 12:11:17
阅读次数:
0
语言版本:python 3.6.7 包版本flask_jwt_extended:3.14.0 我的描述:当我使用flask中flask_jwt_extended进行生成token时!我使用pycharm进行本地调试时,,成功地生成了token,而当我将代码更新到线上服务器(linux)时,运行它出现 ...
分类:
数据库 时间:
2021-02-24 13:00:07
阅读次数:
0