简介 简单题, 但是挺考验java数据结构的 code class Solution { public int[][] merge(int[][] intervals) { if (intervals.length == 0) { return new int[0][2]; } Arrays.sor ...
分类:
其他好文 时间:
2021-06-07 20:43:01
阅读次数:
0
1.命令输入 CAD梦想画图必须输入必要的指令与参数。 (1)命令行输入方式:所有命令均可以通过命令行输入(不区分大小写),另有部分命令通过命令行输入时可以缩写。如图: 例如:矩形的快捷键是rectang,它也可以输入rec这个快捷键也是可以的。命令行输入命令是在操作界面的左下角。如图“命令行输入” ...
分类:
其他好文 时间:
2021-06-07 20:42:19
阅读次数:
0
flyfhj 2019-01-25 09:56:00 31335 已收藏 10版权关于JVM参数-XX:SurvivorRatio的理解JVM参数中有一个比较重要的参数SurvivorRatio,它定义了新生代中Eden区域和Survivor区域(From幸存区或To幸存区)的比例,默认为8,也就是 ...
分类:
其他好文 时间:
2021-06-07 20:39:20
阅读次数:
0
IIS短文件名泄露漏洞检测 http://www.xxxx.com/*~1****/a.aspx http://www.xxxx.com/l1j1e*~1****/a.aspx If the first one return an HTTP 404 and the second one return ...
分类:
其他好文 时间:
2021-06-07 20:37:21
阅读次数:
0
1.在自己的服务器中找到redis的配置文件 redis.conf 使用命令vi redis.conf或vim redis.conf ...
分类:
其他好文 时间:
2021-06-07 20:35:04
阅读次数:
0
想在linux环境下打开一个网页,环境描述:在窗口模式下,打Terminal,然后从本地服务器ssh到了另一个服务器,想执行firefox命令打开一个网页,如下 [root@pc207 ~]# firefox http://www.a.com Error: no display specified ...
分类:
Web程序 时间:
2021-06-07 20:34:32
阅读次数:
0
The production process of sand making machine is mainly as: (stock bin) - feeder - jaw crusher - impact crusher - vibrating screen - (finished product... ...
分类:
系统相关 时间:
2021-06-07 20:28:50
阅读次数:
0
例2引入了Region的概念。 例1中我们提到bootstrapper与app.xaml.cs,现在是这样的: public partial class App : PrismApplication { protected override Window CreateShell() { return ...
分类:
其他好文 时间:
2021-06-07 20:28:38
阅读次数:
0
1.vlan的基本概念 特点 隔离广播 方便管理 提高安全 vlan接口 Access接口 Trunk接口 2、Hybrid接口 2.1 特点 华为交换机接口默认为Hybrid模式 既可以实现Access接口的功能,也可以实现Trunk接口的功能 不借助三层设备即可实现跨VLAN通信和访问控制 Hy ...
分类:
其他好文 时间:
2021-06-07 20:23:14
阅读次数:
0
494. 目标和 一看数据最多才20个,直接暴力DFS感觉能过,没想到真过了o(╯□╰)o class Solution { int ans = 0; public int findTargetSumWays(int[] nums, int target) { int n = nums.length ...
分类:
其他好文 时间:
2021-06-07 20:19:24
阅读次数:
0