Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num ...
1、线程状态 Thread.State public enum State { /** * Thread state for a thread which has not yet started. */ NEW,(新建) /** * Thread state for a runnable threa ...
分类:
编程语言 时间:
2020-09-18 00:09:42
阅读次数:
28
Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: I ...
分类:
其他好文 时间:
2020-09-18 00:08:22
阅读次数:
27
问题 K: Length of Bundle Rope 时间限制: 2 Sec 内存限制: 1024 MB提交 状态 题目描述 Due to the development of online shopping, the logistics industry which is highly conn ...
分类:
其他好文 时间:
2020-09-17 22:58:33
阅读次数:
44
使用dart-sass替代node-sass // 由于npm6.9以上支持新功能package alias对包重命名 // 可以既满足包名为node-sass,但实际是使用的dart-sass的效果 npm install node-sass@npm:dart-sass ...
分类:
其他好文 时间:
2020-09-17 15:35:09
阅读次数:
23
1、tomcat bin目录执行 keytool -genkey -alias my-alias-name -keyalg RSA -keystore keystore-file 生成证书; 2、修改conf文件夹中的conf.xml 8443块为如下代码 <Connector port="8443 ...
分类:
其他好文 时间:
2020-09-17 12:35:39
阅读次数:
32
问题:创建类或接口时,要添加自定义的默认注释,比如版本,时间等。每个类修改显然不符合程序员的思路,有没有办法通过定义模板来实现? 使用Idea模板 Idea可听过创建类模板来实现。 功能路径:Setting → Editor → File and Code Template → Class 修改,右 ...
分类:
其他好文 时间:
2020-09-17 12:01:08
阅读次数:
32
Invalid bound statement (not found) ...
分类:
编程语言 时间:
2020-09-14 19:15:55
阅读次数:
50
server { listen 80; server_name localhost; #charset koi8-r; #access_log /var/log/nginx/host.access.log main; location /static/ { alias /var/www/api/la ...
分类:
其他好文 时间:
2020-09-11 16:13:08
阅读次数:
52
Bash 命令的优先级 - Alias 复合命令(; && ||) 函数 内置命令(shell builtin) hash PATH 报错 元字符(Bash 解释器解释的特殊符号) # 9、 ^ 与 ! 都表示否定 [root@Centos7 test]# ls /test/a[!-1+]b.txt ...
分类:
系统相关 时间:
2020-09-03 16:54:28
阅读次数:
52