最近三年收藏网站,做一次云备份

这些 URL 还是要留存下来的好,万一阿里云宕机了,还能有个地方恢复。

备份脚本:


  $db = new SQLite3('fav.db');
  $results = $db->query('SELECT * FROM fav');
  while ($row = $results->fetchArray()) {
    echo "- " . ($row["title"]);
    echo "\n";
    echo "  - [" . ($row["href"]) . "](" . $row["href"] .")";
    echo "\n";
    echo "  - " . ($row["brief"]);
    echo "\n";
    echo "  - " . ($row["id"]);
    echo "\n";
    echo "\n";
  }
?>
  • React-China中文社区

    • http://react-china.org/top
    • 暂时水平还比较低,但还是可以看看
    • 2016-07-03 11:51:04
  • Amazeui-React

    • http://amazeui.org/react/getting-started
    • 实践证明一个比较适合国人口味的React组件库
    • 2016-07-03 11:51:04
  • Material Design

    • http://www.google.com/design/spec/material-design/introduction.html
    • Greate design guidelines for designers
    • 2016-07-03 11:51:04
  • lodash

    • http://lodash.com/docs
    • A better underscore js library
    • 2016-07-03 11:51:04
  • React document

    • http://facebook.github.io/react/docs/getting-started.html
    • Read the f*king doc is the best way to learn
    • 2016-07-03 11:51:04
  • React-Webpack-Cookbook

    • http://christianalfoni.github.io/react-webpack-cookbook/Getting-started.html
    • 多种打包React的方法,对线上部署有很强的指导意义
    • 2016-07-03 11:51:04
  • Swoole

    • http://www.swoole.com/
    • PHP语言的异步、并行、高性能网络通信框架,支持异步多线程服务器,AsyncTask,消息队列,毫秒定时器,异步文件读写等
    • 2016-07-03 11:51:04
  • 头像识别

    • http://www.epooll.com/archives/811/
    • 有趣的贴胡子程序,准确率达到98%
    • 2016-07-03 11:51:04
  • Medium

    • http://medium.com
    • 一个有逼格的英文阅读社区
    • 2016-07-03 11:51:04
  • 掘金杂志

    • http://gold.xitu.io/
    • 移动端开发杂文集
    • 2016-07-03 11:51:04
  • normalizr

    • http://github.com/gaearon/normalizr
    • Redux中管理嵌套json数据的法宝
    • 2016-07-03 11:51:04
  • history

    • http://github.com/rackt/history
    • 学习React Router,先必须学习history库的原理和用法。No magic!
    • 2016-07-03 11:51:04
  • Redux Middleware

    • http://github.com/rackt/redux/blob/master/docs/advanced/Middleware.md
    • 学习Redux,这个必须会。直接看可能有点难,需要先学习高阶函数的概念。
    • 2016-07-03 11:51:04
  • Redox-OS

    • http://www.redox-os.org/
    • Redox is a Unix-like Micro-Kernel Operating System written in Rust
    • 2016-07-03 11:51:04
  • VueJS

    • http://vuejs.org.cn/
    • 入门速度比Angular和React快得多的前端框架
    • 2016-07-03 11:51:04
  • Vue-Loader

    • http://vuejs.github.io/vue-loader
    • 原生代码很难组织很难看?如何写出漂亮的Vue模块?了解Vue Loader就能理解一切。
    • 2016-07-03 11:51:04
  • vux

    • http://vux.li
    • 一套基于Vue的微信WeUI组件
    • 2016-07-03 11:51:04
  • vue-weui

    • http://github.com/adcentury/vue-weui
    • 使用Vue封装,为微信Web服务量身设计
    • 2016-07-03 11:51:04
  • Vue-Router

    • http://router.vuejs.org/zh-cn/index.html
    • Vue官方路由实现,将URL映射到各个不同的Vue组件
    • 2016-07-03 11:51:04
  • Roit.js

    • http://riotjs.com/
    • A React-like user interface micro-library, so micro that only 1KB.
    • 2016-07-03 11:51:04
  • NodeBB

    • http://github.com/NodeBB/NodeBB
    • Nodebb论坛,基于Node,vue.js的论坛就是基于它搭建的,很漂亮。
    • 2016-07-03 11:51:04
  • Learn ES2015

    • https://babeljs.io/docs/learn-es2015/
    • Babel的官网,介绍了ES2015的各个特性
    • 2016-07-03 11:51:04
  • Beautiful Open

    • http://beautifulopen.com/
    • 大量“严肃”开源网站,真的很严肃。开源,是个严肃的事情。
    • 2016-07-03 11:51:04
  • Electron

    • http://electron.atom.io/
    • Build cross platform desktop apps with web technologies
    • 2016-07-03 11:51:04
  • Hubot

    • https://hubot.github.com/
    • Hubot is your company robot. Could dramatically improve and reduce employee efficiency.
    • 2016-07-03 11:51:04
  • Mocky

    • http://www.mocky.io/
    • Mock your HTTP responses to test your REST API
    • 2016-07-03 11:51:04
  • Slack Hubot

    • http://www.sitepoint.com/spice-up-your-slack-channel-with-hubot/
    • Integrate Slack&Hubot, Really Powerful and We Should Learn It!
    • 2016-07-03 11:51:04
  • TodoMVC

    • http://todomvc.com/
    • Web 时代 Hello World 过时啦!用每一种框架实现一次 TodoMVC 是怎样一种体验?
    • 2016-07-03 11:51:04
  • Gitlab的替代品

    • https://gogs.io
    • 基于Go语言编写的Gitlab替代品,国人出品,享誉全球。
    • 2016-07-03 11:51:04
  • Youtube MP4 downloader

    • http://www.kalraking.com/
    • 下载了一组MySQL QA视频,很好用
    • 2016-07-03 11:51:04
  • Laracast

    • https://laracasts.com
    • It is Kinda Like Netflix for Developers. Learn practical, modern web development, through expert screencasts.
    • 2016-07-03 11:51:04
  • AlaSQL

    • https://github.com/agershun/alasql
    • Javascript SQL数据库,能把Json、Excel作为数据源
    • 2016-07-03 11:51:04
  • 一博一产品

    • https://coligo.io/
    • 把每一篇博客写出深度,写成产品。值得学习!
    • 2016-07-03 11:51:04
  • Blockchain

    • http://book.chainb.com/
    • 不管它们喜欢与否,银行及其监管者将不得不接受由科技推动的创新。否则,这种创新只会在该行业以外力量的推动下暗中出现。我们已看到过类似的例子,如同最近出现的区块链技术。创新不但将给客户带来巨大好处,还将赋予创新者竞争优势空间。
    • 2016-07-03 11:51:04
  • 全球独角兽一览表

    • http://techcrunch.com/unicorn-leaderboard/
    • CrunchBase Unicorn Leaderboards, $1 billion or more.
    • 2016-07-03 11:51:04
  • coding.net repos

    • https://coding.net/u/coding
    • 各种对外沟通都通过 Git Issue 来进行,很有意思
    • 2016-07-03 11:51:04
  • 反复销售

    • http://videofruit.com/blog/relaunch-product/
    • 美国一个畅销作家的经验之谈:把一件产品卖了再卖,榨干最后一滴血,最划算。直到3个指标不符为止。
    • 2016-07-03 11:51:04
  • 图灵社区-图书

    • http://www.ituring.com.cn/book
    • 看看别人出书都写些什么
    • 2016-07-03 11:51:04
  • Pinboard - SaaS

    • https://blog.pinboard.in/2016/07/pinboard_turns_seven/
    • Pinboard,一个独立开发者推出的简单付费书签服务。2010年起每年收入为117K , 178 K , 178K ,178K, 181K , 175 K , 175K ,175K, 193K , 160 K , 160K ,160K, 234K$。
    • 2016-07-12 06:56:42
  • Gitlab内部员工手册开源

    • https://about.gitlab.com/handbook/
    • Gitlab员工异地办公,公开公司方方面面,提高合作效率。
    • 2016-07-19 05:19:25
  • PHPHub

    • https://phphub.org/topics/1531
    • PHPHub 是积极向上的 PHP & Laravel 开发者社区,开源了他们的 iOS, Android 客户端代码。
    • 2016-07-20 10:06:02
  • 静态站点生成工具全集

    • https://www.staticgen.com/
    • 提供了近150个静态站点生成工具,包括Jekyll, gitbook, Hexo, Hugo等
    • 2016-07-24 07:43:06
  • All-IT-eBOOKS

    • http://www.allitebooks.com/?s=Laravel
    • IT类英文电子书大全,仅供个人浏览。
    • 2016-07-27 09:54:04
  • Laravel 5 性能优化

    • https://github.com/neomerx/rhw-l5/
    • 本文详细说明了如何通过工具来优化Laravel 5的性能。Laravel 5已经进入长期维护期,后继版本必定会在性能上突飞猛进。
    • 2016-07-27 10:25:36
  • Growth: 全栈增长工程师指南

    • https://github.com/phodal/growth-ebook
    • 从前端到后端的综述性文档,非常完备。另外,配合作者另一本《Growth: 全栈增长工程师实战》效果更佳。
    • 2016-08-01 06:30:34
  • Pusher.com - SaaS

    • https://pusher.com/
    • We spend our time maintaining reliable and scalable realtime infrastructure so you can spend yours building awesome realtime features.
    • 2016-08-10 02:32:50
  • Zuora - SaaS

    • http://www.zuora.com
    • Saleforce 7号员工创业项目,主打软件订阅服务(难道这不是最常见的商业模式吗?为何吹的神乎其神?),最近一轮融资1亿$+
    • 2016-08-11 01:27:18
  • Saleforce - SaaS

    • http://www.salesforce.com/cn/
    • Saleforce 是 SaaS 概念的首创者,全球领先的软件服务提供商。问题:它到底是如何提供按需定制、按需付费的软件服务?
    • 2016-08-11 03:38:11
  • 阿里大于 – 短信服务

    • http://www.alidayu.com/
    • 阿里推出的短信服务,价格¥0.045。
    • 2016-08-21 13:22:11
  • 逸创·云客服

    • https://www.kf5.com/
    • 这家专注云客服的企业活了很久了,总体解决方案也很稳重。提交工单、
    • 2016-08-24 05:26:08
  • FE International – SaaS交易平台

    • http://feinternational.com/
    • Sell Your Online Business With a Website Broker You Can Trust
    • 2016-09-01 05:40:18
  • 棒 WeUI 示例

    • https://weui.io/example/
    • 仿了一个非常棒的微信界面,惟妙惟肖。
    • 2016-09-10 06:02:48
  • 微信小程序论坛

    • http://weappdev.com/
    • 小程序如火如荼,还在内测呢,大家就都在抓紧上车。
    • 2016-10-20 02:40:54
  • TechRepublic

    • http://www.techrepublic.com/
    • 科技新闻网站,有美国一线技术新闻。特色:文章末尾会划重点,没时间的看最后几句就能得到精华。
    • 2016-10-25 11:47:21
  • 延迟深度链接SDK

    • http://www.deepshare.io/
    • 帮助开发者打破WEB和APP之间的信息壁垒,实现APP的内容直达及监测
    • 2016-10-31 07:36:14
  • 数据库技术小红书

    • http://www.redbook.io/
    • 数据库领域经典和前沿研究论文合集, since 1988
    • 2016-11-10 03:06:42
  • A tool for create iOS Fake App project

    • https://github.com/DegreyG/fakeapp
    • iOS 逆向必备神器
    • 2016-11-11 09:04:06
  • CydiaSubstrate

    • http://www.cydiasubstrate.com/
    • 动态 patch iOS、Java 代码,同期作品还有 Cycript。
    • 2016-11-14 04:41:21
  • 中国游

    • https://community.travelchinaguide.com
    • 旅中外国人社区
    • 2017-01-28 13:31:00
  • 货币政策工具

    • http://www.pbc.gov.cn/zhengcehuobisi/125207/125213/index.html
    • 人行货币政策工具一览,五星推荐。前可知来由,后可知趋势。
    • 2017-02-04 03:40:57
  • kong – 微服务前端统一入口

    • https://github.com/Mashape/kong
    • 微服务数量众多,利用 kong 可以统一 API 入口,提供统一的日志、流量控制、身份认证等服务。
    • 2017-02-15 07:55:28
  • 武汉空气污染比例图

    • https://www.aqistudy.cn/historydata/monthdata.php?city=%E6%AD%A6%E6%B1%89
    • 优良污毒,一目了然。
    • 2017-02-22 11:29:24
  • 周读-电子书分享

    • http://www.ireadweek.com/
    • 在这里找到了《腾讯传》
    • 2017-04-17 05:27:47
  • 《Deep Learning》

    • http://www.deeplearningbook.org/
    • 这本书是由学界领军人物 Ian Goodfellow、Yoshua Bengio 和 Aaron Courville 合力打造,适合零基础码农。
    • 2017-04-18 02:04:05
  • Google分布式系统论文集

    • https://research.google.com/pubs/DistributedSystemsandParallelComputing.html
    • 陈列了 Google Research 所有关于分布式系统领域的论文
    • 2017-04-28 12:51:09
  • 万语汉诺塔

    • http://rosettacode.org/wiki/Towers_of_Hanoi
    • 用地球上所有的语言实现一遍汉诺塔
    • 2017-05-16 03:28:05
  • 微信赚钱手法

    • http://mochini.com.cn/
    • 大量测试类小应用,SaaS模式
    • 2017-05-18 06:56:21
  • 一步步教你画画

    • https://www.drawingnow.com
    • 英文站,内容简直太棒了。一步一步教你画画,非常明晰。
    • 2017-06-12 11:41:23
  • 沙灯 - GravityLight

    • http://gravitylight.org/
    • 利用缓慢下降沙袋的重力,点亮 LED 20分钟。边远无电地区神器。
    • 2017-06-20 12:39:31
  • OSQuery

    • https://osquery.io/
    • OSQuery 是一款面向 OSX 和 Linux 的操作系统检测框架。它将操作系统暴露为一个高性能的关系型数据库,允许用户编写SQL查询查看操作系统数据。对于记不住命令的人不要太方便!
    • 2017-06-28 03:05:16
  • 微信机器人

    • http://itchat.readthedocs.io/
    • weRobot,微信自动群发,自动聊天,不要不要的
    • 2017-06-28 08:00:27
  • 阿里云·云市场

    • https://market.aliyun.com/
    • 对于小 IT 公司来说,有商机,特别是 API 部分,赚钱不要太轻松!
    • 2017-07-10 03:03:56
  • Grav - Great CMS

    • https://getgrav.org/
    • 一个功能很强大的 CMS 系统,php 编写,支持大量插件和模板,强大堪比 WordPress
    • 2017-08-17 04:01:18
  • Google资源加载测速

    • https://developers.google.com/speed/pagespeed/insights/
    • 一键告诉你网站哪些方面可以优化,以提升网站加载性能。
    • 2017-08-17 08:10:46
  • MQTT

    • http://mqtt.org/
    • 面向IoT网络特点的Pub-Sub通信协议
    • 2017-09-12 09:44:38
  • WikiDiff

    • http://wikidiff.com/person/people
    • 很“智能”,给出两个近义词的差别,虽然它并不知道自己在说什么
    • 2017-09-20 02:12:54
  • 宝塔面板

    • http://www.bt.cn
    • 界面非常清新简洁的主机面板,眼前一亮
    • 2017-11-01 09:44:45
  • Grav 单页站

    • https://github.com/raywill/grav
    • 利用 Grav 模板做成的产品宣传单页
    • 2017-11-08 05:22:37
  • 创客贴–海报模板站

    • https://www.chuangkit.com
    • 各种精美免费海报,运营必备
    • 2017-11-09 02:30:40
  • Logo在线生成

    • http://www.logosc.cn
    • 在线自动生成logo,并生成名片、招牌、灯箱等情景预览。下载需付费。
    • 2017-11-23 08:36:43
  • 美国财富可视化

    • https://howmuch.net
    • Mapping the United States of Welfare
    • 2017-11-29 02:29:50
  • Multi-Scale Template Matching

    • https://www.pyimagesearch.com/2015/01/26/multi-scale-template-matching-using-python-opencv/
    • The common template matching approach can not deal with scaled template
    • 2018-01-07 06:29:05
  • TrustSQL - Tencent 区块链服务

    • https://trustsql.qq.com/
    • Tencent 给出的区块链解决方案,以 SQL 接口的形式对外提供服务。针对政府、企业联盟的商业诉求开发。
    • 2018-01-29 05:30:05
  • IBM 区块链应用列表

    • https://www.ibm.com/blockchain/for-business.html
    • 使用 IBM 区块链技术构建的区块链商业应用场景列表,值得学习。
    • 2018-02-02 06:37:56
  • Headless Chrome

    • https://developers.google.com/web/updates/2017/04/headless-chrome
    • 配合 Puppeteer 也许可以实现一种基于浏览器的微信聊天机器人
    • 2018-02-05 02:32:17
  • 智慧画板

    • https://www.autodraw.com/
    • Google出品,画个草图,Google帮你画出完整版
    • 2018-02-09 08:49:19
  • 电子书下载站

    • http://www.ireadweek.com/
    • 链接基本都可用
    • 2018-04-10 03:04:09
  • VIM 深度学习指南

    • http://learnvimscriptthehardway.stevelosh.com/
    • 涵盖了 vim 的方方面面。vim 架构值得学习。
    • 2018-04-26 02:10:36
  • 挺好玩的一个标题党网站

    • https://brightside.me/
    • 世界十大秘密,五种食物不能吃,史上十条最好笑的笑话,etc
    • 2018-04-27 12:00:29
  • 有道网页翻译词典

    • http://fanyi.youdao.com/web2/
    • 创新的翻译模式,很喜欢!
    • 2018-05-06 05:09:59
  • Google 领先的语音黑科技

    • https://google.github.io/tacotron/
    • 基本就是真人风了,太赞了!
    • 2018-05-09 09:00:17
  • 蚂蚁金服 IPO 连载

    • http://finance.sina.com.cn/zt_d/antfin/
    • 蚂蚁金服 IPO之路还有多远?2018 伊始,一连串的动作似乎都在暗示,近了,近了。
    • 2018-05-21 09:10:15
  • 古登堡计划

    • http://www.gutenberg.org/
    • 版权到期外文电子书
    • 2018-06-02 14:34:35
  • Python IDE PyCharm

    • https://www.jetbrains.com/pycharm/
    • 一个不错的 Python IDE,供初学者专用。
    • 2018-06-29 07:01:34
  • Python IDE PyCharm

    • https://www.jetbrains.com/pycharm/
    • 一个不错的 Python IDE,供初学者专用。
    • 2018-06-29 07:01:34
  • Scrapy,优秀的爬虫框架

    • https://scrapy.org/
    • in Python, powerful
    • 2018-08-15 08:59:03
  • MockPlus

    • https://idoc.mockplus.cn
    • 设计师利器,画好图之后就能利用mockplus做交互展示,还能辅助切图。一站式服务,很赞。
    • 2018-10-24 02:09:05
  • dfrobot创客论坛

    • http://mc.dfrobot.com.cn/
    • 内容挺不错,有活跃度。
    • 2018-10-24 13:36:33
  • 字典生意

    • https://urbandictionary.store/products/mug?term=hello+world
    • 查字典,自动生成一个杯子T恤啥的,还挺好看。
    • 2018-11-16 09:27:40
  • 风场动态图

    • https://www.cwb.gov.tw/cwbwifi/
    • 台湾发布的风场示意图,可用于预报雾霾
    • 2018-11-28 13:07:08
  • 纪录片索引网

    • http://www.daofire.com/
    • 虽然所有地址都要收费,但是不妨它成为一个纪录片索引网站。挺全的。
    • 2018-12-04 01:51:54
  • 一个有速度的BT站

    • https://www.btdx8.com
    • 速度不为0,不错了
    • 2018-12-04 11:11:14
  • Science Explained

    • https://brilliant.org/
    • Fun
    • 2019-01-03 15:20:13
  • 给闺女的娃娃屋

    • https://www.pinterest.com/pamdyson/make-your-own-doll-house/
    • 各种娃娃屋的图片,可见
    • 2019-01-16 09:25:29
  • 科技时代的孩子教育

    • https://www.techagekids.com
    • 科技时代已经到来,如何积极拥抱技术,用技术的力量积极教育孩子,而不是让孩子被动看视频玩游戏?这个网站围绕这个主旨向纵深发展。
    • 2019-01-16 12:17:32
  • Open Music Theory

    • http://openmusictheory.com
    • 免费开放的儿童音乐入门教程,寓教于乐。
    • 2019-01-17 01:45:33
  • 木工 DIY 论坛

    • http://www.zuojiaju.com/portal.php
    • 好玩!
    • 2019-01-22 04:08:04
  • 数据分析博客

    • https://www.analyticsvidhya.com/blog/
    • 内容非常全面!
    • 2019-01-23 11:23:17
  • Zillions-Of-Games

    • http://www.zillions-of-games.com/
    • 一个棋牌游戏引擎,可以非常方便地生成游戏。他的商业模式也值得看一眼。
    • 2019-01-23 11:49:57
  • Open-IoT-Factory

    • http://iotfactory.eu/products/software-platform/open-iot-integration-capabilities/
    • 提供IoT基础设施的一个思路
    • 2019-01-25 06:57:24
  • Perl安装利器

    • https://perlbrew.pl/
    • 类似HomeBrew概念,比cpan好用好装!
    • 2019-01-28 12:21:45
  • CocosCreator2.0手册

    • https://docs.cocos2d-x.org/api-ref/creator/v2.1/zh/
    • 用这个做游戏的确是很快。不过估计越往后坑越多。
    • 2019-02-13 02:32:50
  • Animaker 卡通动画制作

    • https://blog.animaker.com/free-animation-software/
    • 预置动画人物、展示工具、特效等等,一个很不错的 presentation 制作工具
    • 2019-02-13 12:12:27
  • Animaker 卡通动画制作

    • https://blog.animaker.com/free-animation-software/
    • 预置动画人物、展示工具、特效等等,一个很不错的 presentation 制作工具
    • 2019-02-13 12:12:27
  • jpg 自动透明化工具

    • https://www.yasuotu.com
    • jpg 转 png,很方便
    • 2019-02-13 13:10:56
  • 动物世界

    • https://a-z-animals.com/animals/
    • 非常完整的动物介绍,包含图片和丰富的文字信息,多国语言。
    • 2019-02-14 07:11:38
  • Free-Sound-Effect

    • https://www.freesoundeffects.com
    • 各种声音应有尽有
    • 2019-02-14 07:37:01
  • CG模型网

    • http://www.cgmodel.com/works/model-list.html?sort=2
    • 里面各种模型,省得自己折腾了,好!
    • 2019-02-14 08:40:32
  • 万物互动

    • https://www.bareconductive.com/
    • 一个小板子通过导线和一切金属、生物相连,就能转化成声光电的世界。比如,和一片叶子握手。
    • 2019-02-18 10:13:44
  • TTS

    • http://efanyi.cc/tts/
    • 朗读水平够用,支持大段文字以及 mp3 下载
    • 2019-02-22 09:33:59
  • IPR-Daily

    • http://www.iprdaily.cn/
    • 知识产权新媒体
    • 2019-03-04 09:29:22
  • 专利检索及分析

    • http://pss-system.gov.cn
    • 国内专利检索权威
    • 2019-03-05 08:49:50
  • 中国静电

    • http://www.esd-china.com/
    • 专门研究静电的一个网站,朴素干实
    • 2019-03-06 08:07:29
  • 木工书库

    • http://www.evenfallstudios.com/woodworks_library/woodworks_library.html
    • 英文木工书库,分类详细
    • 2019-03-13 11:39:02
  • bokahblocks

    • https://www.bokahblocks.com/
    • 一种巧妙的榫结构,构成了一个全新的乐高世界
    • 2019-03-17 13:25:50
  • 家庭木工

    • https://jiatingmugong.com
    • 分类清晰,无商业广告,内容明了。
    • 2019-03-19 01:28:09
  • 优秀程序员必备品质

    • https://www.infoq.cn/article/9RIXJz_PUHZpDLJUAijm
    • 说白了,三个字:喜欢。
    • 2019-03-26 11:28:05
  • 盘多多

    • http://www.panduoduo.net
    • 一个比较好用的网盘搜索引擎
    • 2019-04-04 02:43:07
  • 木工桌

    • http://www.zuojiaju.com/huatan-list.html?hid=1431&page=1
    • 木工爱好者论坛木工做大集合,很多样例
    • 2019-04-04 06:40:20
  • 搬书匠

    • http://www.banshujiang.cn/
    • IT 类图书下载,分类清晰规整
    • 2019-04-11 05:55:11
  • ico 制作

    • https://www.favicon.cc/
    • 在线 ICO 制作,并支持共享免费发布。
    • 2019-04-12 02:53:27
  • Unsplash

    • https://unsplash.com
    • 国外免费美图库,可免费用于商业,内容丰富色彩专业。
    • 2019-04-26 11:36:53
  • 即时汇编预览

    • https://godbolt.org/
    • C语言优化有效果吗?直接看看
    • 2019-07-18 12:48:36
  • 彗星在线

    • https://lank.lamost.org/
    • 中文彗星文章大集合
    • 2019-07-21 13:53:33
  • Call For Change

    • https://www.change.org/
    • 民间请愿网站
    • 2019-08-19 03:05:11
  • Nitro

    • https://aws.amazon.com/cn/ec2/nitro/
    • AWS solution for better virtualization
    • 2019-09-30 01:56:33
  • 流量生意

    • https://1234.fm/
    • 全他妈是生意啊!
    • 2019-11-05 09:35:19
  • 云计算综述

    • https://skyao.io/learning-cloudnative/introduction/history.html
    • 好文!
    • 2019-12-13 23:24:51
  • 多语言在线编程平台

    • https://paiza.io/
    • 支持 MySQL、VB、Go、Java 等等几十种语言的在线编译执行
    • 2020-01-16 06:11:22
  • 一个有趣味的博客

    • https://neoatlantis.org/
    • 密码、机械、流体、自恋于一体
    • 2020-02-21 12:54:48
  • 临时共享文件服务

    • https://send.firefox.com/
    • 偶尔传个文件,用这个方法不错
    • 2020-02-22 14:29:19
  • 超级运维大全

    • http://notes.veryide.com/performance.md
    • 网站运维性能分析一本通
    • 2020-02-23 16:22:55
  • Go语言教程

    • http://c.biancheng.net/golang/
    • 很详细,很简易
    • 2020-02-24 15:35:26
  • Grafana 性能看板

    • http://grafana.org/
    • 支持多种存储的建议看板,会点技术就能玩起来,功能超强。
    • 2020-02-26 08:41:29

你可能感兴趣的:(机器人生)