2018年5月14日

LeetCode第[62]题(Java):Unique Paths 及扩展

摘要: 题目:唯一路径(机器人走方格) 难度:Medium 题目内容: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only mo 阅读全文

posted @ 2018-05-14 23:50 清风吹斜阳 阅读(292) 评论(0) 推荐(0) 编辑

localhost不能访问127.0.0.1可以访问的原因以及解决办法

摘要: 今天在调试程序的时候,出现了一个奇怪问题,localhost不能访问但127.0.0.1可以访问? localhost与127.0.0.1的概念和工作原理之不同 要比较两个东西有什么不同,首先要弄清两者的概念。所以,我们从概念开始。 localhost:也叫local ,正确的解释是:本地服务器 1 阅读全文

posted @ 2018-05-14 21:01 清风吹斜阳 阅读(2115) 评论(0) 推荐(0) 编辑

LeetCode第[56]题(Java):Merge Intervals

摘要: 题目:合并区间 难度:Medium 题目内容: Given a collection of intervals, merge all overlapping intervals. Given a collection of intervals, merge all overlapping inter 阅读全文

posted @ 2018-05-14 00:14 清风吹斜阳 阅读(261) 评论(0) 推荐(0) 编辑

导航