http://www.ruanyifeng.com/blog/2021/03/weekly-issue-148.html 中国经济高速增长了40年,我们每个人都受益。但是接下来,可能不会增长这么快了。 我最近读到一篇微信公号的文章,很赞同它的观点,忍不住想分享给大家。文章的大意是,中国经济的微增长时 ...
分类:
其他好文 时间:
2021-03-06 14:14:10
阅读次数:
0
垂直方向的努力更有意义,水平方向的努力意义不大 拷贝自 http://www.ruanyifeng.com/blog/2018/09/weekly-issue-21.html http://www.ruanyifeng.com/blog/2021/01/weekly-issue-144.html ...
分类:
其他好文 时间:
2021-02-18 13:45:12
阅读次数:
0
Double-weekly-contest-36 排名不高,再接再厉 1/5515. 设计停车系统 简单题,没什么好说的 class ParkingSystem { int[] carContainers; public ParkingSystem(int big, int medium, int ...
分类:
其他好文 时间:
2020-11-11 16:47:39
阅读次数:
26
前端行业发展飞速,新技术如雨后春笋般快速出现,尤其是各种小程序陆续推出,相关的信息、文章也铺天盖地的遍布在各处,我们有时候会困惑,不知道哪些信息对于自己是有价值的,那么TNFE-腾讯新闻前端团队启动了这个周刊项目,为所有的前端开发人员整理出小程序相关以及其它web前端技术领域的精品内容。我们坚持每周为你提供高质量的关于小程序、h5等前端领域的文章和项目。项目地址:https://github.co
分类:
其他好文 时间:
2020-09-14 18:44:08
阅读次数:
26
教程 Flutter瀑布流及通用列表解决方案 Canonical 在 Linux 上提供 Flutter 桌面应用支持 插件 koukicons-flutter 🍪 Colorful Icons for your Flutter App fontify Converts SVG icons to ...
分类:
其他好文 时间:
2020-07-24 15:29:24
阅读次数:
77
Record the process of Leetcode by issue Weekly Contest Date Weekly Contest 162 11/10/2019 BiWeekly Contest 13 11/16/2019 Weekly Contest 163 11/17/2019 ...
分类:
其他好文 时间:
2020-07-21 14:05:16
阅读次数:
84
周赛地址(英):weekly contest 197 周赛地址(中):第 197 场周赛 仓库地址:week-Leetcode 1512. Number of Good Pairs Given an array of integers nums. A pair (i,j) is called goo ...
分类:
其他好文 时间:
2020-07-12 22:23:56
阅读次数:
56
教程 Flutter 和桌面应用的最新进展 译】Flutter vs React Native vs Native:深度性能比较 Flutter 中的图文混排与原理解析 告别 Flutter Channel,调用 Native API 仅需一行代码! Flutter 核心原理与混合开发模式 我们用 ...
分类:
其他好文 时间:
2020-07-08 13:06:24
阅读次数:
61
链接:LeetCode [Leetcode]5452. 判断能否形成等差数列 给你一个数字数组 arr 。如果一个数列中,任意相邻两项的差总等于同一个常数,那么这个数列就称为 等差数列 。 如果可以重新排列数组形成等差数列,请返回 true ;否则,返回 false 。 排序后暴力即可。 class ...
分类:
其他好文 时间:
2020-07-06 10:47:00
阅读次数:
56
周赛地址(英):weekly contest 196 周赛地址(中):第 196 场周赛 仓库地址:week-Leetcode 1502. Can Make Arithmetic Progression From Sequence Given an array of numbers arr. A s ...
分类:
其他好文 时间:
2020-07-05 13:51:11
阅读次数:
57