陶醉绿草

文章
4
资源
0
加入时间
2年11月11天

SpringBoot之静态资源访问

SpringBoot之静态资源访问1.springboot访问静态资源的几种方式(1)在src/main/resources/目录下创建static文件夹(2)在src/main/resources/目录下创建resources文件夹(3)在src/main/resources/目录下创建public文件夹(4)在src/main/resources/目录下创建META-INF/...

leecode5864,游戏中弱角色的数量

题目:此题暴力肯定超时,所以可以利用一些技巧。先让第一位升序,然后第二位降序的方式,从后向前遍历,并记录遍历时候第1维的最大值,因为如果第1维的数据小于前面记录的最大值,就表示第0维已经符合条件,且第1维也符合条件,最后,一直更新第1维的最大值即可。class Solution { public int numberOfWeakCharacters(int[][] properties) { int cnt=0; int len=properties.leng

使用 npm 安装模块或更新

使用 npm 安装element-angular模板引擎。命令:npm i --save element-angular使用 npm 安装最新的 npm最新的版本命令:npm install npm@latest -g