被支付宝账单惊呆了… 仔细算了下每个月固定开销: 每月饮食开销:4(早餐) + 25(中餐) + […]
JavaScript-Date()在Safari遇到的问题
在Safari浏览器中从yyyy-mm-dd 00:00:00格式转化为Date对象中间的空格必需替换为 […]
JavaScript-深入理解Promise(一)
Promise对象的含义 Promise对象作为ES6新加入的用法,是异步操作的一种解决方案。 对象的状态不受 […]
为什么程序员对旧代码深恶痛绝?
看到一篇推送…深有同感,下面是推送全文: 最近有人问我,为什么软件开发者非常痛恨维护 […]
01 Matrix-LeetCode#542
542.01 Matrix Given a matrix consists of 0 and 1, find […]
2018/11/20-分享一张我搬砖的背影
Score of Parentheses-LeetCode#856
856.Score of Parentheses Given a balanced parentheses s […]
Js 滑动模块
em我第一次封装自己写的插件,虽然很简单(中间遇到的bug还是很多的啊啊) GitHub: https://g […]
Symmetric Tree-LeetCode#101
101. Symmetric Tree Given a binary tree, check whether […]
Median of Two Sorted Arrays-LeetCode#4
4. Median of Two Sorted Arrays There are two sorted arr […]