@wcj/github-rank
Advanced tools
Comparing version 19.9.10 to 19.9.11
[ | ||
{ | ||
"title": "程序员不装x能行?先给登录来一个图形验证码!(canvas实现)", | ||
"description": "细心的同学可以发现,现在很多网站当登录多次之后就会出现一个图形验证码,或是当提交表单、或点击获取手机验证码等等场景都会有图形验证码的出现。", | ||
"url": "https://segmentfault.com/a/1190000020333872", | ||
"author": "我的小熊不见了", | ||
"home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao", | ||
"votes": "10", | ||
"title": "阿里巴巴公布新「六脉神剑」:认真生活,快乐工作", | ||
"description": "获悉,阿里巴巴董事局主席马云今日卸任,阿里发布新「六脉神剑」(详见下图)。此外,阿里公布,公司的愿景是到 2036 年,服务 20 亿消费者,创造 1 亿就业机会,帮助 1000 万家中小企业盈利;公司的使命是让天下...", | ||
"url": "https://segmentfault.com/a/1190000020350676", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "6", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "Service Mesh 发展趋势:云原生中流砥柱", | ||
"description": "本文内容整理自 5月25日 在 Kubernetes & Cloud Native Meetup 上海站发表的主题演讲,主要介绍了 Service Mesh 最新的产品动态,分析其发展趋势和未来走向;结合蚂蚁金服的上云实践,阐述在云原生背景下 Ser...", | ||
"url": "https://segmentfault.com/a/1190000020337553", | ||
"author": "蚂蚁金服科技", | ||
"home_url": "https://segmentfault.com/u/mayijinfukeji", | ||
"votes": "1", | ||
"title": "阿里巴巴「新六脉神剑」背后的故事", | ||
"description": "“新六脉神剑”价值观由六句阿里土话组成,每一句话背后都有一个阿里发展历史上的小故事,表达了阿里人与世界相处的态度。", | ||
"url": "https://segmentfault.com/a/1190000020350890", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "3", | ||
"rank": 2 | ||
}, | ||
{ | ||
"title": "手把手教你搭建脚手架工具 - (commander)", | ||
"description": "随着NodeJs的不断发展,对于前端来说要做的东西也就更多,Vue脚手架React脚手架等等等一系列的东西都脱颖而出,进入到人们的视野当中,对于这些脚手架工具来讲也只是停留在应用阶段,从来没有想过脚手架是如何实...", | ||
"url": "https://segmentfault.com/a/1190000020335010", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"title": "IDEA 2019.2.2激活破解教程(亲测有效,持续更新中...)", | ||
"description": "本来笔者这边是有个正版激活码可以使用的,但是,2019.9月3号的时候,一些小伙伴反映这个注册码已经失效了,于是拿着自己的 IDEA, 赶快测试了一下,果不其然,已然是不能用了。", | ||
"url": "https://segmentfault.com/a/1190000020351726", | ||
"author": "犬小哈", | ||
"home_url": "https://segmentfault.com/u/quanxiaoha", | ||
"votes": "2", | ||
@@ -30,52 +30,52 @@ "rank": 3 | ||
{ | ||
"title": "36 个JS 面试题为你助力金九银十(面试必读)", | ||
"description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"url": "https://segmentfault.com/a/1190000020304477", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "23", | ||
"title": "学习 lodash 源码整体架构,打造属于自己的函数式编程类库", | ||
"description": "这是学习源码整体架构系列第三篇。整体架构这词语好像有点大,姑且就算是源码整体结构吧,主要就是学习是代码整体结构,不深究其他不是主线的具体函数的实现。文章学习的是打包整合后的代码,不是实际仓库中的拆...", | ||
"url": "https://segmentfault.com/a/1190000020350442", | ||
"author": "若川", | ||
"home_url": "https://segmentfault.com/u/lxchuan12", | ||
"votes": "4", | ||
"rank": 4 | ||
}, | ||
{ | ||
"title": "Node.JS 应用最佳实践:日志", | ||
"description": "作者:Mahesh Haldar翻译:疯狂的技术宅 原文:[链接] 未经允许严禁转载 日志记录是每个开发人员从第一天编写代码时就要做的事情,但很少有人知道它可以产生的价值和最佳实践。 在本文中,我们将讨论以下主题: ...", | ||
"url": "https://segmentfault.com/a/1190000020333159", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "5", | ||
"title": "重学this关键字", | ||
"description": "总有一些面试官喜欢问你一段不可能这么写的代码。看一道经典且古老的面试题(学完本文后,末尾会有一道更复杂的面试题等着你哦!)", | ||
"url": "https://segmentfault.com/a/1190000020341118", | ||
"author": "koala", | ||
"home_url": "https://segmentfault.com/u/na_5a545653c24d9", | ||
"votes": "15", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "新闻类网页正文通用抽取器", | ||
"description": "这篇论文中描述的算法看起来简洁清晰,并且符合逻辑。但由于论文中只讲了算法原理,并没有具体的语言实现,所以我使用 Python 根据论文实现了这个抽取器。并分别使用今日头条、网易新闻、游民星空、观察者网、凤...", | ||
"url": "https://segmentfault.com/a/1190000020335593", | ||
"author": "青南", | ||
"home_url": "https://segmentfault.com/u/qingnan", | ||
"votes": "3", | ||
"title": "DNSPod 改版回归,现已开放内部体验", | ||
"description": "2019 年 9 月 9 日,DNSpod 官方微信账号发布通知,时隔 13 年,将推出全新版本,并已开放内部体验。", | ||
"url": "https://segmentfault.com/a/1190000020349280", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "2", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "不做会死!互联网时代的企业必定都要实现中台", | ||
"description": "AI 前线导读: 自 2018 年底以来,伴随着阿里、腾讯、百度、京东等一众互联网巨头的大规模组织架构调整,“中台”的热度陡然攀升。一时间,各大互联网公司纷纷开始跟随建设中台。中台的概念是被阿里带火的,2015 年...", | ||
"url": "https://segmentfault.com/a/1190000020337112", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "1", | ||
"title": "技术团队的学习方法:每天学习 100 分钟,成功写出 2 本书", | ||
"description": "“雷哥,我感觉我工作 2 年了,天天都是在用 PHP 写业务逻辑,CURD,CURD,CURD,虽然很努力也很累,但是感觉自己也没什么成长……”", | ||
"url": "https://segmentfault.com/a/1190000020347222", | ||
"author": "LNMPR源码研究", | ||
"home_url": "https://segmentfault.com/u/php7internal", | ||
"votes": "5", | ||
"rank": 7 | ||
}, | ||
{ | ||
"title": "如何实现Web页面录屏?", | ||
"description": "摘要: 很有意思的操作... 原文:web页面录屏实现 译者:frontdog Fundebug经授权转载,版权归原作者所有。 写在前面的话 在看到评论后,突然意识到自己没有提前说明,本文可以说是一篇调研学习文,是我自己感觉...", | ||
"url": "https://segmentfault.com/a/1190000020332146", | ||
"author": "Fundebug", | ||
"home_url": "https://segmentfault.com/u/fundebug", | ||
"votes": "4", | ||
"title": "在spring boot中一种综合查询的新想法", | ||
"description": "在实际的开发中,会遇到这样的问题:我们在综合查询中,接收到了很多个参数,比如:pageAllOfCurrentUserBySpecification(Long districtId, Long departmentId, String name, String code, Pageable pageable),...", | ||
"url": "https://segmentfault.com/a/1190000020347972", | ||
"author": "myskies", | ||
"home_url": "https://segmentfault.com/u/myskies", | ||
"votes": "3", | ||
"rank": 8 | ||
}, | ||
{ | ||
"title": "面试官: 100万个成员的数组取第一个和最后一个有性能差距吗?", | ||
"description": "除此之外,我们在平时的业务开发中会经常出现数组一把梭的情况,大多数情况下我们都会用数组的形式进行操作,而有读源码习惯的开发者可能会发现,在一些底层库中,我们可能平时用数组的地方,底层库却选择了另外的数据...", | ||
"url": "https://segmentfault.com/a/1190000020333802", | ||
"author": "程序员面试官", | ||
"home_url": "https://segmentfault.com/u/cxymsg", | ||
"title": "Java字节码增强探秘", | ||
"description": "Java之所以可以“一次编译,到处运行”,一是因为JVM针对各种操作系统、平台都进行了定制,二是因为无论在什么平台,都可以编译生成固定格式的字节码(.class文件)供JVM使用。因此,也可以看出字节码对于Java生态...", | ||
"url": "https://segmentfault.com/a/1190000020345321", | ||
"author": "美团技术团队", | ||
"home_url": "https://segmentfault.com/u/meituanjishutuandui", | ||
"votes": "5", | ||
@@ -85,88 +85,88 @@ "rank": 9 | ||
{ | ||
"title": "SegmentFault 思否 —— 新媒体账号一览", | ||
"description": "SegmentFault 思否社区上线于 2012 年 6 月,至今累积注册用户数 250 万+,月独立访客数 1500万+。目前已帮助开发者解决超过 30 万个技术问题,每日增长问答数据 1000 条+,优质原创技术文章 100,000篇+,并已邀...", | ||
"url": "https://segmentfault.com/a/1190000020336555", | ||
"author": "SegmentFault", | ||
"home_url": "https://segmentfault.com/u/segmentfault", | ||
"votes": "1", | ||
"title": "空手套白狼-我的互联网草根创业亲身经历", | ||
"description": "和大多数人一样,我出生寒门学子,没钱没势,所有的一切都是从零开始,只能空手套白狼,本文章主要是为了分享下我个人的创业经历以及一个产品从无到有的过程,后面也会聊到我做H5工具的相关技术方案,希望能帮助...", | ||
"url": "https://segmentfault.com/a/1190000020344209", | ||
"author": "馒头", | ||
"home_url": "https://segmentfault.com/u/mtsee", | ||
"votes": "5", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "深入理解 Java 中 SPI 机制", | ||
"description": "SPI(Service Provider Interface),是JDK内置的一种服务提供发现机制,本文由浅入深地介绍了Java SPI机制。", | ||
"url": "https://segmentfault.com/a/1190000020336469", | ||
"author": "vivo互联网技术", | ||
"home_url": "https://segmentfault.com/u/vivo_tech", | ||
"votes": "1", | ||
"title": "JavaScript:如何获取某一天所在的星期", | ||
"description": "我们这里来获取今天所在星期的始末日期,我们可以通过(new Date).getDay()来获取今天是星期几,然后再通过这个减去或者加上一定的天数,就是这个星期的开始日期和结束日期。", | ||
"url": "https://segmentfault.com/a/1190000020342937", | ||
"author": "wenzi", | ||
"home_url": "https://segmentfault.com/u/wenzi0_0", | ||
"votes": "5", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "通用大数据架构为什么不适合处理物联网数据?", | ||
"description": "为处理日益增长的互联网数据,众多的工具开始出现,最流行的应该是 Hadoop 体系。除使用大家所熟悉的 Hadoop 组件如 HDFS,MapReduce, HBase, Hive 外,通用的大数据处理平台往往还使用 Kafka 或其他消息队列工具...", | ||
"url": "https://segmentfault.com/a/1190000020336362", | ||
"author": "涛思数据", | ||
"home_url": "https://segmentfault.com/u/taosishuju", | ||
"votes": "1", | ||
"title": "ElasticSearch分片定位与内部原理", | ||
"description": "ElasticSearch分片定位与内部原理 路由文档到一个分片 文档会被存储到一个主分片中。Elasticsearch是如何知道一个文档应该存放到哪个分片中呢? 实际上,这个过程是根据下面这个公式决定的: shard = hash(routin...", | ||
"url": "https://segmentfault.com/a/1190000020349864", | ||
"author": "小鸡", | ||
"home_url": "https://segmentfault.com/u/be_coding", | ||
"votes": "2", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "精读《React Hooks 最佳实践》", | ||
"description": "React 16.8 于 2019.2 正式发布,这是一个能提升代码质量和开发效率的特性,笔者就抛砖引玉先列出一些实践点,希望得到大家进一步讨论。", | ||
"url": "https://segmentfault.com/a/1190000020329053", | ||
"author": "黄子毅", | ||
"home_url": "https://segmentfault.com/u/aoyangyudakong", | ||
"votes": "6", | ||
"title": "如何在 Laravel 中正确地返回 HTTP 状态码", | ||
"description": "写 API 时其中有一个重要的地方是更好的处理响应状态码。以前,我一般会使用不常用的 Integer 类型数字作为 HTTP 状态码 。看下面的这个例子:", | ||
"url": "https://segmentfault.com/a/1190000020340667", | ||
"author": "Charlie_Jade", | ||
"home_url": "https://segmentfault.com/u/summerblue", | ||
"votes": "7", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "使用 queueMicrotask 来执行微任务", | ||
"description": "写这篇文章的原因是因为,这几天在看 core-js 的源码,然后发现了 queueMicrotask 的实现。由于之前做的项目,对于微任务的执行需求,一般是使用 asap 这个库来完成的,如果没有使用这个库的话,简易版本可以通过...", | ||
"url": "https://segmentfault.com/a/1190000020332724", | ||
"author": "littleLyon", | ||
"home_url": "https://segmentfault.com/u/littlelyon", | ||
"votes": "2", | ||
"title": "把 WebAssembly 用于提升速度和代码重用", | ||
"description": "有这样一种技术,可以把用高级语言编写的非 Web 程序转换成为 Web 准备的二进制模块,而无需对 Web 程序的源代码进行任何更改即可完成这种转换。浏览器可以有效地下载新翻译的模块并在沙箱中执行。执行的 Web 模...", | ||
"url": "https://segmentfault.com/a/1190000020333196", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "8", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "蚂蚁SOFA系列(2) - SOFABoot的Readiness健康检查机制", | ||
"description": "SOFABoot是蚂蚁金服的开源框架,在原有Spring Boot的基础上增强了不少能力,例如Readiness Check,类隔离,日志空间隔离等能力。除此之外,SOFABoot还可以方便的整合SOFA技术栈所包含的各类中间件。如果想要对SOF...", | ||
"url": "https://segmentfault.com/a/1190000020330022", | ||
"author": "404p", | ||
"home_url": "https://segmentfault.com/u/404p", | ||
"votes": "3", | ||
"title": "深入 JS 对象属性", | ||
"description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"url": "https://segmentfault.com/a/1190000020259185", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "4", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "听说,有个同事因为关闭服务器被打进 ICU ……", | ||
"description": "<center>提问:你是如何关闭电脑的?<br/></center>", | ||
"url": "https://segmentfault.com/a/1190000020332852", | ||
"author": "良许", | ||
"home_url": "https://segmentfault.com/u/liangxu_5d63396040bb5", | ||
"votes": "2", | ||
"title": "QueryPHP V1-beta.5 改进 ORM 设计体验", | ||
"description": "QueryPHP 是一款现代化的高性能 PHP 渐进式协程框架, 我们还是主要面向传统 PHP-FPM 场景,以工程师用户体验为历史使命,让每一个 PHP 应用都有一个好框架。", | ||
"url": "https://segmentfault.com/a/1190000020343754", | ||
"author": "QueryPHP", | ||
"home_url": "https://segmentfault.com/u/queryphp", | ||
"votes": "1", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "阿里巴巴资深技术专家雷卷:值得开发者关注的 Java 8 后时代的语言特性", | ||
"description": "首先我们必须承认,Java 8 是一个里程碑式的版本,这个相信大多数Java程序员都认同,其中最知名的是 Streams & Lambda ,这让 Functional Programming 成为可能,让 Java 换发新的活力。这也是即便 Oracle 不...", | ||
"url": "https://segmentfault.com/a/1190000020332934", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "1", | ||
"title": "PHP 高性能 Excel 扩展 1.2.7 发布", | ||
"description": "xlswriter是一个PHP C扩展,可用于在Excel 2007+ XLSX文件中写入多个工作表的文本,数字,公式和超链接。", | ||
"url": "https://segmentfault.com/a/1190000020345021", | ||
"author": "凌云", | ||
"home_url": "https://segmentfault.com/u/snms", | ||
"votes": "2", | ||
"rank": 17 | ||
}, | ||
{ | ||
"title": "前端工程化之规范化", | ||
"description": "前段工程化主要目的就是提高团队的生产效率,可以理解为凡事能提升团队开发效率的规范,准则,工具啥的都可以归纳到前端工程化里面来; 最近也花了点时间把前端 team 的基本规范梳理了一下, 这里做一下总结. 现阶段我...", | ||
"url": "https://segmentfault.com/a/1190000020333272", | ||
"author": "appleguardu", | ||
"home_url": "https://segmentfault.com/u/appleguardu", | ||
"votes": "2", | ||
"title": "不要小看小小的 emoji 表情", | ||
"description": "这篇文章得从一个 emoji 表情开始,我之前开源的一个 IM 项目中有朋友提到希望可以支持 emoji 表情传输。", | ||
"url": "https://segmentfault.com/a/1190000020340518", | ||
"author": "crossoverJie", | ||
"home_url": "https://segmentfault.com/u/crossoverjie", | ||
"votes": "10", | ||
"rank": 18 | ||
}, | ||
{ | ||
"title": "sonar+Jenkins 构建代码质量自动化分析平台", | ||
"description": "Sonar 是一个用于管理代码质量的开源工具,可以分析代码中的bug和漏洞以及Code Smells,支持20多种编程语言的检测,如java,c/c++,python,php等语言,当前有超过85000家组织在使用sonar。Sonar可以与DevOps工具...", | ||
"url": "https://segmentfault.com/a/1190000020331221", | ||
"author": "民工哥技术之路", | ||
"home_url": "https://segmentfault.com/u/jishuroad", | ||
"title": "借助云开发轻松实现后台数据批量导出丨实战", | ||
"description": "我们在开发小程序的过程中,可能会有这样的需求:如何将云数据库里的数据批量导出到excel表里?这个需求可以用强大的云开发轻松实现!这里需要用到云函数,云存储和云数据库。可以说通过这一个例子,把小程序云开...", | ||
"url": "https://segmentfault.com/a/1190000020341847", | ||
"author": "CloudBase", | ||
"home_url": "https://segmentfault.com/u/tencenttcb", | ||
"votes": "2", | ||
@@ -176,7 +176,7 @@ "rank": 19 | ||
{ | ||
"title": "跨平台小程序开发风格指南", | ||
"description": "这是 Antmove 团队推出的小程序风格指南,该指南结合了微信小程序、支付宝小程序、百度小程序三大小程序框架特性沉淀而来的开发实践指南,旨在于建立一份适用于各小程序平台的开发规范,希望对众多小程序开发者们...", | ||
"url": "https://segmentfault.com/a/1190000020331087", | ||
"author": "高德应用生态团队", | ||
"home_url": "https://segmentfault.com/u/amap", | ||
"title": "JavaScript中如何反转数组", | ||
"description": "如果您需要反转数组元素的顺序,可以使用数组方法reverse()⏪,如下所示: 修改原始数组 需要注意的一点是它会改变原始数组。 如何在不改变原始数组的情况下反转数组 以下是一些不会改变原始数组的做法。我们来看...", | ||
"url": "https://segmentfault.com/a/1190000020338983", | ||
"author": "QETHAN", | ||
"home_url": "https://segmentfault.com/u/qethan", | ||
"votes": "3", | ||
@@ -186,43 +186,43 @@ "rank": 20 | ||
{ | ||
"title": "如何做到10万条数据渲染不卡顿", | ||
"description": "requestAnimationFrame方法 {代码...}", | ||
"url": "https://segmentfault.com/a/1190000020334598", | ||
"author": "faker", | ||
"home_url": "https://segmentfault.com/u/faker_5acebe0256c30", | ||
"votes": "1", | ||
"title": "Go内存分配那些事,就这么简单!", | ||
"description": "原文链接:[链接] 新老朋友好久不见,我是大彬,这篇文章准备了很久,不是在拖延,而是中间做了一些其他事情,耽搁了一些。 这篇文章主要介绍Go内存分配和Go内存管理,会轻微涉及内存申请和释放,以及Go垃圾回收...", | ||
"url": "https://segmentfault.com/a/1190000020338427", | ||
"author": "大彬", | ||
"home_url": "https://segmentfault.com/u/lessisbetter", | ||
"votes": "7", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "React input表单双向数据绑定仿Vue v-model实现", | ||
"description": "用过Vue的同学都知道,Vue里<input> 、 <textarea> 及 <select>等表单元素可以通过v-model指令实现双向数据绑定,也就是说,当用户通过交互改变表单的值时,表单绑定的数据也会同步响应,这一...", | ||
"url": "https://segmentfault.com/a/1190000020329465", | ||
"author": "岗伯伯", | ||
"home_url": "https://segmentfault.com/u/gangbobo", | ||
"votes": "3", | ||
"title": "Go 1.13 私有代理服务的构建", | ||
"description": "在 Go 1.13 版本的发布前,设置 GOPROXY 只能指定一个代理服务地址。进入 Go 1.13 版本后,GOPROXY 支持多代理设置,通过,隔开即可。如下:", | ||
"url": "https://segmentfault.com/a/1190000020340901", | ||
"author": "JayL", | ||
"home_url": "https://segmentfault.com/u/liujianping", | ||
"votes": "2", | ||
"rank": 22 | ||
}, | ||
{ | ||
"title": "JMH - Java 微基准测试工具", | ||
"description": "\"If you cannot measure it, you cannot improve it\".", | ||
"url": "https://segmentfault.com/a/1190000020328653", | ||
"author": "Richard_Yi", | ||
"home_url": "https://segmentfault.com/u/richard_yi", | ||
"votes": "3", | ||
"title": "前端这些年我到底经历了什么(上)", | ||
"description": "那时大学里这种专业的课除了数学和英语外,基本上都是些计算机语言的课程,比如《C#语言程序设计基础》、《面向对象程序设计》等。", | ||
"url": "https://segmentfault.com/a/1190000020338837", | ||
"author": "劳卜", | ||
"home_url": "https://segmentfault.com/u/chris", | ||
"votes": "7", | ||
"rank": 23 | ||
}, | ||
{ | ||
"title": "Java 12 新特性概述", | ||
"description": "Java 12 已如期于 3 月 19 日正式发布,此次更新是 Java 11 这一长期支持版本发布之后的一次常规更新,截至目前,Java 半年为发布周期,并且不会跳票承诺的发布模式,已经成功运行一年多了。通过这样的方式,Java...", | ||
"url": "https://segmentfault.com/a/1190000020330259", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "2", | ||
"title": "JSON Web Token 使用详解", | ||
"description": "JSON Web Token(缩写 JWT)是目前最流行的<font color='red'>跨域</font>认证解决方案。它是有三部分组成,示例如下,具体的讲解如下(jwt是不会有空行的,下面只是为了显示,便使用了换行看着比较方...", | ||
"url": "https://segmentfault.com/a/1190000020338885", | ||
"author": "前世与今生", | ||
"home_url": "https://segmentfault.com/u/sanrenqi", | ||
"votes": "5", | ||
"rank": 24 | ||
}, | ||
{ | ||
"title": "IEEE 编程语言排行榜_2019.09", | ||
"description": "9 月 6 日,IEEE Spectrum 更新了第六届顶级编程语言年度互动排名。今年 IEEE Spectrum 进行了重大改革,改变了一些基础指标并简化了排行榜界面。但基本思想和方法与去年仍然相同:将多个来源的数据结合起来,得...", | ||
"url": "https://segmentfault.com/a/1190000020331529", | ||
"author": "思否编辑部", | ||
"home_url": "https://segmentfault.com/u/sifoubianjibu", | ||
"title": "spring boot 2.0.x -> 2.1.x 如何设置mysql5.6引擎为innodb", | ||
"description": "最近更新为spring boot 2.1.7后,遇到了一系列小的问题。本文阐述下spring boot对mysql引擎的支持。", | ||
"url": "https://segmentfault.com/a/1190000020341755", | ||
"author": "myskies", | ||
"home_url": "https://segmentfault.com/u/myskies", | ||
"votes": "1", | ||
@@ -232,25 +232,25 @@ "rank": 25 | ||
{ | ||
"title": "React 组件通信", | ||
"description": "前面几篇文章介绍了 React 中的基础知识点,这篇文章将还是通过实例的方式记录一下 React 中组件之间的通信方式", | ||
"url": "https://segmentfault.com/a/1190000020327886", | ||
"author": "游荡de蝌蚪", | ||
"home_url": "https://segmentfault.com/u/youdangde_5c8b208a23f95", | ||
"votes": "5", | ||
"title": "Redis哨兵(Sentinel)模式快速入门", | ||
"description": "当主服务器宕机后,需要手动把一台从服务器切换为主服务器,这就需要人工干预,费事费力,还会造成一段时间内服务不可用。 所以更多时候,我们优先考虑哨兵(sentinel) 模式。", | ||
"url": "https://segmentfault.com/a/1190000020340915", | ||
"author": "全菜工程师小辉", | ||
"home_url": "https://segmentfault.com/u/mseddl", | ||
"votes": "3", | ||
"rank": 26 | ||
}, | ||
{ | ||
"title": "如何确保我们的数字遗产不会消失在未来", | ||
"description": "Forbidding Blocks. Concept: Mike Brill; Drawing: SafdarAbidi; Image courtesy of BOSTI.", | ||
"url": "https://segmentfault.com/a/1190000020330538", | ||
"author": "京东云技术新知", | ||
"home_url": "https://segmentfault.com/u/jdcdevloper", | ||
"votes": "1", | ||
"title": "element-ui的table表格表头与内容列不对齐问题", | ||
"description": "element-ui的table表格表头与内容列不对齐问题 解决办法:增加全局样式 {代码...}", | ||
"url": "https://segmentfault.com/a/1190000020344197", | ||
"author": "AaronYuan", | ||
"home_url": "https://segmentfault.com/u/yuan92", | ||
"votes": "2", | ||
"rank": 27 | ||
}, | ||
{ | ||
"title": "JavaScript中判断为整数的多种方式,以及保留两位小数", | ||
"description": "对于空字符串、字符串类型数字、布尔true、空数组都返回了true,真是难以接受。对这些类型的内部转换细节感兴趣的请参考:JavaScript中奇葩的假值", | ||
"url": "https://segmentfault.com/a/1190000020328961", | ||
"author": "杭州蘇小小", | ||
"home_url": "https://segmentfault.com/u/suhangweb", | ||
"title": "如何在 Apache Flink 中使用 Python API?", | ||
"description": "本文根据 Apache Flink 系列直播课程整理而成,由 Apache Flink PMC,阿里巴巴高级技术专家 孙金城 分享。重点为大家介绍 Flink Python API 的现状及未来规划,主要内容包括:Apache Flink Python API 的前世今生...", | ||
"url": "https://segmentfault.com/a/1190000020343928", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "2", | ||
@@ -260,19 +260,10 @@ "rank": 28 | ||
{ | ||
"title": "java随机数的陷阱", | ||
"description": "随机数我们应该不陌生,业务中我们用它来生成验证码,或者对重复性要求不高的id,甚至我们还用它在年会上搞抽奖。今天我们来探讨一下这个东西。如果使用不当会引发一系列问题。", | ||
"url": "https://segmentfault.com/a/1190000020332761", | ||
"author": "码农小胖哥", | ||
"home_url": "https://segmentfault.com/u/10000000", | ||
"title": "vue的基本使用", | ||
"description": "实现MVVM设计思想的框架,基本上都完成对DOM功能的极限封装,开发者几乎不用操作js-dom就可以完成页面的数据的关联交换。", | ||
"url": "https://segmentfault.com/a/1190000020340396", | ||
"author": "达叔小生", | ||
"home_url": "https://segmentfault.com/u/dashucoding", | ||
"votes": "1", | ||
"rank": 29 | ||
}, | ||
{ | ||
"title": "Active Network实践:构建Kubernetes平台的最佳工具", | ||
"description": "本文是Active Network公司IT副总裁Nate的分享,他将在文中介绍他们构建Kubernetes平台中用到的各类工具,为你构建稳定、可靠、便捷的K8S平台分享经验和建议。", | ||
"url": "https://segmentfault.com/a/1190000020330063", | ||
"author": "RancherLabs", | ||
"home_url": "https://segmentfault.com/u/rancher", | ||
"votes": "1", | ||
"rank": 30 | ||
} | ||
] |
[ | ||
{ | ||
"title": "36 个JS 面试题为你助力金九银十(面试必读)", | ||
"description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"url": "https://segmentfault.com/a/1190000020304477", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "23", | ||
"title": "程序员不装x能行?先给登录来一个图形验证码!(canvas实现)", | ||
"description": "细心的同学可以发现,现在很多网站当登录多次之后就会出现一个图形验证码,或是当提交表单、或点击获取手机验证码等等场景都会有图形验证码的出现。", | ||
"url": "https://segmentfault.com/a/1190000020333872", | ||
"author": "我的小熊不见了", | ||
"home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao", | ||
"votes": "31", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "重学this关键字", | ||
"description": "总有一些面试官喜欢问你一段不可能这么写的代码。看一道经典且古老的面试题(学完本文后,末尾会有一道更复杂的面试题等着你哦!)", | ||
"url": "https://segmentfault.com/a/1190000020341118", | ||
"author": "koala", | ||
"home_url": "https://segmentfault.com/u/na_5a545653c24d9", | ||
"votes": "15", | ||
"rank": 2 | ||
}, | ||
{ | ||
"title": "阿里巴巴公布新「六脉神剑」:认真生活,快乐工作", | ||
"description": "获悉,阿里巴巴董事局主席马云今日卸任,阿里发布新「六脉神剑」(详见下图)。此外,阿里公布,公司的愿景是到 2036 年,服务 20 亿消费者,创造 1 亿就业机会,帮助 1000 万家中小企业盈利;公司的使命是让天下...", | ||
"url": "https://segmentfault.com/a/1190000020350676", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "6", | ||
"rank": 3 | ||
}, | ||
{ | ||
"title": "一看就懂之webpack高级配置与优化", | ||
@@ -17,24 +35,33 @@ "description": "所谓打包多页面,就是同时打包出多个html页面,打包多页面也是使用html-webpack-plugin,只不过,在引入插件的时候是创建多个插件对象,因为一个html-webpack-plugin插件对象只能打包出一个html页面。如:", | ||
"home_url": "https://segmentfault.com/u/js_even_js", | ||
"votes": "35", | ||
"rank": 2 | ||
"votes": "44", | ||
"rank": 4 | ||
}, | ||
{ | ||
"title": "程序员不装x能行?先给登录来一个图形验证码!(canvas实现)", | ||
"description": "细心的同学可以发现,现在很多网站当登录多次之后就会出现一个图形验证码,或是当提交表单、或点击获取手机验证码等等场景都会有图形验证码的出现。", | ||
"url": "https://segmentfault.com/a/1190000020333872", | ||
"author": "我的小熊不见了", | ||
"home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao", | ||
"votes": "10", | ||
"rank": 3 | ||
"title": "阿里巴巴「新六脉神剑」背后的故事", | ||
"description": "“新六脉神剑”价值观由六句阿里土话组成,每一句话背后都有一个阿里发展历史上的小故事,表达了阿里人与世界相处的态度。", | ||
"url": "https://segmentfault.com/a/1190000020350890", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "3", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "一种对开发更友好的前端骨架屏自动生成方案", | ||
"description": "(马蜂窝技术原创内容,公众号 ID:mfwtech) 一份来自 Akamai 的研究报告显示,在对 1048 名网购户进行采访后发现: 约 47% 的用户期望他们的页面在两秒之内加载完成。 如果页面加载时间超过 3s,约 40% 的用户...", | ||
"url": "https://segmentfault.com/a/1190000020309764", | ||
"author": "马蜂窝技术", | ||
"home_url": "https://segmentfault.com/u/mafengwojishu", | ||
"votes": "41", | ||
"rank": 4 | ||
"title": "36 个JS 面试题为你助力金九银十(面试必读)", | ||
"description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"url": "https://segmentfault.com/a/1190000020304477", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "29", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "学习 lodash 源码整体架构,打造属于自己的函数式编程类库", | ||
"description": "这是学习源码整体架构系列第三篇。整体架构这词语好像有点大,姑且就算是源码整体结构吧,主要就是学习是代码整体结构,不深究其他不是主线的具体函数的实现。文章学习的是打包整合后的代码,不是实际仓库中的拆...", | ||
"url": "https://segmentfault.com/a/1190000020350442", | ||
"author": "若川", | ||
"home_url": "https://segmentfault.com/u/lxchuan12", | ||
"votes": "4", | ||
"rank": 7 | ||
}, | ||
{ | ||
"title": "前端理解依赖注入(控制反转)", | ||
@@ -45,13 +72,13 @@ "description": "前端的技术的极速发展,对前端同学来说也是一个不小的挑战,有各种各样的东西需要学,在开发过程中经常会被后端同学嘲讽,对于前端来讲根本就不存在类的概念,很多时候需要把大量的业务代码堆积在页面或者组件中...", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "21", | ||
"rank": 5 | ||
"votes": "27", | ||
"rank": 8 | ||
}, | ||
{ | ||
"title": "如何写一份好的前端面试简历?", | ||
"description": "在写简历之前,我们必须清楚的了解一件事情,那就是简历是什么?它不是人生履历,不是项目清单,也不是技能大放送。简历的存在只有一个目的 —— 帮你约到面试。只要能达到这个目的,简历可以是一段视频,一个开源...", | ||
"url": "https://segmentfault.com/a/1190000020322946", | ||
"author": "Eno_Yao", | ||
"home_url": "https://segmentfault.com/u/enoy", | ||
"votes": "21", | ||
"rank": 6 | ||
"title": "一种对开发更友好的前端骨架屏自动生成方案", | ||
"description": "(马蜂窝技术原创内容,公众号 ID:mfwtech) 一份来自 Akamai 的研究报告显示,在对 1048 名网购户进行采访后发现: 约 47% 的用户期望他们的页面在两秒之内加载完成。 如果页面加载时间超过 3s,约 40% 的用户...", | ||
"url": "https://segmentfault.com/a/1190000020309764", | ||
"author": "马蜂窝技术", | ||
"home_url": "https://segmentfault.com/u/mafengwojishu", | ||
"votes": "46", | ||
"rank": 9 | ||
}, | ||
@@ -64,24 +91,15 @@ { | ||
"home_url": "https://segmentfault.com/u/jiavan", | ||
"votes": "15", | ||
"rank": 7 | ||
"votes": "21", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "SegmentFault思否征文 | 一起分享你的故事!", | ||
"description": "提前祝大家中秋节快乐呀!是不是从现在就已经开始期盼中秋假期了呢,反正小编是。吃着月饼,赏着月亮,人在岁月静好的时候最容易回忆过往,所以此时此刻,思否小姐姐又双叒叕来搞事情啦!", | ||
"url": "https://segmentfault.com/a/1190000020286982", | ||
"author": "SegmentFault", | ||
"home_url": "https://segmentfault.com/u/segmentfault", | ||
"votes": "27", | ||
"rank": 8 | ||
"title": "如何写一份好的前端面试简历?", | ||
"description": "在写简历之前,我们必须清楚的了解一件事情,那就是简历是什么?它不是人生履历,不是项目清单,也不是技能大放送。简历的存在只有一个目的 —— 帮你约到面试。只要能达到这个目的,简历可以是一段视频,一个开源...", | ||
"url": "https://segmentfault.com/a/1190000020322946", | ||
"author": "Eno_Yao", | ||
"home_url": "https://segmentfault.com/u/enoy", | ||
"votes": "26", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "Node.JS 应用最佳实践:日志", | ||
"description": "作者:Mahesh Haldar翻译:疯狂的技术宅 原文:[链接] 未经允许严禁转载 日志记录是每个开发人员从第一天编写代码时就要做的事情,但很少有人知道它可以产生的价值和最佳实践。 在本文中,我们将讨论以下主题: ...", | ||
"url": "https://segmentfault.com/a/1190000020333159", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "5", | ||
"rank": 9 | ||
}, | ||
{ | ||
"title": "前端十大经典算法", | ||
@@ -92,4 +110,4 @@ "description": "非线性时间比较类排序:通过比较来决定元素间的相对次序,由于其时间复杂度不能突破O(nlogn),因此称为非线性时间比较类排序。线性时间非比较类排序:不通过比较来决定元素间的相对次序,它可以突破基于比较排序...", | ||
"home_url": "https://segmentfault.com/u/qianxiaqingkong", | ||
"votes": "139", | ||
"rank": 10 | ||
"votes": "141", | ||
"rank": 12 | ||
}, | ||
@@ -102,4 +120,4 @@ { | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "122", | ||
"rank": 11 | ||
"votes": "123", | ||
"rank": 13 | ||
}, | ||
@@ -112,33 +130,6 @@ { | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "198", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "过来人教你如何编写一份合格的技术简历", | ||
"description": "马上又要到跳槽旺季了,身边的一些朋友或多或少都在看更好的机会。 我也收到不少简历, 经我手的简历也都好几百份了, 有的写的很好, 有的写的没眼看, 差别很大。", | ||
"url": "https://segmentfault.com/a/1190000020202517", | ||
"author": "皮小蛋", | ||
"home_url": "https://segmentfault.com/u/scaukk", | ||
"votes": "94", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "goproxy.cn - 为中国 Go 语言开发者量身打造的模块代理", | ||
"description": "Go 1.13 的发布为 Go 带来了不少变化(详见:[链接] ),有些变化可能是开发者无法直接感觉到的,但有些又是和开发者日常开发息息相关的。其中,Go modules 的扶正就是这次 Go 1.13 发布中开发者能直接感觉到的最...", | ||
"url": "https://segmentfault.com/a/1190000020293616", | ||
"author": "煎鱼", | ||
"home_url": "https://segmentfault.com/u/eddycjy", | ||
"votes": "43", | ||
"votes": "201", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "面向对象之七大基本原则(javaScript)", | ||
"description": "面向对象编程有自己的特性与原则,如果对于面向对象有一些了解的话,面向对象三大特征,封装、继承、多态,如果对面向对这三个概念不太了解,请参考面向对象之三个基本特征(javaScript)", | ||
"url": "https://segmentfault.com/a/1190000020319171", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "26", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "给手机端页面留一个调试后门吧(vue)", | ||
@@ -149,12 +140,21 @@ "description": "当我们在浏览器开发vue页面时,由于浏览器对于调试有天然的支持,我们开发起来很方便。但是现在已经进入了移动端时代,移动端页面的需求越来越大。", | ||
"home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao", | ||
"votes": "53", | ||
"votes": "62", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "SegmentFault思否征文 | 一起分享你的故事!", | ||
"description": "提前祝大家中秋节快乐呀!是不是从现在就已经开始期盼中秋假期了呢,反正小编是。吃着月饼,赏着月亮,人在岁月静好的时候最容易回忆过往,所以此时此刻,思否小姐姐又双叒叕来搞事情啦!", | ||
"url": "https://segmentfault.com/a/1190000020286982", | ||
"author": "SegmentFault", | ||
"home_url": "https://segmentfault.com/u/segmentfault", | ||
"votes": "29", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "程序猿菜鸟打怪升级—一路火花带闪电", | ||
"description": "各位小伙伴,大家好!我是猿人谷,一名搬砖老菜鸟。蓦然回首这几年的打怪升级历程,不再是之前的年轻气盛,也没有百感交集,内心却像湖面躺着那株莲花一般,平静,荡不起半点涟漪。", | ||
"url": "https://segmentfault.com/a/1190000020319904", | ||
"author": "猿人谷", | ||
"home_url": "https://segmentfault.com/u/yuanrengu", | ||
"votes": "13", | ||
"title": "过来人教你如何编写一份合格的技术简历", | ||
"description": "马上又要到跳槽旺季了,身边的一些朋友或多或少都在看更好的机会。 我也收到不少简历, 经我手的简历也都好几百份了, 有的写的很好, 有的写的没眼看, 差别很大。", | ||
"url": "https://segmentfault.com/a/1190000020202517", | ||
"author": "皮小蛋", | ||
"home_url": "https://segmentfault.com/u/scaukk", | ||
"votes": "94", | ||
"rank": 17 | ||
@@ -172,2 +172,11 @@ }, | ||
{ | ||
"title": "技术团队的学习方法:每天学习 100 分钟,成功写出 2 本书", | ||
"description": "“雷哥,我感觉我工作 2 年了,天天都是在用 PHP 写业务逻辑,CURD,CURD,CURD,虽然很努力也很累,但是感觉自己也没什么成长……”", | ||
"url": "https://segmentfault.com/a/1190000020347222", | ||
"author": "LNMPR源码研究", | ||
"home_url": "https://segmentfault.com/u/php7internal", | ||
"votes": "5", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "前端20个灵魂拷问 彻底搞明白你就是中级前端工程师 【中篇】", | ||
@@ -179,38 +188,29 @@ "description": "前端20个灵魂拷问,彻底搞明白你就是中级前端工程师 上篇 感觉大家比较喜欢看这种类型的文章,以后会多一些。 欢迎加入我们的前端交流二群 目前一群人数有点多 所以开放了二群 ~ 欢迎加入 里面很多小姐姐哦~~...", | ||
"votes": "152", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "Phper 学 C 兴趣入门 - 字符串 - 为什么 php 手册里经常说某个函数是二进制安全的", | ||
"description": "为什么 php 手册里经常说某个函数是二进制安全的?我们平常使用函数的时候也没发现有什么区别呀,那么二进制安全到底是什么意思呢?", | ||
"url": "https://segmentfault.com/a/1190000020318269", | ||
"author": "周梦康", | ||
"home_url": "https://segmentfault.com/u/zhoumengkang", | ||
"votes": "28", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "如何实现Web页面录屏?", | ||
"description": "摘要: 很有意思的操作... 原文:web页面录屏实现 译者:frontdog Fundebug经授权转载,版权归原作者所有。 写在前面的话 在看到评论后,突然意识到自己没有提前说明,本文可以说是一篇调研学习文,是我自己感觉...", | ||
"url": "https://segmentfault.com/a/1190000020332146", | ||
"author": "Fundebug", | ||
"home_url": "https://segmentfault.com/u/fundebug", | ||
"votes": "4", | ||
"title": "面向对象之七大基本原则(javaScript)", | ||
"description": "面向对象编程有自己的特性与原则,如果对于面向对象有一些了解的话,面向对象三大特征,封装、继承、多态,如果对面向对这三个概念不太了解,请参考面向对象之三个基本特征(javaScript)", | ||
"url": "https://segmentfault.com/a/1190000020319171", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "32", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "如何写出一个惊艳面试官的深拷贝?", | ||
"description": "最近经常看到很多JavaScript手写代码的文章总结,里面提供了很多JavaScript Api的手写实现。", | ||
"url": "https://segmentfault.com/a/1190000020255831", | ||
"author": "ConardLi", | ||
"home_url": "https://segmentfault.com/u/conardli", | ||
"votes": "57", | ||
"title": "goproxy.cn - 为中国 Go 语言开发者量身打造的模块代理", | ||
"description": "Go 1.13 的发布为 Go 带来了不少变化(详见:[链接] ),有些变化可能是开发者无法直接感觉到的,但有些又是和开发者日常开发息息相关的。其中,Go modules 的扶正就是这次 Go 1.13 发布中开发者能直接感觉到的最...", | ||
"url": "https://segmentfault.com/a/1190000020293616", | ||
"author": "煎鱼", | ||
"home_url": "https://segmentfault.com/u/eddycjy", | ||
"votes": "44", | ||
"rank": 22 | ||
}, | ||
{ | ||
"title": "手把手教你搭建脚手架工具 - (commander)", | ||
"description": "随着NodeJs的不断发展,对于前端来说要做的东西也就更多,Vue脚手架React脚手架等等等一系列的东西都脱颖而出,进入到人们的视野当中,对于这些脚手架工具来讲也只是停留在应用阶段,从来没有想过脚手架是如何实...", | ||
"url": "https://segmentfault.com/a/1190000020335010", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "2", | ||
"title": "泥瓦匠这几年 Java ...", | ||
"description": "小弟是泥瓦匠@[链接] 本来想写点技术文。哈哈,今天有点灵感,就写写 Java 5 年来的成长感悟,大致包括下面几点: 学技术的心态 学技术的学法 工作的心态 工作的硬技能 工作的软实力 学技术的心态 大一搞 ACM ,...", | ||
"url": "https://segmentfault.com/a/1190000020295073", | ||
"author": "泥瓦匠", | ||
"home_url": "https://segmentfault.com/u/niwajiang_5c99fa77b0858", | ||
"votes": "24", | ||
"rank": 23 | ||
@@ -228,2 +228,11 @@ }, | ||
{ | ||
"title": "把 WebAssembly 用于提升速度和代码重用", | ||
"description": "有这样一种技术,可以把用高级语言编写的非 Web 程序转换成为 Web 准备的二进制模块,而无需对 Web 程序的源代码进行任何更改即可完成这种转换。浏览器可以有效地下载新翻译的模块并在沙箱中执行。执行的 Web 模...", | ||
"url": "https://segmentfault.com/a/1190000020333196", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "8", | ||
"rank": 25 | ||
}, | ||
{ | ||
"title": "前端该如何准备数据结构和算法?", | ||
@@ -235,3 +244,3 @@ "description": "据我了解,前端程序员有相当一部分对“数据结构”和“算法”的基础概念都不是很清晰,这直接导致很多人在看到有关这部分的内容就会望而却步。", | ||
"votes": "120", | ||
"rank": 25 | ||
"rank": 26 | ||
}, | ||
@@ -244,4 +253,4 @@ { | ||
"home_url": "https://segmentfault.com/u/zhengmaster2020", | ||
"votes": "27", | ||
"rank": 26 | ||
"votes": "33", | ||
"rank": 27 | ||
}, | ||
@@ -254,23 +263,14 @@ { | ||
"home_url": "https://segmentfault.com/u/fengxianqi", | ||
"votes": "76", | ||
"rank": 27 | ||
}, | ||
{ | ||
"title": "56 道高频 JavaScript 与 ES6+ 的面试题及答案", | ||
"description": "前言 本文讲解 56 道 JavaScript 和 ES6+ 面试题的内容。 复习前端面试的知识,是为了巩固前端的基础知识,最重要的还是平时的积累! 注意:文章的题与题之间用下划线分隔开,答案仅供参考。 前端硬核面试专题的...", | ||
"url": "https://segmentfault.com/a/1190000020082089", | ||
"author": "夜尽天明", | ||
"home_url": "https://segmentfault.com/u/biaochenxuying", | ||
"votes": "139", | ||
"votes": "77", | ||
"rank": 28 | ||
}, | ||
{ | ||
"title": "民工哥的十年故事:杭漂十年,今撤霸都!", | ||
"description": "之前发过一篇文章 民工哥的这十年,有伙伴说是鸡汤文,没有故事。还真不是鸡汤文,其一,民工哥不是厨师真的不擅长生产鸡汤,其二,我也没有必要写这些鸡汤文。说真的,也就是回首十年来自我的一点点对生活、对人...", | ||
"url": "https://segmentfault.com/a/1190000020318139", | ||
"author": "民工哥技术之路", | ||
"home_url": "https://segmentfault.com/u/jishuroad", | ||
"votes": "14", | ||
"title": "如何写出一个惊艳面试官的深拷贝?", | ||
"description": "最近经常看到很多JavaScript手写代码的文章总结,里面提供了很多JavaScript Api的手写实现。", | ||
"url": "https://segmentfault.com/a/1190000020255831", | ||
"author": "ConardLi", | ||
"home_url": "https://segmentfault.com/u/conardli", | ||
"votes": "58", | ||
"rank": 29 | ||
} | ||
] |
[ | ||
{ | ||
"title": "阿里巴巴公布新「六脉神剑」:认真生活,快乐工作", | ||
"description": "获悉,阿里巴巴董事局主席马云今日卸任,阿里发布新「六脉神剑」(详见下图)。此外,阿里公布,公司的愿景是到 2036 年,服务 20 亿消费者,创造 1 亿就业机会,帮助 1000 万家中小企业盈利;公司的使命是让天下...", | ||
"url": "https://segmentfault.com/a/1190000020350676", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "6", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "阿里巴巴「新六脉神剑」背后的故事", | ||
"description": "“新六脉神剑”价值观由六句阿里土话组成,每一句话背后都有一个阿里发展历史上的小故事,表达了阿里人与世界相处的态度。", | ||
"url": "https://segmentfault.com/a/1190000020350890", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "3", | ||
"rank": 2 | ||
}, | ||
{ | ||
"title": "重学this关键字", | ||
"description": "总有一些面试官喜欢问你一段不可能这么写的代码。看一道经典且古老的面试题(学完本文后,末尾会有一道更复杂的面试题等着你哦!)", | ||
"url": "https://segmentfault.com/a/1190000020341118", | ||
"author": "koala", | ||
"home_url": "https://segmentfault.com/u/na_5a545653c24d9", | ||
"votes": "15", | ||
"rank": 3 | ||
}, | ||
{ | ||
"title": "学习 lodash 源码整体架构,打造属于自己的函数式编程类库", | ||
"description": "这是学习源码整体架构系列第三篇。整体架构这词语好像有点大,姑且就算是源码整体结构吧,主要就是学习是代码整体结构,不深究其他不是主线的具体函数的实现。文章学习的是打包整合后的代码,不是实际仓库中的拆...", | ||
"url": "https://segmentfault.com/a/1190000020350442", | ||
"author": "若川", | ||
"home_url": "https://segmentfault.com/u/lxchuan12", | ||
"votes": "4", | ||
"rank": 4 | ||
}, | ||
{ | ||
"title": "IDEA 2019.2.2激活破解教程(亲测有效,持续更新中...)", | ||
"description": "本来笔者这边是有个正版激活码可以使用的,但是,2019.9月3号的时候,一些小伙伴反映这个注册码已经失效了,于是拿着自己的 IDEA, 赶快测试了一下,果不其然,已然是不能用了。", | ||
"url": "https://segmentfault.com/a/1190000020351726", | ||
"author": "犬小哈", | ||
"home_url": "https://segmentfault.com/u/quanxiaoha", | ||
"votes": "2", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "程序员不装x能行?先给登录来一个图形验证码!(canvas实现)", | ||
@@ -8,6 +53,24 @@ "description": "细心的同学可以发现,现在很多网站当登录多次之后就会出现一个图形验证码,或是当提交表单、或点击获取手机验证码等等场景都会有图形验证码的出现。", | ||
"home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao", | ||
"votes": "10", | ||
"rank": 1 | ||
"votes": "31", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "技术团队的学习方法:每天学习 100 分钟,成功写出 2 本书", | ||
"description": "“雷哥,我感觉我工作 2 年了,天天都是在用 PHP 写业务逻辑,CURD,CURD,CURD,虽然很努力也很累,但是感觉自己也没什么成长……”", | ||
"url": "https://segmentfault.com/a/1190000020347222", | ||
"author": "LNMPR源码研究", | ||
"home_url": "https://segmentfault.com/u/php7internal", | ||
"votes": "5", | ||
"rank": 7 | ||
}, | ||
{ | ||
"title": "DNSPod 改版回归,现已开放内部体验", | ||
"description": "2019 年 9 月 9 日,DNSpod 官方微信账号发布通知,时隔 13 年,将推出全新版本,并已开放内部体验。", | ||
"url": "https://segmentfault.com/a/1190000020349280", | ||
"author": "徐九丨思否社区", | ||
"home_url": "https://segmentfault.com/u/weepie", | ||
"votes": "2", | ||
"rank": 8 | ||
}, | ||
{ | ||
"title": "36 个JS 面试题为你助力金九银十(面试必读)", | ||
@@ -18,4 +81,4 @@ "description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "23", | ||
"rank": 2 | ||
"votes": "29", | ||
"rank": 9 | ||
}, | ||
@@ -28,49 +91,49 @@ { | ||
"home_url": "https://segmentfault.com/u/js_even_js", | ||
"votes": "35", | ||
"rank": 3 | ||
"votes": "44", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "Node.JS 应用最佳实践:日志", | ||
"description": "作者:Mahesh Haldar翻译:疯狂的技术宅 原文:[链接] 未经允许严禁转载 日志记录是每个开发人员从第一天编写代码时就要做的事情,但很少有人知道它可以产生的价值和最佳实践。 在本文中,我们将讨论以下主题: ...", | ||
"url": "https://segmentfault.com/a/1190000020333159", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "5", | ||
"rank": 4 | ||
"title": "在spring boot中一种综合查询的新想法", | ||
"description": "在实际的开发中,会遇到这样的问题:我们在综合查询中,接收到了很多个参数,比如:pageAllOfCurrentUserBySpecification(Long districtId, Long departmentId, String name, String code, Pageable pageable),...", | ||
"url": "https://segmentfault.com/a/1190000020347972", | ||
"author": "myskies", | ||
"home_url": "https://segmentfault.com/u/myskies", | ||
"votes": "3", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "手把手教你搭建脚手架工具 - (commander)", | ||
"description": "随着NodeJs的不断发展,对于前端来说要做的东西也就更多,Vue脚手架React脚手架等等等一系列的东西都脱颖而出,进入到人们的视野当中,对于这些脚手架工具来讲也只是停留在应用阶段,从来没有想过脚手架是如何实...", | ||
"url": "https://segmentfault.com/a/1190000020335010", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "2", | ||
"rank": 5 | ||
"title": "空手套白狼-我的互联网草根创业亲身经历", | ||
"description": "和大多数人一样,我出生寒门学子,没钱没势,所有的一切都是从零开始,只能空手套白狼,本文章主要是为了分享下我个人的创业经历以及一个产品从无到有的过程,后面也会聊到我做H5工具的相关技术方案,希望能帮助...", | ||
"url": "https://segmentfault.com/a/1190000020344209", | ||
"author": "馒头", | ||
"home_url": "https://segmentfault.com/u/mtsee", | ||
"votes": "5", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "新闻类网页正文通用抽取器", | ||
"description": "这篇论文中描述的算法看起来简洁清晰,并且符合逻辑。但由于论文中只讲了算法原理,并没有具体的语言实现,所以我使用 Python 根据论文实现了这个抽取器。并分别使用今日头条、网易新闻、游民星空、观察者网、凤...", | ||
"url": "https://segmentfault.com/a/1190000020335593", | ||
"author": "青南", | ||
"home_url": "https://segmentfault.com/u/qingnan", | ||
"votes": "3", | ||
"rank": 6 | ||
"title": "Java字节码增强探秘", | ||
"description": "Java之所以可以“一次编译,到处运行”,一是因为JVM针对各种操作系统、平台都进行了定制,二是因为无论在什么平台,都可以编译生成固定格式的字节码(.class文件)供JVM使用。因此,也可以看出字节码对于Java生态...", | ||
"url": "https://segmentfault.com/a/1190000020345321", | ||
"author": "美团技术团队", | ||
"home_url": "https://segmentfault.com/u/meituanjishutuandui", | ||
"votes": "5", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "Service Mesh 发展趋势:云原生中流砥柱", | ||
"description": "本文内容整理自 5月25日 在 Kubernetes & Cloud Native Meetup 上海站发表的主题演讲,主要介绍了 Service Mesh 最新的产品动态,分析其发展趋势和未来走向;结合蚂蚁金服的上云实践,阐述在云原生背景下 Ser...", | ||
"url": "https://segmentfault.com/a/1190000020337553", | ||
"author": "蚂蚁金服科技", | ||
"home_url": "https://segmentfault.com/u/mayijinfukeji", | ||
"votes": "1", | ||
"rank": 7 | ||
"title": "JavaScript:如何获取某一天所在的星期", | ||
"description": "我们这里来获取今天所在星期的始末日期,我们可以通过(new Date).getDay()来获取今天是星期几,然后再通过这个减去或者加上一定的天数,就是这个星期的开始日期和结束日期。", | ||
"url": "https://segmentfault.com/a/1190000020342937", | ||
"author": "wenzi", | ||
"home_url": "https://segmentfault.com/u/wenzi0_0", | ||
"votes": "5", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "如何实现Web页面录屏?", | ||
"description": "摘要: 很有意思的操作... 原文:web页面录屏实现 译者:frontdog Fundebug经授权转载,版权归原作者所有。 写在前面的话 在看到评论后,突然意识到自己没有提前说明,本文可以说是一篇调研学习文,是我自己感觉...", | ||
"url": "https://segmentfault.com/a/1190000020332146", | ||
"author": "Fundebug", | ||
"home_url": "https://segmentfault.com/u/fundebug", | ||
"votes": "4", | ||
"rank": 8 | ||
"title": "把 WebAssembly 用于提升速度和代码重用", | ||
"description": "有这样一种技术,可以把用高级语言编写的非 Web 程序转换成为 Web 准备的二进制模块,而无需对 Web 程序的源代码进行任何更改即可完成这种转换。浏览器可以有效地下载新翻译的模块并在沙箱中执行。执行的 Web 模...", | ||
"url": "https://segmentfault.com/a/1190000020333196", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "8", | ||
"rank": 15 | ||
}, | ||
@@ -83,15 +146,6 @@ { | ||
"home_url": "https://segmentfault.com/u/enoy", | ||
"votes": "21", | ||
"rank": 9 | ||
"votes": "26", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "面试官: 100万个成员的数组取第一个和最后一个有性能差距吗?", | ||
"description": "除此之外,我们在平时的业务开发中会经常出现数组一把梭的情况,大多数情况下我们都会用数组的形式进行操作,而有读源码习惯的开发者可能会发现,在一些底层库中,我们可能平时用数组的地方,底层库却选择了另外的数据...", | ||
"url": "https://segmentfault.com/a/1190000020333802", | ||
"author": "程序员面试官", | ||
"home_url": "https://segmentfault.com/u/cxymsg", | ||
"votes": "5", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "解析移动端滚动穿透", | ||
@@ -102,4 +156,4 @@ "description": "滚动穿透在移动端开发中是一个很常见的问题,产生诡异的交互行为,影响用户体验,同时也让我们的产品看起来不那么“专业”。虽然不少产品选择容忍了这样的行为,但是作为追求极致的工程师,应该去了解为什么会产生...", | ||
"home_url": "https://segmentfault.com/u/jiavan", | ||
"votes": "15", | ||
"rank": 11 | ||
"votes": "21", | ||
"rank": 17 | ||
}, | ||
@@ -112,33 +166,24 @@ { | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "21", | ||
"rank": 12 | ||
"votes": "27", | ||
"rank": 18 | ||
}, | ||
{ | ||
"title": "不做会死!互联网时代的企业必定都要实现中台", | ||
"description": "AI 前线导读: 自 2018 年底以来,伴随着阿里、腾讯、百度、京东等一众互联网巨头的大规模组织架构调整,“中台”的热度陡然攀升。一时间,各大互联网公司纷纷开始跟随建设中台。中台的概念是被阿里带火的,2015 年...", | ||
"url": "https://segmentfault.com/a/1190000020337112", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "1", | ||
"rank": 13 | ||
"title": "前端自动化测试(一)", | ||
"description": "目前开发大型应用,测试是一个非常重要的环节,但是大多数前端开发者对测试相关的知识是比较缺乏的。因为可能项目开发周期短根本没有机会写,所以你没有办法体会到前端自动化测试的重要性。", | ||
"url": "https://segmentfault.com/a/1190000020336411", | ||
"author": "前端优选", | ||
"home_url": "https://segmentfault.com/u/qianduanyouxuan", | ||
"votes": "7", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "精读《React Hooks 最佳实践》", | ||
"description": "React 16.8 于 2019.2 正式发布,这是一个能提升代码质量和开发效率的特性,笔者就抛砖引玉先列出一些实践点,希望得到大家进一步讨论。", | ||
"url": "https://segmentfault.com/a/1190000020329053", | ||
"author": "黄子毅", | ||
"home_url": "https://segmentfault.com/u/aoyangyudakong", | ||
"votes": "6", | ||
"rank": 14 | ||
"title": "如何在 Laravel 中正确地返回 HTTP 状态码", | ||
"description": "写 API 时其中有一个重要的地方是更好的处理响应状态码。以前,我一般会使用不常用的 Integer 类型数字作为 HTTP 状态码 。看下面的这个例子:", | ||
"url": "https://segmentfault.com/a/1190000020340667", | ||
"author": "Charlie_Jade", | ||
"home_url": "https://segmentfault.com/u/summerblue", | ||
"votes": "7", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "程序猿菜鸟打怪升级—一路火花带闪电", | ||
"description": "各位小伙伴,大家好!我是猿人谷,一名搬砖老菜鸟。蓦然回首这几年的打怪升级历程,不再是之前的年轻气盛,也没有百感交集,内心却像湖面躺着那株莲花一般,平静,荡不起半点涟漪。", | ||
"url": "https://segmentfault.com/a/1190000020319904", | ||
"author": "猿人谷", | ||
"home_url": "https://segmentfault.com/u/yuanrengu", | ||
"votes": "13", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "一种对开发更友好的前端骨架屏自动生成方案", | ||
@@ -149,42 +194,6 @@ "description": "(马蜂窝技术原创内容,公众号 ID:mfwtech) 一份来自 Akamai 的研究报告显示,在对 1048 名网购户进行采访后发现: 约 47% 的用户期望他们的页面在两秒之内加载完成。 如果页面加载时间超过 3s,约 40% 的用户...", | ||
"home_url": "https://segmentfault.com/u/mafengwojishu", | ||
"votes": "41", | ||
"rank": 16 | ||
"votes": "46", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "SegmentFault 思否 —— 新媒体账号一览", | ||
"description": "SegmentFault 思否社区上线于 2012 年 6 月,至今累积注册用户数 250 万+,月独立访客数 1500万+。目前已帮助开发者解决超过 30 万个技术问题,每日增长问答数据 1000 条+,优质原创技术文章 100,000篇+,并已邀...", | ||
"url": "https://segmentfault.com/a/1190000020336555", | ||
"author": "SegmentFault", | ||
"home_url": "https://segmentfault.com/u/segmentfault", | ||
"votes": "1", | ||
"rank": 17 | ||
}, | ||
{ | ||
"title": "蚂蚁SOFA系列(2) - SOFABoot的Readiness健康检查机制", | ||
"description": "SOFABoot是蚂蚁金服的开源框架,在原有Spring Boot的基础上增强了不少能力,例如Readiness Check,类隔离,日志空间隔离等能力。除此之外,SOFABoot还可以方便的整合SOFA技术栈所包含的各类中间件。如果想要对SOF...", | ||
"url": "https://segmentfault.com/a/1190000020330022", | ||
"author": "404p", | ||
"home_url": "https://segmentfault.com/u/404p", | ||
"votes": "3", | ||
"rank": 18 | ||
}, | ||
{ | ||
"title": "深入理解 Java 中 SPI 机制", | ||
"description": "SPI(Service Provider Interface),是JDK内置的一种服务提供发现机制,本文由浅入深地介绍了Java SPI机制。", | ||
"url": "https://segmentfault.com/a/1190000020336469", | ||
"author": "vivo互联网技术", | ||
"home_url": "https://segmentfault.com/u/vivo_tech", | ||
"votes": "1", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "通用大数据架构为什么不适合处理物联网数据?", | ||
"description": "为处理日益增长的互联网数据,众多的工具开始出现,最流行的应该是 Hadoop 体系。除使用大家所熟悉的 Hadoop 组件如 HDFS,MapReduce, HBase, Hive 外,通用的大数据处理平台往往还使用 Kafka 或其他消息队列工具...", | ||
"url": "https://segmentfault.com/a/1190000020336362", | ||
"author": "涛思数据", | ||
"home_url": "https://segmentfault.com/u/taosishuju", | ||
"votes": "1", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "SegmentFault思否征文 | 一起分享你的故事!", | ||
@@ -195,77 +204,68 @@ "description": "提前祝大家中秋节快乐呀!是不是从现在就已经开始期盼中秋假期了呢,反正小编是。吃着月饼,赏着月亮,人在岁月静好的时候最容易回忆过往,所以此时此刻,思否小姐姐又双叒叕来搞事情啦!", | ||
"home_url": "https://segmentfault.com/u/segmentfault", | ||
"votes": "27", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "面向对象之七大基本原则(javaScript)", | ||
"description": "面向对象编程有自己的特性与原则,如果对于面向对象有一些了解的话,面向对象三大特征,封装、继承、多态,如果对面向对这三个概念不太了解,请参考面向对象之三个基本特征(javaScript)", | ||
"url": "https://segmentfault.com/a/1190000020319171", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "26", | ||
"votes": "29", | ||
"rank": 22 | ||
}, | ||
{ | ||
"title": "使用 queueMicrotask 来执行微任务", | ||
"description": "写这篇文章的原因是因为,这几天在看 core-js 的源码,然后发现了 queueMicrotask 的实现。由于之前做的项目,对于微任务的执行需求,一般是使用 asap 这个库来完成的,如果没有使用这个库的话,简易版本可以通过...", | ||
"url": "https://segmentfault.com/a/1190000020332724", | ||
"author": "littleLyon", | ||
"home_url": "https://segmentfault.com/u/littlelyon", | ||
"votes": "2", | ||
"title": "泥瓦匠这几年 Java ...", | ||
"description": "小弟是泥瓦匠@[链接] 本来想写点技术文。哈哈,今天有点灵感,就写写 Java 5 年来的成长感悟,大致包括下面几点: 学技术的心态 学技术的学法 工作的心态 工作的硬技能 工作的软实力 学技术的心态 大一搞 ACM ,...", | ||
"url": "https://segmentfault.com/a/1190000020295073", | ||
"author": "泥瓦匠", | ||
"home_url": "https://segmentfault.com/u/niwajiang_5c99fa77b0858", | ||
"votes": "24", | ||
"rank": 23 | ||
}, | ||
{ | ||
"title": "Phper 学 C 兴趣入门 - 字符串 - 为什么 php 手册里经常说某个函数是二进制安全的", | ||
"description": "为什么 php 手册里经常说某个函数是二进制安全的?我们平常使用函数的时候也没发现有什么区别呀,那么二进制安全到底是什么意思呢?", | ||
"url": "https://segmentfault.com/a/1190000020318269", | ||
"author": "周梦康", | ||
"home_url": "https://segmentfault.com/u/zhoumengkang", | ||
"votes": "28", | ||
"title": "深入 JS 对象属性", | ||
"description": "为了回馈读者,《大迁世界》不定期举行(每个月一到三次),现金抽奖活动,保底200,外加用户赞赏,希望你能成为大迁世界的小锦鲤,快来试试吧", | ||
"url": "https://segmentfault.com/a/1190000020259185", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "4", | ||
"rank": 24 | ||
}, | ||
{ | ||
"title": "听说,有个同事因为关闭服务器被打进 ICU ……", | ||
"description": "<center>提问:你是如何关闭电脑的?<br/></center>", | ||
"url": "https://segmentfault.com/a/1190000020332852", | ||
"author": "良许", | ||
"home_url": "https://segmentfault.com/u/liangxu_5d63396040bb5", | ||
"votes": "2", | ||
"title": "Go内存分配那些事,就这么简单!", | ||
"description": "原文链接:[链接] 新老朋友好久不见,我是大彬,这篇文章准备了很久,不是在拖延,而是中间做了一些其他事情,耽搁了一些。 这篇文章主要介绍Go内存分配和Go内存管理,会轻微涉及内存申请和释放,以及Go垃圾回收...", | ||
"url": "https://segmentfault.com/a/1190000020338427", | ||
"author": "大彬", | ||
"home_url": "https://segmentfault.com/u/lessisbetter", | ||
"votes": "7", | ||
"rank": 25 | ||
}, | ||
{ | ||
"title": "sonar+Jenkins 构建代码质量自动化分析平台", | ||
"description": "Sonar 是一个用于管理代码质量的开源工具,可以分析代码中的bug和漏洞以及Code Smells,支持20多种编程语言的检测,如java,c/c++,python,php等语言,当前有超过85000家组织在使用sonar。Sonar可以与DevOps工具...", | ||
"url": "https://segmentfault.com/a/1190000020331221", | ||
"author": "民工哥技术之路", | ||
"home_url": "https://segmentfault.com/u/jishuroad", | ||
"votes": "2", | ||
"title": "面向对象之七大基本原则(javaScript)", | ||
"description": "面向对象编程有自己的特性与原则,如果对于面向对象有一些了解的话,面向对象三大特征,封装、继承、多态,如果对面向对这三个概念不太了解,请参考面向对象之三个基本特征(javaScript)", | ||
"url": "https://segmentfault.com/a/1190000020319171", | ||
"author": "Aaron", | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "32", | ||
"rank": 26 | ||
}, | ||
{ | ||
"title": "阿里巴巴资深技术专家雷卷:值得开发者关注的 Java 8 后时代的语言特性", | ||
"description": "首先我们必须承认,Java 8 是一个里程碑式的版本,这个相信大多数Java程序员都认同,其中最知名的是 Streams & Lambda ,这让 Functional Programming 成为可能,让 Java 换发新的活力。这也是即便 Oracle 不...", | ||
"url": "https://segmentfault.com/a/1190000020332934", | ||
"author": "阿里云云栖社区", | ||
"home_url": "https://segmentfault.com/u/yunqishequ_5aa899aad5395", | ||
"votes": "1", | ||
"title": "Node.JS 应用最佳实践:日志", | ||
"description": "作者:Mahesh Haldar翻译:疯狂的技术宅 原文:[链接] 未经允许严禁转载 日志记录是每个开发人员从第一天编写代码时就要做的事情,但很少有人知道它可以产生的价值和最佳实践。 在本文中,我们将讨论以下主题: ...", | ||
"url": "https://segmentfault.com/a/1190000020333159", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "10", | ||
"rank": 27 | ||
}, | ||
{ | ||
"title": "goproxy.cn - 为中国 Go 语言开发者量身打造的模块代理", | ||
"description": "Go 1.13 的发布为 Go 带来了不少变化(详见:[链接] ),有些变化可能是开发者无法直接感觉到的,但有些又是和开发者日常开发息息相关的。其中,Go modules 的扶正就是这次 Go 1.13 发布中开发者能直接感觉到的最...", | ||
"url": "https://segmentfault.com/a/1190000020293616", | ||
"author": "煎鱼", | ||
"home_url": "https://segmentfault.com/u/eddycjy", | ||
"votes": "43", | ||
"title": "面试官: 100万个成员的数组取第一个和最后一个有性能差距吗?", | ||
"description": "除此之外,我们在平时的业务开发中会经常出现数组一把梭的情况,大多数情况下我们都会用数组的形式进行操作,而有读源码习惯的开发者可能会发现,在一些底层库中,我们可能平时用数组的地方,底层库却选择了另外的数据...", | ||
"url": "https://segmentfault.com/a/1190000020333802", | ||
"author": "程序员面试官", | ||
"home_url": "https://segmentfault.com/u/cxymsg", | ||
"votes": "10", | ||
"rank": 28 | ||
}, | ||
{ | ||
"title": "民工哥的十年故事:杭漂十年,今撤霸都!", | ||
"description": "之前发过一篇文章 民工哥的这十年,有伙伴说是鸡汤文,没有故事。还真不是鸡汤文,其一,民工哥不是厨师真的不擅长生产鸡汤,其二,我也没有必要写这些鸡汤文。说真的,也就是回首十年来自我的一点点对生活、对人...", | ||
"url": "https://segmentfault.com/a/1190000020318139", | ||
"author": "民工哥技术之路", | ||
"home_url": "https://segmentfault.com/u/jishuroad", | ||
"votes": "14", | ||
"title": "swoole协程源码解读", | ||
"description": "协程的创建 以下代码基于swoole4.4.5-alpha, php7.1.26 我们按照执行流程去逐步分析swoole协程的实现, php程序是这样的: {代码...} go实际上是swoole_coroutine_create的别名: {代码...} 首先会执行zif_swoole_co...", | ||
"url": "https://segmentfault.com/a/1190000020333494", | ||
"author": "zhanghaomin", | ||
"home_url": "https://segmentfault.com/u/zhanghaomin", | ||
"votes": "4", | ||
"rank": 29 | ||
} | ||
] |
@@ -13,2 +13,12 @@ [ | ||
{ | ||
"title": "金九银十面试季来临,最新 BATJ 面试资料分享给你", | ||
"description": "金九银十,每年9、10月份各大互联网公司都会周期性地发生人事变动,无论是刚进入社会的职场菜鸟,还是准备跳槽的老手,都想在这个时候获得新的工作,或迎来晋升涨薪的最佳机会。 不同于往年...", | ||
"votes": "138", | ||
"url": "/k/8xbjgw2", | ||
"avatar": "https://img.toutiao.io/subject%2Fd62ae4a6b08244b1b8422989109cdb5f", | ||
"avatarAlt": "公众号:Java技术zhai - 独家号", | ||
"subjectName": "公众号:Java技术zhai", | ||
"homeUrl": "/subjects/342006" | ||
}, | ||
{ | ||
"title": "高质量开源书籍整理", | ||
@@ -114,12 +124,2 @@ "description": "《科技爱好者周刊》收集的免费书籍汇总。目录Web 开发系统管理编程语言数据库软件开发人工智能理论书籍其他Web 开发React 编程模式React 应用开发教程Acceptance...", | ||
{ | ||
"title": "技术人如何通过了解业务,获取晋升机会?", | ||
"description": " 阿里妹导读:伐薪是阿里巴巴高级技术专家,14年初入阿里时,没有过多地思考业务痛点和了解业务策略。后来,经历过晋升,当晋升评委,主动学习业务,最后,完成了从技术专家向综合性 TL ...", | ||
"votes": "33", | ||
"url": "/k/wh9utpj", | ||
"avatar": "https://img.toutiao.io/subject%2F876f49e759bc4a04a201395b306c001d", | ||
"avatarAlt": "每天关注一点点 - 独家号", | ||
"subjectName": "每天关注一点点", | ||
"homeUrl": "/subjects/416037" | ||
}, | ||
{ | ||
"title": "五年总结:过往记忆大数据原创精选", | ||
@@ -185,2 +185,12 @@ "description": "今年是我创建这个微信公众号的第五年,五年来,收获了6.8万粉丝。这个数字,在自媒体圈子,属于十八线小规模的那种,但是在纯技术圈,还是不错的成绩,我很欣慰。我花在这个号上面的时间挺多...", | ||
{ | ||
"title": "教了一年少儿编程,说说感想和体验", | ||
"description": "1. 缘起少儿编程这个概念在国内兴起,总有个三四年了。2016 年,曾经有人问:“儿童学习编程是不是为了将来做'程序猿'?”。我当时给的回答是:编程说白了就是用一种简单的符号语言描...", | ||
"votes": "29", | ||
"url": "/k/rdpf647", | ||
"avatar": "https://img.toutiao.io/subject%2F8f260658736e497ba0a632a3456effec", | ||
"avatarAlt": "众智汇 - 独家号", | ||
"subjectName": "众智汇", | ||
"homeUrl": "/subjects/233305" | ||
}, | ||
{ | ||
"title": "“你离职的原因是什么?” 两种回答,结局大不相同", | ||
@@ -216,12 +226,2 @@ "description": "在面试的过程中,HR通常都会询问求职者从前单位离职的原因。例如最近我就面试了这样的两个求职者。求职者A,刚从工作了三年的公司离职,我问他:“这家公司规模挺大啊,你为什么要跳槽呢?”...", | ||
{ | ||
"title": "教了一年少儿编程,说说感想和体验", | ||
"description": "1. 缘起少儿编程这个概念在国内兴起,总有个三四年了。2016 年,曾经有人问:“儿童学习编程是不是为了将来做'程序猿'?”。我当时给的回答是:编程说白了就是用一种简单的符号语言描...", | ||
"votes": "28", | ||
"url": "/k/rdpf647", | ||
"avatar": "https://img.toutiao.io/subject%2F8f260658736e497ba0a632a3456effec", | ||
"avatarAlt": "众智汇 - 独家号", | ||
"subjectName": "众智汇", | ||
"homeUrl": "/subjects/233305" | ||
}, | ||
{ | ||
"title": "Visual Studio Code 有哪些工程方面的亮点", | ||
@@ -228,0 +228,0 @@ "description": "Visual Studio Code(VS Code)近年来获得了爆炸式增长,成为广大开发者工具库中的必备神器。它作为一个开源项目,也吸引了无数第三方开发者和终端用户,成为顶尖开源...", |
[ | ||
{ | ||
"title": "金九银十面试季来临,最新 BATJ 面试资料分享给你", | ||
"description": "金九银十,每年9、10月份各大互联网公司都会周期性地发生人事变动,无论是刚进入社会的职场菜鸟,还是准备跳槽的老手,都想在这个时候获得新的工作,或迎来晋升涨薪的最佳机会。 不同于往年...", | ||
"votes": "138", | ||
"url": "/k/8xbjgw2", | ||
"avatar": "https://img.toutiao.io/subject%2Fd62ae4a6b08244b1b8422989109cdb5f", | ||
"avatarAlt": "公众号:Java技术zhai - 独家号", | ||
"subjectName": "公众号:Java技术zhai", | ||
"homeUrl": "/subjects/342006" | ||
}, | ||
{ | ||
"title": "教了一年少儿编程,说说感想和体验", | ||
"description": "1. 缘起少儿编程这个概念在国内兴起,总有个三四年了。2016 年,曾经有人问:“儿童学习编程是不是为了将来做'程序猿'?”。我当时给的回答是:编程说白了就是用一种简单的符号语言描...", | ||
"votes": "28", | ||
"votes": "29", | ||
"url": "/k/rdpf647", | ||
@@ -23,15 +33,5 @@ "avatar": "https://img.toutiao.io/subject%2F8f260658736e497ba0a632a3456effec", | ||
{ | ||
"title": "Spring Cloud 基础组件总结,与 Dubbo 框架、Boot 框架对比分析", | ||
"description": "一、基础组件总结 1、文章阅读目录 1)、基础组件 Eureka组件,服务注册与发现 Ribbon和Feign组件,实现负载均衡 Hystrix组件,实现服务熔断 Turbine...", | ||
"votes": "25", | ||
"url": "/k/82e9mh3", | ||
"avatar": "https://img.toutiao.io/subject%2F652f30d4f8ed4f198281774399a49076", | ||
"avatarAlt": "知了一笑 - 独家号", | ||
"subjectName": "知了一笑", | ||
"homeUrl": "/subjects/416733" | ||
}, | ||
{ | ||
"title": "不好意思,你的辛劳并不等于酬劳", | ||
"description": " 今天的文章算是“996”系列的最后一篇,来聊聊时间和报酬的问题。 很多人抱怨说自己工作时间长加班多,为什么获得的薪酬还那么少。 那是因为你还没有了解职场上的游戏规则: 职...", | ||
"votes": "25", | ||
"votes": "27", | ||
"url": "/k/aeofzdd", | ||
@@ -56,3 +56,3 @@ "avatar": "https://img.toutiao.io/subject%2Fd2f421bbe0be47369b6560e316a5153b", | ||
"description": " 说明 jdk8虽然出现很久了,但是可能我们还是有很多人并不太熟悉,本文主要就是介绍说明一些jdk8相关的内容。主要会讲解: lambda表达式 方法引用 默认方法 Stream ...", | ||
"votes": "21", | ||
"votes": "23", | ||
"url": "/k/z604hza", | ||
@@ -65,5 +65,15 @@ "avatar": "https://img.toutiao.io/subject%2Ff1877686771f404eac3cd6cd7203ecdb", | ||
{ | ||
"title": "[译] 手把手介绍函数式编程:从命令式重构到函数式", | ||
"description": "原文链接: A practical introduction to functional programming - Mary Rose,2015-08-10🍎译序本文是一篇手把手...", | ||
"votes": "21", | ||
"url": "/k/wa8waj1", | ||
"avatar": "https://img.toutiao.io/user/d90e278c99634f3f9d9b6747a60cddc1/thumb", | ||
"avatarAlt": "李鼎(哲良) - 独家号", | ||
"subjectName": "李鼎(哲良)", | ||
"homeUrl": "/subjects/15498" | ||
}, | ||
{ | ||
"title": "超实用技术面试手册,从工作申请、面试考题再到优势谈判,GitHub 获 30000 星", | ||
"description": "安妮 发自 凹非寺量子位 出品 | 公众号 QbitAI技术人员求职面试,单刷leetcode上的大厂题库可能还不够。简历怎么写才能吸引HR的眼光,可能会被技术老大问到哪些常见问题...", | ||
"votes": "19", | ||
"votes": "21", | ||
"url": "/k/k67sare", | ||
@@ -76,10 +86,10 @@ "avatar": "https://img.toutiao.io/subject%2F732cb6a567b6447aa876ed179c0e89c7", | ||
{ | ||
"title": "[译] 手把手介绍函数式编程:从命令式重构到函数式", | ||
"description": "原文链接: A practical introduction to functional programming - Mary Rose,2015-08-10🍎译序本文是一篇手把手...", | ||
"votes": "18", | ||
"url": "/k/wa8waj1", | ||
"avatar": "https://img.toutiao.io/user/d90e278c99634f3f9d9b6747a60cddc1/thumb", | ||
"avatarAlt": "李鼎(哲良) - 独家号", | ||
"subjectName": "李鼎(哲良)", | ||
"homeUrl": "/subjects/15498" | ||
"title": "长点心吧!可别成了领导最不喜欢的下属", | ||
"description": "只要你还要上班,就一定会是某个领导的下属(应该没有哪个老板会看我的文章吧)。哪怕你已经看透人生了,不想迎合领导;或者无论是能力还是家底,都有足够的资本不鸟领导。但至少,不要让领导讨...", | ||
"votes": "19", | ||
"url": "/k/ul7ksg2", | ||
"avatar": "https://img.toutiao.io/user/cdb6fb9068bb4cdf90be8db6432c3cb2/thumb", | ||
"avatarAlt": "漫谈大数据 - 独家号", | ||
"subjectName": "漫谈大数据", | ||
"homeUrl": "/subjects/2842" | ||
}, | ||
@@ -97,12 +107,2 @@ { | ||
{ | ||
"title": "长点心吧!可别成了领导最不喜欢的下属", | ||
"description": "只要你还要上班,就一定会是某个领导的下属(应该没有哪个老板会看我的文章吧)。哪怕你已经看透人生了,不想迎合领导;或者无论是能力还是家底,都有足够的资本不鸟领导。但至少,不要让领导讨...", | ||
"votes": "17", | ||
"url": "/k/ul7ksg2", | ||
"avatar": "https://img.toutiao.io/user/cdb6fb9068bb4cdf90be8db6432c3cb2/thumb", | ||
"avatarAlt": "漫谈大数据 - 独家号", | ||
"subjectName": "漫谈大数据", | ||
"homeUrl": "/subjects/2842" | ||
}, | ||
{ | ||
"title": "[译] 如何通过 9 个月的学习,得到机器学习职位?", | ||
@@ -118,35 +118,5 @@ "description": " 全文共3431字,预计学习时长7分钟 图片来源:pexels.com/@punttim 本文的作者学了九个月的机器学习,然后找到了一份工作。想知道他是怎么做到的吗? 图片来源:...", | ||
{ | ||
"title": "总结几点 “上不得台面” 的技术领导经验", | ||
"description": "图片来源:pixabay.com关于如何做好技术领导,市面上已经有无数的文章、书籍、课程。无可否认,许多书籍或课程的质量是相当不错的,也确实提供了相当有高明的洞见,但是这个话题似乎...", | ||
"votes": "16", | ||
"url": "/k/umifcta", | ||
"avatar": "https://img.toutiao.io/user/b618677591aa49b3972ece0c7d26b473/thumb", | ||
"avatarAlt": "数据淘金 - 独家号", | ||
"subjectName": "数据淘金", | ||
"homeUrl": "/subjects/120437" | ||
}, | ||
{ | ||
"title": "悟空转世,黑客之王", | ||
"description": " 先讲个在黑客圈流传的故事。 2018年,沙特人从以色列黑客手里买了一个iPhone的漏洞。花了5000万美金。沙特人用这个漏洞破解了记者卡舒吉的手机。得知他在跟人合谋要推翻沙特王...", | ||
"votes": "15", | ||
"url": "/k/xlv48jx", | ||
"avatar": "https://img.toutiao.io/subject%2Fd2f421bbe0be47369b6560e316a5153b", | ||
"avatarAlt": "头条精选 - 独家号", | ||
"subjectName": "头条精选", | ||
"homeUrl": "/subjects/4" | ||
}, | ||
{ | ||
"title": "一篇文章基本看懂 Gradle", | ||
"description": "Hi,大家好啊。笨鸟之旅已经很久都没有更新了,感谢大家这么久以来还把我留在列表里。这么久以来不更新的原因主要是我本人进入了一个迷茫期,对于工作和生活都提不起兴致来。加上每天工作的时...", | ||
"votes": "15", | ||
"url": "/k/xph2bfz", | ||
"avatar": "https://img.toutiao.io/user/07a6ffdbfd6a4956ab8b94c2bfa57677/thumb", | ||
"avatarAlt": "Android笨鸟之旅的独家号 - 独家号", | ||
"subjectName": "Android笨鸟之旅的独家号", | ||
"homeUrl": "/subjects/419762" | ||
}, | ||
{ | ||
"title": "核心员工要离职,怎么办?", | ||
"description": "最近身边有几个小伙伴要离开,且已经吃了散伙饭 有要离职的,有要内部转岗的,也有要回老家的。 每年绩效期和晋升期结束后,都会有这样一波情况发生。 今年好像有点多,所以趁着这个机会,...", | ||
"votes": "13", | ||
"votes": "15", | ||
"url": "/k/dimoo2u", | ||
@@ -161,3 +131,3 @@ "avatar": "https://img.toutiao.io/subject%2F49aa7a5ec65d43feaff4dffed1f0b309", | ||
"description": "目前公司产品就是对外企业服务,入职后了解到SaaS模式和私有部署,当我第一次听到SaaS时,我不是很理解。经过查阅资料,以及在后续研发功能时,不断的加深了对多租户的理解。那么接下来...", | ||
"votes": "13", | ||
"votes": "14", | ||
"url": "/k/8udl6bp", | ||
@@ -170,2 +140,22 @@ "avatar": "https://img.toutiao.io/user/86fe3b507d70414aab38509072d5129a/thumb", | ||
{ | ||
"title": "MySQL EXPLAIN 结果集分析:附带大量案例", | ||
"description": "大量实例助你看懂Explain的输出内容,轻松搞定慢查询EXPLAIN:查看SQL语句的执行计划EXPLAIN命令可以帮助我们深入了解MySQL基于开销的优化器,还可以获得很多可能...", | ||
"votes": "14", | ||
"url": "/k/jqs708n", | ||
"avatar": "https://img.toutiao.io/subject%2F2f904f0590494bc1b2c69067c180b5b0", | ||
"avatarAlt": "运维咖啡吧 - 独家号", | ||
"subjectName": "运维咖啡吧", | ||
"homeUrl": "/subjects/178627" | ||
}, | ||
{ | ||
"title": "查阅了十几篇学习资源后,我总结了这份 AI 学习路径", | ||
"description": "tags: ai,machine learning,deep learning一句话概括:想进入AI领域,需要学习的的东西很多,如果能在纷繁复杂的知识中找到一条合理的学习路径,少走...", | ||
"votes": "12", | ||
"url": "/k/fpqdzu0", | ||
"avatar": "https://img.toutiao.io/subject%2F81bac1d8c81c4523a1037648a39d6ae3", | ||
"avatarAlt": "mason技术记录 - 独家号", | ||
"subjectName": "mason技术记录", | ||
"homeUrl": "/subjects/24970" | ||
}, | ||
{ | ||
"title": "发布订阅模式,在工作中它的能量超乎你的想象", | ||
@@ -181,22 +171,2 @@ "description": "点击上方“蓝字”带你每天阅读全栈前端精选好文 不同的语言-相同的模式最近在看设计模式的知识,而且在工作当中,做一些打点需求的时候,正好直接利用了发布订阅模式去实现的,这让我对发布订...", | ||
{ | ||
"title": "写技术公众号这三年", | ||
"description": "前几日一关注公号的朋友说:原创都200多篇了,不简单!翻翻发文记录,最早一篇是2016年05月8日,截止到目前转眼有三年半的时间。也有朋友比较好奇,哪来那么多时间去写这玩意,有娃有...", | ||
"votes": "12", | ||
"url": "/k/miadibh", | ||
"avatar": "https://img.toutiao.io/subject%2F0e6fd0887f9046ed9bec490e8d807dd1", | ||
"avatarAlt": "大龄程序员笔记 - 独家号", | ||
"subjectName": "大龄程序员笔记", | ||
"homeUrl": "/subjects/137286" | ||
}, | ||
{ | ||
"title": "MySQL EXPLAIN 结果集分析:附带大量案例", | ||
"description": "大量实例助你看懂Explain的输出内容,轻松搞定慢查询EXPLAIN:查看SQL语句的执行计划EXPLAIN命令可以帮助我们深入了解MySQL基于开销的优化器,还可以获得很多可能...", | ||
"votes": "12", | ||
"url": "/k/jqs708n", | ||
"avatar": "https://img.toutiao.io/subject%2F2f904f0590494bc1b2c69067c180b5b0", | ||
"avatarAlt": "运维咖啡吧 - 独家号", | ||
"subjectName": "运维咖啡吧", | ||
"homeUrl": "/subjects/178627" | ||
}, | ||
{ | ||
"title": "扒开 V8 引擎的源码,我找到了你们想要的前端算法", | ||
@@ -210,3 +180,33 @@ "description": "算法对于前端工程师来说总有一层神秘色彩,这篇文章通过解读V8源码,带你探索Array.prototype.sort函数下的算法实现。来,先把你用过的和听说过的排序算法都列出来:快速...", | ||
"homeUrl": "/subjects/11510" | ||
}, | ||
{ | ||
"title": "真实的上海 IT 圈:张江男 vs 漕河泾男", | ||
"description": "通过比较上海各住宅小区在工作日晚餐与夜宵时段一人食外卖订单指数我们会发现:上海IT圈两大胜地:张江高科和漕河泾双双上榜其中张江位列《上海最孤独的15个区域榜单》第一名真实的上海IT...", | ||
"votes": "11", | ||
"url": "/k/79fauqr", | ||
"avatar": "https://img.toutiao.io/subject%2Fd2f421bbe0be47369b6560e316a5153b", | ||
"avatarAlt": "头条精选 - 独家号", | ||
"subjectName": "头条精选", | ||
"homeUrl": "/subjects/4" | ||
}, | ||
{ | ||
"title": "Spring 源码解析系列汇总", | ||
"description": "相信我,你会收藏这篇文章的本篇文章是这段时间撸出来的Spring源码解析系列文章的汇总,总共包含以下专题。喜欢的同学可以收藏起来以备不时之需SpringIOC源码解析(上) 本篇文...", | ||
"votes": "10", | ||
"url": "/k/jmp2fh3", | ||
"avatar": "https://img.toutiao.io/subject%2Fbc7a7656ebf14b4783a839a8ff4e60a9", | ||
"avatarAlt": "Java学习录 - 独家号", | ||
"subjectName": "Java学习录", | ||
"homeUrl": "/subjects/334055" | ||
}, | ||
{ | ||
"title": "使用 GitHub,知道这些就够了", | ||
"description": "只要掌握了下面的常用命令,基本上用使用 github 就没有问题。github 有两种认证方式,一种是通过 ssh 私钥的方式,一种通过 https 的账号名和密码。ssh 方式需...", | ||
"votes": "10", | ||
"url": "/k/erjkh3m", | ||
"avatar": "https://img.toutiao.io/user/50631512fc3d43389ae15f6f3ca04ef7/thumb", | ||
"avatarAlt": "古时的风筝 - 独家号", | ||
"subjectName": "古时的风筝", | ||
"homeUrl": "/subjects/419358" | ||
} | ||
] |
@@ -13,2 +13,12 @@ [ | ||
{ | ||
"title": "金九银十面试季来临,最新 BATJ 面试资料分享给你", | ||
"description": "金九银十,每年9、10月份各大互联网公司都会周期性地发生人事变动,无论是刚进入社会的职场菜鸟,还是准备跳槽的老手,都想在这个时候获得新的工作,或迎来晋升涨薪的最佳机会。 不同于往年...", | ||
"votes": "138", | ||
"url": "/k/8xbjgw2", | ||
"avatar": "https://img.toutiao.io/subject%2Fd62ae4a6b08244b1b8422989109cdb5f", | ||
"avatarAlt": "公众号:Java技术zhai - 独家号", | ||
"subjectName": "公众号:Java技术zhai", | ||
"homeUrl": "/subjects/342006" | ||
}, | ||
{ | ||
"title": "《码农周刊》编程学习资料大合集(已更新)", | ||
@@ -242,13 +252,3 @@ "description": "本项目是《码农周刊》编程学习资料大合集,码农周刊团队官方出品。码农周刊是一份专为程序员打造的 IT 技术周刊。我们会为你精选一周 IT 技术干货,每周二发送,完全免费。内容包括:程...", | ||
"homeUrl": "/subjects/6491" | ||
}, | ||
{ | ||
"title": "向 Excel 说再见,神级编辑器统一表格与 Python", | ||
"description": "机器之心报道 参与:思源、张倩 很多开发者说自从有了 Python/Pandas,Excel 都不怎么用了,用它来处理与可视化表格非常快速。但是这样还是有一大缺陷,操作不是可视化的...", | ||
"votes": "44", | ||
"url": "/k/9soy79r", | ||
"avatar": "https://img.toutiao.io/user/b618677591aa49b3972ece0c7d26b473/thumb", | ||
"avatarAlt": "数据淘金 - 独家号", | ||
"subjectName": "数据淘金", | ||
"homeUrl": "/subjects/120437" | ||
} | ||
] |
[ | ||
{ | ||
"full_name": "rapid7/metasploit-framework", | ||
"language": "Ruby", | ||
"color": "#701516", | ||
"description": "Metasploit Framework", | ||
"full_name": "ton-blockchain/ton", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/rapid7/metasploit-framework", | ||
"html_url": "https://github.com/ton-blockchain/ton", | ||
"rank": 1 | ||
}, | ||
{ | ||
"full_name": "microsoft/PowerToys", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "Windows system utilities to maximize productivity", | ||
"full_name": "testerSunshine/12306", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "12306智能刷票,订票", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/microsoft/PowerToys", | ||
"html_url": "https://github.com/testerSunshine/12306", | ||
"rank": 2 | ||
}, | ||
{ | ||
"full_name": "google/eng-practices", | ||
"language": "", | ||
"color": "", | ||
"description": "Google's Engineering Practices documentation", | ||
"full_name": "rapid7/metasploit-framework", | ||
"language": "Ruby", | ||
"color": "#701516", | ||
"description": "Metasploit Framework", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/google/eng-practices", | ||
"html_url": "https://github.com/rapid7/metasploit-framework", | ||
"rank": 3 | ||
}, | ||
{ | ||
"full_name": "zio/zio", | ||
"language": "Scala", | ||
"color": "#c22d40", | ||
"description": "ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala", | ||
"full_name": "WordPress/twentytwenty", | ||
"language": "CSS", | ||
"color": "#563d7c", | ||
"description": "Default theme for Twenty Twenty", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/zio/zio", | ||
"html_url": "https://github.com/WordPress/twentytwenty", | ||
"rank": 4 | ||
}, | ||
{ | ||
"full_name": "hecrj/iced", | ||
"full_name": "starship/starship", | ||
"language": "Rust", | ||
"color": "#dea584", | ||
"description": "A renderer-agnostic GUI library for Rust, inspired by Elm", | ||
"description": "☄🌌️ The cross-shell prompt for astronauts.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/hecrj/iced", | ||
"html_url": "https://github.com/starship/starship", | ||
"rank": 5 | ||
}, | ||
{ | ||
"full_name": "jedisct1/dsvpn", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "A Dead Simple VPN.", | ||
"full_name": "Azure/MachineLearningNotebooks", | ||
"language": "JupyterNotebook", | ||
"color": "#DA5B0B", | ||
"description": "Python notebooks with ML and deep learning examples with Azure Machine Learning | Microsoft", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/jedisct1/dsvpn", | ||
"html_url": "https://github.com/Azure/MachineLearningNotebooks", | ||
"rank": 6 | ||
}, | ||
{ | ||
"full_name": "digital-asset/daml", | ||
"full_name": "zio/zio", | ||
"language": "Scala", | ||
"color": "#c22d40", | ||
"description": "The DAML smart contract language", | ||
"description": "ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/digital-asset/daml", | ||
"html_url": "https://github.com/zio/zio", | ||
"rank": 7 | ||
}, | ||
{ | ||
"full_name": "donnemartin/data-science-ipython-notebooks", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.", | ||
"full_name": "yangshun/tech-interview-handbook", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "💯 Materials to help you rock your next coding interview", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/donnemartin/data-science-ipython-notebooks", | ||
"html_url": "https://github.com/yangshun/tech-interview-handbook", | ||
"rank": 8 | ||
}, | ||
{ | ||
"full_name": "mitesh77/Best-Flutter-UI-Templates", | ||
"language": "Dart", | ||
"color": "#00B4AB", | ||
"description": "completely free for everyone. Its build-in Flutter Dart.", | ||
"full_name": "microsoft/PowerToys", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "Windows system utilities to maximize productivity", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/mitesh77/Best-Flutter-UI-Templates", | ||
"html_url": "https://github.com/microsoft/PowerToys", | ||
"rank": 9 | ||
}, | ||
{ | ||
"full_name": "FIRST-Tech-Challenge/SkyStone", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "FTC SDK", | ||
"full_name": "pjialin/py12306", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "🚂 12306 购票助手,支持分布式,多账号,多任务购票以及 Web 页面管理", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/FIRST-Tech-Challenge/SkyStone", | ||
"html_url": "https://github.com/pjialin/py12306", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "google/tf-quant-finance", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "High-performance TensorFlow library for quantitative finance.", | ||
"full_name": "microsoft/calculator", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "Windows Calculator: A simple yet powerful calculator that ships with Windows", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/google/tf-quant-finance", | ||
"html_url": "https://github.com/microsoft/calculator", | ||
"rank": 11 | ||
}, | ||
{ | ||
"full_name": "WordPress/twentytwenty", | ||
"language": "CSS", | ||
"color": "#563d7c", | ||
"description": "Default theme for Twenty Twenty", | ||
"full_name": "micropython/micropython", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/WordPress/twentytwenty", | ||
"html_url": "https://github.com/micropython/micropython", | ||
"rank": 12 | ||
}, | ||
{ | ||
"full_name": "pwn20wndstuff/Undecimus", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "unc0ver jailbreak for iOS 11.0 - 12.4", | ||
"full_name": "google/eng-practices", | ||
"language": "", | ||
"color": "", | ||
"description": "Google's Engineering Practices documentation", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/pwn20wndstuff/Undecimus", | ||
"html_url": "https://github.com/google/eng-practices", | ||
"rank": 13 | ||
}, | ||
{ | ||
"full_name": "roboticcam/machine-learning-notes", | ||
"language": "JupyterNotebook", | ||
"color": "#DA5B0B", | ||
"description": "My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (1500+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(1500+页)和视频链接", | ||
"full_name": "jedisct1/dsvpn", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "A Dead Simple VPN.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/roboticcam/machine-learning-notes", | ||
"html_url": "https://github.com/jedisct1/dsvpn", | ||
"rank": 14 | ||
}, | ||
{ | ||
"full_name": "google/differential-privacy", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "", | ||
"full_name": "nuno-faria/tiler", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "👷 Build images with images", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/google/differential-privacy", | ||
"html_url": "https://github.com/nuno-faria/tiler", | ||
"rank": 15 | ||
}, | ||
{ | ||
"full_name": "GavinZhuLei/vue-form-making", | ||
"language": "Vue", | ||
"color": "#2c3e50", | ||
"description": "基于Vue的表单设计器,让表单开发简单而高效。", | ||
"full_name": "instagrambot/instabot", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "🐙 Free Instagram scripts, bots and Python API wrapper. Get free instagram followers with our auto like, auto follow and other scripts!", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/GavinZhuLei/vue-form-making", | ||
"html_url": "https://github.com/instagrambot/instabot", | ||
"rank": 16 | ||
}, | ||
{ | ||
"full_name": "chakra-ui/chakra-ui", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "⚡️Simple, Modular & Accessible UI Components for your React Applications", | ||
"full_name": "mitesh77/Best-Flutter-UI-Templates", | ||
"language": "Dart", | ||
"color": "#00B4AB", | ||
"description": "completely free for everyone. Its build-in Flutter Dart.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/chakra-ui/chakra-ui", | ||
"html_url": "https://github.com/mitesh77/Best-Flutter-UI-Templates", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "esp8266/Arduino", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "ESP8266 core for Arduino", | ||
"full_name": "google/tf-quant-finance", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "High-performance TensorFlow library for quantitative finance.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/esp8266/Arduino", | ||
"html_url": "https://github.com/google/tf-quant-finance", | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "desktop/desktop", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "Simple collaboration from your desktop", | ||
"full_name": "appwrite/appwrite", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "End to end backend server for frontend and mobile developers. 👩💻👨💻", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/desktop/desktop", | ||
"html_url": "https://github.com/appwrite/appwrite", | ||
"rank": 19 | ||
}, | ||
{ | ||
"full_name": "starship/starship", | ||
"language": "Rust", | ||
"color": "#dea584", | ||
"description": "☄🌌️ The cross-shell prompt for astronauts.", | ||
"full_name": "donnemartin/data-science-ipython-notebooks", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/starship/starship", | ||
"html_url": "https://github.com/donnemartin/data-science-ipython-notebooks", | ||
"rank": 20 | ||
}, | ||
{ | ||
"full_name": "qmk/qmk_firmware", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "Open-source keyboard firmware for Atmel AVR and Arm USB families", | ||
"full_name": "qunarcorp/bistoury", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/qmk/qmk_firmware", | ||
"html_url": "https://github.com/qunarcorp/bistoury", | ||
"rank": 21 | ||
}, | ||
{ | ||
"full_name": "AeroScripts/QuestieDev", | ||
"language": "Lua", | ||
"color": "#000080", | ||
"description": "Questie: the vanilla quest helper", | ||
"full_name": "Unity-Technologies/ml-agents", | ||
"language": "C#", | ||
"color": "#178600", | ||
"description": "Unity Machine Learning Agents Toolkit", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/AeroScripts/QuestieDev", | ||
"html_url": "https://github.com/Unity-Technologies/ml-agents", | ||
"rank": 22 | ||
}, | ||
{ | ||
"full_name": "freeCodeCamp/freeCodeCamp", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.", | ||
"full_name": "kottans/backend", | ||
"language": "", | ||
"color": "", | ||
"description": "Kottans backend course 🎓", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/freeCodeCamp/freeCodeCamp", | ||
"html_url": "https://github.com/kottans/backend", | ||
"rank": 23 | ||
}, | ||
{ | ||
"full_name": "microsoft/calculator", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "Windows Calculator: A simple yet powerful calculator that ships with Windows", | ||
"full_name": "gzc426/Java-Interview", | ||
"language": "", | ||
"color": "", | ||
"description": "Java 面试必会 直通BAT", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/microsoft/calculator", | ||
"html_url": "https://github.com/gzc426/Java-Interview", | ||
"rank": 24 | ||
}, | ||
{ | ||
"full_name": "inorichi/tachiyomi", | ||
"language": "Kotlin", | ||
"color": "#F18E33", | ||
"description": "Free and open source manga reader for Android", | ||
"full_name": "trimstray/the-book-of-secret-knowledge", | ||
"language": "", | ||
"color": "", | ||
"description": "A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/inorichi/tachiyomi", | ||
"html_url": "https://github.com/trimstray/the-book-of-secret-knowledge", | ||
"rank": 25 | ||
} | ||
] |
@@ -43,12 +43,2 @@ [ | ||
{ | ||
"full_name": "hope-for/hope-boot", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "🌱🚀一款现代化的脚手架项目。企业开发?接外包?赚外快?还是学习?这都能满足你,居家必备,值得拥有🍻整合Springboot2,单点登陆+tk.mybatis+shiro+redis+thymeleaf+maven+swagger前后端分离接口管理+代码生成+定时任务+数据库版本管理flyway+hutool工具包,等实用技术。", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/hope-for/hope-boot", | ||
"rank": 5 | ||
}, | ||
{ | ||
"full_name": "PavelDoGreat/WebGL-Fluid-Simulation", | ||
@@ -61,3 +51,3 @@ "language": "JavaScript", | ||
"html_url": "https://github.com/PavelDoGreat/WebGL-Fluid-Simulation", | ||
"rank": 6 | ||
"rank": 5 | ||
}, | ||
@@ -72,2 +62,12 @@ { | ||
"html_url": "https://github.com/quii/learn-go-with-tests", | ||
"rank": 6 | ||
}, | ||
{ | ||
"full_name": "Yorko/mlcourse.ai", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "Open Machine Learning Course", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/Yorko/mlcourse.ai", | ||
"rank": 7 | ||
@@ -86,12 +86,2 @@ }, | ||
{ | ||
"full_name": "Yorko/mlcourse.ai", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "Open Machine Learning Course", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/Yorko/mlcourse.ai", | ||
"rank": 9 | ||
}, | ||
{ | ||
"full_name": "iperov/DeepFaceLab", | ||
@@ -104,3 +94,3 @@ "language": "Python", | ||
"html_url": "https://github.com/iperov/DeepFaceLab", | ||
"rank": 10 | ||
"rank": 9 | ||
}, | ||
@@ -115,2 +105,12 @@ { | ||
"html_url": "https://github.com/tophubs/TopList", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "yangshun/tech-interview-handbook", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "💯 Materials to help you rock your next coding interview", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/yangshun/tech-interview-handbook", | ||
"rank": 11 | ||
@@ -139,12 +139,2 @@ }, | ||
{ | ||
"full_name": "vmware/octant", | ||
"language": "Go", | ||
"color": "#00ADD8", | ||
"description": "A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/vmware/octant", | ||
"rank": 14 | ||
}, | ||
{ | ||
"full_name": "shengqiangzhang/examples-of-web-crawlers", | ||
@@ -157,23 +147,23 @@ "language": "Python", | ||
"html_url": "https://github.com/shengqiangzhang/examples-of-web-crawlers", | ||
"rank": 15 | ||
"rank": 14 | ||
}, | ||
{ | ||
"full_name": "yangshun/tech-interview-handbook", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "💯 Materials to help you rock your next coding interview", | ||
"full_name": "ctripcorp/C-OCR", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "C-OCR是携程自研的OCR项目,主要包括身份证、护照、火车票、签证等旅游相关证件、材料的识别。 项目包含4个部分,拒识、检测、识别、后处理。", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/yangshun/tech-interview-handbook", | ||
"rank": 16 | ||
"html_url": "https://github.com/ctripcorp/C-OCR", | ||
"rank": 15 | ||
}, | ||
{ | ||
"full_name": "LiteOS/LiteOS", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "code and manual", | ||
"full_name": "vmware/octant", | ||
"language": "Go", | ||
"color": "#00ADD8", | ||
"description": "A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/LiteOS/LiteOS", | ||
"rank": 17 | ||
"html_url": "https://github.com/vmware/octant", | ||
"rank": 16 | ||
}, | ||
@@ -188,3 +178,3 @@ { | ||
"html_url": "https://github.com/elunez/eladmin", | ||
"rank": 18 | ||
"rank": 17 | ||
}, | ||
@@ -199,3 +189,3 @@ { | ||
"html_url": "https://github.com/nondanee/UnblockNeteaseMusic", | ||
"rank": 19 | ||
"rank": 18 | ||
}, | ||
@@ -210,2 +200,12 @@ { | ||
"html_url": "https://github.com/abhat222/Data-Science--Cheat-Sheet", | ||
"rank": 19 | ||
}, | ||
{ | ||
"full_name": "LiteOS/LiteOS", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "code and manual", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/LiteOS/LiteOS", | ||
"rank": 20 | ||
@@ -234,9 +234,9 @@ }, | ||
{ | ||
"full_name": "cnlh/nps", | ||
"language": "Go", | ||
"color": "#00ADD8", | ||
"description": "一款轻量级、功能强大的内网穿透代理服务器。支持tcp、udp流量转发,支持内网http代理、内网socks5代理,同时支持snappy压缩、站点保护、加密传输、多路复用、header修改等。支持web图形化管理,集成多用户模式。", | ||
"full_name": "TonyChen56/WeChatRobot", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "PC版微信机器人", | ||
"stargazers_count": 0, | ||
"todayStar": "", | ||
"html_url": "https://github.com/cnlh/nps", | ||
"html_url": "https://github.com/TonyChen56/WeChatRobot", | ||
"rank": 23 | ||
@@ -243,0 +243,0 @@ }, |
{ | ||
"name": "@wcj/github-rank", | ||
"version": "19.09.10", | ||
"version": "19.09.11", | ||
"description": "Github Users Ranking for China.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7856122
91473