上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1.原题: https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/ Given an integer n, return any array containing n unique integers such that 阅读全文
posted @ 2020-01-02 08:46 Parachute黑喵 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1.原题: https://leetcode.com/problems/minimum-time-visiting-all-points/ On a plane there are n points with integer coordinates points[i] = [xi, yi]. You 阅读全文
posted @ 2020-01-01 19:35 Parachute黑喵 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1.原题: https://leetcode.com/problems/split-a-string-in-balanced-strings/ Split a String in Balanced Strings: Balanced strings are those who have equal 阅读全文
posted @ 2019-12-31 14:54 Parachute黑喵 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 今天开个JS自学笔记,本身JS的语法很简单,如果学过Java或者C系的都很容易,就不讨论了。主要是讨论实际应用的问题。 1.表单验证: a.html自动验证: HTML 表单验证可以通过浏览器来自动完成。如果表单字段 (fname) 的值为空, required 属性会阻止表单提交: <form a 阅读全文
posted @ 2019-12-26 17:16 Parachute黑喵 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 1.原题: https://leetcode.com/problems/find-numbers-with-even-number-of-digits/ Given an array nums of integers, return how many of them contain an even 阅读全文
posted @ 2019-12-24 16:52 Parachute黑喵 阅读(260) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页