摘要: Webstorm 创建html5 文件快捷键 Ctrl+alt+Insert 如何在WebStorm中光标移到最后最前:End 和 Home 如何迅速在多行同位置插入相同内容? 点击,Alt,按住往下拖 如何快速复制 / 删除光标所在行内容?Ctrl + D / Ctrl + X 选中文字,Ctrl 阅读全文
posted @ 2019-01-30 14:38 Schwifty 阅读(160) 评论(0) 推荐(0)
摘要: Given an array nums of n integers and an integer target, are there elements a, b, c, and d in nums such that a + b + c + d = target? Find all unique q 阅读全文
posted @ 2019-01-30 13:11 Schwifty 阅读(162) 评论(0) 推荐(0)
摘要: Given a linked list, swap every two adjacent nodes and return its head. Example: Note: Your algorithm should use only constant extra space. You may no 阅读全文
posted @ 2019-01-30 11:16 Schwifty 阅读(86) 评论(0) 推荐(0)
摘要: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 阅读全文
posted @ 2019-01-30 09:21 Schwifty 阅读(171) 评论(0) 推荐(0)