class Solution(object): def merge(self, nums1, m, nums2, n): """ :type nums1: List[int] :type m: int :type nums2: List[int] :type n: int :rtype: vo... ...
分类:
其他好文 时间:
2017-12-30 22:40:35
阅读次数:
220
2017年了,今天是最后一个工作日,回想起2015年,有了点变化,但是似乎又没有变化,人生也算买入了第二阶段,期待2018,不忘初心,方得始终。You can conquer anything as long as you can conquer yourself and you must can. ...
分类:
其他好文 时间:
2017-12-29 18:15:26
阅读次数:
290
Error 404--Not Found 错误From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:10.4.5 404 Not FoundThe server has not found anything matching the Request-URI. No indication is given of whether the condi
分类:
Web程序 时间:
2017-12-29 16:54:04
阅读次数:
596
leetcode 第一天 2017年12月24日 第一次刷leetcode真的是好慢啊,三道题用了三个小时,而且都是简单题。 数组 1.(674)Longest Continuous Increasing Subsequence JAVA Python 2.(283)Move Zeroes JAVA ...
分类:
其他好文 时间:
2017-12-26 00:46:22
阅读次数:
145
http://api.jquery.com/jquery.ajax/ ...
分类:
Web程序 时间:
2017-12-19 12:42:02
阅读次数:
310
在Web开发者中,Google Chrome是使用最广泛的浏览器。六周一次的发布周期和一套强大的不断扩大开发功能,使其成为了web开发者必备的工具。你可能已经熟悉了它的部分功能,如使用console和debugger在线编辑CSS。在这篇文章中,我们将分享15个有助于改进你的开发流程的技巧。 一、快 ...
分类:
其他好文 时间:
2017-12-04 15:01:21
阅读次数:
167
一、 Django的认证系统 Django自带一个用户认证系统,用于处理用户账户、群组、许可和基于cookie的用户会话。 1.1 概览 Django的认证系统包含了身份验证和权限管理两部分。简单地说,身份验证用于核实某个用户是否是合法用户,权限管理则是决定一个合法用户具有哪些权限。这里,“身份验证 ...
分类:
其他好文 时间:
2017-12-03 15:39:15
阅读次数:
420
Less的转义字符 有时候,当需要引入无效的CSS语法或Less不能识别的字符,就需要使用转义字符。此时,就可以在字符串前面加一个 ~,并将需要转义的字符串放在 "" 中。格式为: ~"anything" 在编译时,任何包含在 ~"anything" 中的内容,将会原封不动的输出到编译后的CSS文件 ...
分类:
其他好文 时间:
2017-11-27 16:56:55
阅读次数:
219
What a Proxy does is handle communication for an Object. To create a proxy object, we use the Proxy constructor - new Proxy();. The proxy constructor ...
分类:
其他好文 时间:
2017-11-26 16:47:43
阅读次数:
170
If you're storing anything in MySQL databases that you do not want to lose, it is very important to make regular backups of your data to protect it fr ...
分类:
数据库 时间:
2017-11-20 23:10:22
阅读次数:
228