个人主页
进击的皇虫

进击的皇虫 (@admin)

  • 加入网站 2597
  • 连续签到 4
  • 最高连签 222
  • 累计签到 1194
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 1 小时 20 分钟
  • 本月阅读 2 小时 36 分钟
  • 累计阅读 595 小时 42 分钟
  • Ionic 2从入门到精通

    本书可以叫做 Ionic 2从入门到精通。 除了介绍Ionic 2,TypeScript基本知识之外, 手把手的教会大家制作了5个应用, 以及打包应用,发布应用,更新应用。 但是有可能的话请大家支持正版, 大家都不容易。
  • Ceph 运维手册

    《 Ceph 运维手册》汇总了 Ceph 在使用中常见的运维和操作问题,主要用于指导运维人员的相关工作。存储组的新员工,在对 Ceph 有了基础了解之后,也可以通过本手册进一步深入 Ceph 的使用和运维。
  • Build our own React.js(英文)

    In this book/guide we build our own simplified version of React.js. We keep it simple but extensive enough to learn a lot of cool things about React.js and React.js-like libraries! I try to keep the naming of the different elements closely to how React.js names it's stuff so we can impress people at parties with our knowledge of private methods and shit.
  • Introduction to TouchDesigner(英文)

    The book is a good keyboard-side or bed-side companion that explores the concepts, techniques and methodology behind TouchDesigner - something I have not had the opportunity to personally present before and am very happy Elburz has presented here. So build your chops with these treats - It can be read end-to-end or by randomly flipping through pages, as I found myself doing - discovering gems of information and insights throughout.
  • big book of powershell gotchas(英文)

    PowerShell is full of "gotchas" - little things that just get in your way and are hard to figure out on your own. This short book is intended to help you figure them out and avoid them.
  • ANTLR 4简明教程

    本书是根据最新的ANTLR 4语法编写的简明教程,源于我在阅读《The Definitive ANTLR 4 Reference》时做的读书笔记,增加了部分全新的内容。
  • Internet of Things 101(英文)

    El Internet de las Cosas es una realidad, se parte de la próxima revolución en interconexión de objetos cotidianos al Internet.
  • spark性能调优总结

    Apache Spark 是专为大规模数据处理而设计的快速通用的计算引擎。Spark是UC Berkeley AMP lab (加州大学伯克利分校的AMP实验室)所开源的类Hadoop MapReduce的通用并行框架,Spark,拥有Hadoop MapReduce所具有的优点;但不同于MapReduce的是——Job中间输出结果可以保存在内存中,从而不再需要读写HDFS,因此Spark能更好地适用于数据挖掘与机器学习等需要迭代的MapReduce的算法。
  • the Model View Controller notes(英文)

    Model-View-Controller (MVC) is probably the most used architectural solution for User Interface design and web programming; Introduced first in the 70s, MVC has been progressively adapted and morphed into a wide range of subtypes and variations, so much that the plain term "MVC" without additional qualifications has lost specificity.
  • Protocol Buffer 3 学习笔记

    proto3 是 google protocol buffer 的新版本。Protobuf是一种灵活高效的,用于序列化结构化数据的机制,类似于XML,但比XML更小,更快,更简单。Protobuf序列化为二进制数据,不依赖于平台和语言,同时具备很好的兼容性。